FAQ  •  Register  •  Login

No Audio For Jadoo with Modified DIRECT TV Profile

<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Sat May 12, 2012 9:58 pm

No Audio For Jadoo with Modified DIRECT TV Profile

Hello Gurus,

I am a newbie and need little help in understanding why exactly I am unable to get any audio for the youtube videos for my Jadoo Box with Serviio.

Device Name : Jadoo TV

Modified Device Profile is below:

  Code:
<Profile id="6" name="DirecTV HD-DVR" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <User-Agent>.*DIRECTV.*</User-Agent>
         </HttpHeaders>
         <UPnPSearch>
                <FriendlyName>^DIRECTV.*$</FriendlyName>
            </UPnPSearch>
      </Detection>
      <Transcoding>
               <!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
               <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192" maxVBitrate="30000">  <!-- jhb50  max vbr so TV will play it  -->
                  <Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
                  <Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
                  <Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
                  <Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
                  <Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
                  <Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
                   <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
               </Video>
               <!-- transcode H264 MP4 files with LPCM audio -->
               <Video targetContainer="mpegts" targetACodec="ac3">
                  <Matches container="mpegts" aCodec="mp2" />
                  <Matches container="mp4" aCodec="lpcm" />
                  <Matches container="flv" vCodec="h264" />
                  <Matches container="matroska" vCodec="h264" aCodec="flac" />
                  <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
                  <Matches container="matroska" vCodec="vc1" />
                  <Matches container="ogg" vCodec="mpeg4" />
                  <Matches container="3gp" aCodec="amrnb" /> 
               </Video>   
               <!-- transcode MKV with MPEG2 video, remux into mpeg2ts -->
               <!-- transcode AVI with AVC video -->
               <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="30000">  <!-- jhb50  max vbr so TV will play it  -->
                  <Matches container="matroska" vCodec="mpeg2video" />
                  <Matches container="avi" vCodec="h264" />
                  <Matches container="avi" vCodec="mjpeg" />
                  <Matches container="avi" vCodec="dvvideo" />
                  <Matches container="flv" />
                  <Matches container="ogg" />
               </Video>
               <!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
               <Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true" maxVBitrate="30000"> <!-- jhb50  max vbr so TV will play it  -->                                              <Matches container="asf" vCodec="mpeg2video" />
               </Video>
               <Video targetContainer="mpegts">
                  <Matches container="wtv" />
               </Video>
               <!-- transcode audio only for wmv with wmapro -->
               <Video targetContainer="asf" targetACodec="ac3" aBitrate="256">
                  <Matches container="asf" aCodec="wmapro" />
               </Video>
               <Audio targetContainer="lpcm">
                  <Matches container="mp4" />
                  <Matches container="flac" />
                  <Matches container="ogg" />
               </Audio>
               </Transcoding>
            <OnlineTranscoding>
               <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
                  <Matches container="mp4"/>  <!-- jhb50  to overide B profile mp4 rule  -->
               </Video>
               <Audio targetContainer="mp3">
                  <Matches container="flv"/>
               </Audio>
            </OnlineTranscoding>         
   </Profile>



I would really appreciate if someone can either share information to tackle this or any working profile that will get me going.

Thanks
sAM
Last edited by khullasher on Mon May 14, 2012 12:52 am, edited 1 time in total.
<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Sun May 13, 2012 7:26 pm

Re: No Audio For Jadoo with Modified DIRECT TV Profile

Attached is the Log File...

[quote]
  Code:
2012-05-12 15:40:53,269 INFO  [MediaServer] ------------------------------------------------------------------------
2012-05-12 15:40:53,301 INFO  [MediaServer] Serviio DLNA media streaming server v 0.6.2 (rev. aec3abd196d6+)
2012-05-12 15:40:53,301 INFO  [MediaServer] Petr Nejedly 2009-2011
2012-05-12 15:40:53,301 INFO  [MediaServer] http://www.serviio.org
2012-05-12 15:40:53,301 INFO  [MediaServer]
2012-05-12 15:40:53,301 INFO  [MediaServer] Java 1.6.0_23-Sun Microsystems Inc.
2012-05-12 15:40:53,301 INFO  [MediaServer] OS Windows Vista amd64 6.0
2012-05-12 15:40:53,301 INFO  [MediaServer] File encoding: windows-1252
2012-05-12 15:40:53,301 INFO  [MediaServer] Headless mode enabled: true
2012-05-12 15:40:53,301 INFO  [MediaServer] User home dir: C:\
2012-05-12 15:40:53,301 INFO  [MediaServer] Temp dir: C:\Windows\TEMP\
2012-05-12 15:40:53,301 INFO  [MediaServer] ------------------------------------------------------------------------
2012-05-12 15:40:53,425 INFO  [RestletServer] Starting Restlet server exposed on port 23423
2012-05-12 15:40:53,519 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-05-12 15:40:57,232 INFO  [DBSchemaUpdateExecutor] Updating DB schema
2012-05-12 15:41:03,448 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-05-12 15:41:03,992 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-05-12 15:41:04,226 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-05-12 15:41:04,366 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-05-12 15:41:04,553 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-05-12 15:41:04,647 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-05-12 15:41:04,709 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-05-12 15:41:04,997 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2012-05-12 15:41:05,018 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-05-12 15:41:05,306 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=9)
2012-05-12 15:41:05,738 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-05-12 15:41:05,949 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2012-05-12 15:41:06,130 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-05-12 15:41:06,243 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-05-12 15:41:06,333 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-05-12 15:41:06,427 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-05-12 15:41:06,465 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-05-12 15:41:06,593 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-05-12 15:41:06,662 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=19)
2012-05-12 15:41:06,842 INFO  [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2012-05-12 15:41:07,029 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=21)
2012-05-12 15:41:07,773 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-05-12 15:41:07,774 INFO  [Device] Created UPnP Device with UUID: 91e97f41-67af-3556-9b8f-4aa7316b17d4, bound address: 192.168.0.11
2012-05-12 15:41:07,837 INFO  [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins
2012-05-12 15:41:07,839 INFO  [PluginCompilerThread] Started looking for plugins
2012-05-12 15:41:08,489 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-05-12 15:41:08,552 INFO  [WebServer] WebServer starting on port 8895
2012-05-12 15:41:08,563 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-05-12 15:41:08,567 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-05-12 15:41:08,568 INFO  [EventDispatcher] Starting EventDispatcher
2012-05-12 15:41:08,570 INFO  [RendererSearchSender] Searching for Renderer devices
2012-05-12 15:41:08,571 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2012-05-12 15:41:08,615 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net5 (Intel(R) Wireless WiFi Link 4965AGN) and address 192.168.0.11, timeout = 0
2012-05-12 15:41:09,536 INFO  [RendererManager] Stored a new renderer: uuid='981c627d-e0d8-48d0-be21-dc8913b3c50a', name = 'Unrecognized device', ipAddress='192.168.0.10', profile = '1'
2012-05-12 15:41:09,598 INFO  [RendererManager] Stored a new renderer: uuid='d38e5c9d-45d1-4946-a999-f1fdcb155967', name = 'Unrecognized device', ipAddress='192.168.0.13', profile = '1'
2012-05-12 15:41:11,267 INFO  [RendererManager] Stored a new renderer: uuid='29086b0b-a148-4750-8931-f1850b3055cd', name = 'Jadoo Box', ipAddress='192.168.0.10', profile = '1'
2012-05-12 15:41:34,925 INFO  [FeedUpdaterThread] Started looking for information about online resources
2012-05-12 15:41:34,940 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 15:41:34,956 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 15:42:35,574 INFO  [ServiioConsole] Starting Serviio Console
2012-05-12 15:42:36,196 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2012-05-12 15:42:37,031 INFO  [Messages] Loaded console message bundle for locale: en
2012-05-12 15:42:37,087 INFO  [UpdateChecker] Checking if a new version is available
2012-05-12 15:42:39,824 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2012-05-12 15:42:40,317 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2012-05-12 15:42:58,659 INFO  [PluginCompilerThread] Added Feed plugin YouTube (Youtube.groovy)
2012-05-12 15:45:58,865 INFO  [PluginCompilerThread] Added Web Resouce plugin AlloCine (AlloCine.groovy)
2012-05-12 15:45:58,896 INFO  [PluginCompilerThread] Added Feed plugin AnOriantUrlExtractor (AnOriant.groovy)
2012-05-12 15:45:58,965 INFO  [PluginCompilerThread] Added Web Resouce plugin APVideo (APVideo.groovy)
2012-05-12 15:45:59,013 INFO  [PluginCompilerThread] Added Feed plugin ARD Mediathek RSS Extractor (ARDMediathek.groovy)
2012-05-12 15:45:59,133 INFO  [PluginCompilerThread] Added Feed plugin Arte (Arte.groovy)
2012-05-12 15:45:59,202 INFO  [PluginCompilerThread] Added Feed plugin BlipTVUrlExtractor (BlipTVUrlExtractor.groovy)
2012-05-12 15:45:59,375 INFO  [PluginCompilerThread] Added Web Resouce plugin CanalPlus (CanalPlus.groovy)
2012-05-12 15:45:59,459 INFO  [PluginCompilerThread] Added Web Resouce plugin Castalba (Castalba.groovy)
2012-05-12 15:45:59,531 INFO  [PluginCompilerThread] Added Web Resouce plugin CBS.com (CBS.groovy)
2012-05-12 15:46:00,177 INFO  [PluginCompilerThread] Added Web Resouce plugin 4OD (UK only) (Channel4od.groovy)
2012-05-12 15:46:00,582 INFO  [PluginCompilerThread] Added Feed plugin CNN (CNN.groovy)
2012-05-12 15:46:00,610 INFO  [PluginCompilerThread] Added Feed plugin Crackle (Crackle.groovy)
2012-05-12 15:46:00,645 INFO  [PluginCompilerThread] Added Feed plugin DailyMotion (DailyMotion.groovy)
2012-05-12 15:46:00,928 INFO  [PluginCompilerThread] Added Web Resouce plugin DI.FM - SKY.FM - JAZZRADIO.COM v1.0 (digitallyimported.groovy)
2012-05-12 15:46:01,116 INFO  [PluginCompilerThread] Added Web Resouce plugin Escapist (Escapist.groovy)
2012-05-12 15:46:01,143 INFO  [PluginCompilerThread] Added Feed plugin Gamespot (Gamespot.groovy)
2012-05-12 15:46:01,168 INFO  [PluginCompilerThread] Added Feed plugin GameTrailers (GameTrailers.groovy)
2012-05-12 15:46:01,206 INFO  [PluginCompilerThread] Added Feed plugin Gulli (Gulli.groovy)
2012-05-12 15:46:01,568 INFO  [PluginCompilerThread] Added Web Resouce plugin HaHaSport (HaHaSport.groovy)
2012-05-12 15:46:01,654 INFO  [PluginCompilerThread] Added Feed plugin Hulu (US only) (Hulu.groovy)
2012-05-12 15:46:01,691 INFO  [PluginCompilerThread] Added Feed plugin Hypem (Hypem.groovy)
2012-05-12 15:46:01,789 INFO  [PluginCompilerThread] Added Web Resouce plugin ILive (ILive.groovy)
2012-05-12 15:46:02,386 INFO  [PluginCompilerThread] Added Feed plugin BBC iPlayer (UK only) (IPlayer.groovy)
2012-05-12 15:46:02,641 INFO  [PluginCompilerThread] Added Web Resouce plugin ITVPlayer (UK only) (ITVPlayer.groovy)
2012-05-12 15:46:02,668 INFO  [PluginCompilerThread] Added Feed plugin LiveFeeds (LiveFeeds.groovy)
2012-05-12 15:46:02,773 INFO  [PluginCompilerThread] Added Web Resouce plugin M6replay (M6replay.groovy)
2012-05-12 15:46:02,804 INFO  [PluginCompilerThread] Added Feed plugin NBA (NBA.groovy)
2012-05-12 15:46:02,836 INFO  [PluginCompilerThread] Added Feed plugin Orf (Orf.groovy)
2012-05-12 15:46:02,859 INFO  [PluginCompilerThread] Added Feed plugin Packers (Packers.groovy)
2012-05-12 15:46:03,143 INFO  [PluginCompilerThread] Added Feed plugin PennyArcade (PennyArcade.groovy)
2012-05-12 15:46:04,497 INFO  [PluginCompilerThread] Added Web Resouce plugin Playlist extractor (Playlist.groovy)
2012-05-12 15:46:04,533 INFO  [PluginCompilerThread] Added Feed plugin Pluzz (Pluzz.groovy)
2012-05-12 15:46:04,571 INFO  [PluginCompilerThread] Added Feed plugin Radio Bremen RSS Extractor (RadioBremen.groovy)
2012-05-12 15:46:04,601 INFO  [PluginCompilerThread] Added Web Resouce plugin Refresh (Refresh.groovy)
2012-05-12 15:46:04,631 INFO  [PluginCompilerThread] Added Feed plugin ReutersCom (ReutersCom.groovy)
2012-05-12 15:46:04,810 INFO  [PluginCompilerThread] Added Feed plugin RTVE (RTVE.groovy)
2012-05-12 15:46:04,921 INFO  [PluginCompilerThread] Added Feed plugin SC2CastUrlExctractor (SC2Casts.groovy)
2012-05-12 15:46:05,036 INFO  [PluginCompilerThread] Added Web Resouce plugin Shoutcast (Shoutcast.groovy)
2012-05-12 15:46:05,072 INFO  [PluginCompilerThread] Added Feed plugin SnotrUrlExtractor (Snotr.groovy)
2012-05-12 15:46:05,188 INFO  [PluginCompilerThread] Added Web Resouce plugin Stepashka (Stepashka.groovy)
2012-05-12 15:46:05,385 INFO  [PluginCompilerThread] Added Feed plugin SvtPlay (SvtPlay.groovy)
2012-05-12 15:46:05,423 INFO  [PluginCompilerThread] Added Web Resouce plugin TED (TED.groovy)
2012-05-12 15:46:05,489 INFO  [PluginCompilerThread] Added Feed plugin TF1 (TF1.groovy)
2012-05-12 15:46:05,688 INFO  [PluginCompilerThread] Added Feed plugin TrailerAddictRss (TrailerAddictRss.groovy)
2012-05-12 15:46:05,729 INFO  [PluginCompilerThread] Added Web Resouce plugin Tune In (TuneIn.groovy)
2012-05-12 15:46:05,754 INFO  [PluginCompilerThread] Added Feed plugin Tv3Play (Tv3Play.groovy)
2012-05-12 15:46:05,943 INFO  [PluginCompilerThread] Added Feed plugin Tv4Play (Tv4Play.groovy)
2012-05-12 15:46:05,999 INFO  [PluginCompilerThread] Added Feed plugin Tv6Play (Tv6Play.groovy)
2012-05-12 15:46:06,023 INFO  [PluginCompilerThread] Added Feed plugin Tv8Play (Tv8Play.groovy)
2012-05-12 15:46:06,043 INFO  [PluginCompilerThread] Added Feed plugin Vimeo (Vimeo.groovy)
2012-05-12 15:46:06,083 INFO  [PluginCompilerThread] Added Web Resouce plugin W9replay (W9replay.groovy)
2012-05-12 15:46:06,136 INFO  [PluginCompilerThread] Added Feed plugin WAT (WAT.groovy)
2012-05-12 15:46:06,157 INFO  [PluginCompilerThread] Added Feed plugin WimpCom (WimpCom.groovy)
2012-05-12 15:49:03,953 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 15:49:04,053 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 15:49:04,154 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 15:49:04,154 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 15:50:20,283 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-05-12 15:50:20,283 INFO  [EventDispatcher] Leaving EventDispatcher
2012-05-12 15:50:20,283 INFO  [WebServer] WebServer shutting down
2012-05-12 15:50:20,299 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-05-12 15:50:20,642 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-05-12 15:50:20,658 INFO  [WebServer] WebServer starting on port 8895
2012-05-12 15:50:20,658 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-05-12 15:50:20,658 INFO  [RendererSearchSender] Searching for Renderer devices
2012-05-12 15:50:20,658 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-05-12 15:50:20,673 INFO  [EventDispatcher] Starting EventDispatcher
2012-05-12 15:50:20,689 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net5 (Intel(R) Wireless WiFi Link 4965AGN) and address 192.168.0.11, timeout = 0
2012-05-12 15:50:23,653 INFO  [RendererExpirationChecker] Leaving RendererExpirationChecker
2012-05-12 15:55:02,775 INFO  [RendererManager] Stored a new renderer: uuid='0a63f871-0404-4609-8bef-de1736a6ef60', name = 'Unrecognized device', ipAddress='192.168.0.11', profile = '1'
2012-05-12 15:58:08,480 INFO  [RendererManager] Stored a new renderer: uuid='5ef46939-38b2-4acd-a3dc-698415b048bc', name = 'Unrecognized device', ipAddress='192.168.0.13', profile = '1'
2012-05-12 16:00:55,914 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:00:56,014 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:00:56,103 WARN  [FeedUpdaterThread] Failed to retrieve online item information for http//stream.laut.fm/m1. It might not play.
java.io.IOException: org.serviio.library.local.metadata.extractor.InvalidMediaFormatException: Unknown audio file type.
   at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveAVMetadata(FeedUpdaterThread.java:273)
   at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveTechnicalMetadata(FeedUpdaterThread.java:233)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:101)
Caused by: org.serviio.library.local.metadata.extractor.InvalidMediaFormatException: Unknown audio file type.
   at org.serviio.library.metadata.FFmpegMetadataRetriever.validateCodecsFound(FFmpegMetadataRetriever.java:359)
   at org.serviio.library.metadata.FFmpegMetadataRetriever.retrieveAudioMetadata(FFmpegMetadataRetriever.java:111)
   at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveAVMetadata(FeedUpdaterThread.java:257)
   ... 2 more
2012-05-12 16:00:56,114 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:00:56,131 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:01:39,896 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:01:39,996 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:01:40,098 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:01:40,101 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:18:08,661 INFO  [RendererManager] Stored a new renderer: uuid='d022fed0-8c25-4c9d-a2a0-fe7983964626', name = 'Unrecognized device', ipAddress='192.168.0.13', profile = '1'
2012-05-12 16:25:09,249 INFO  [RendererManager] Stored a new renderer: uuid='5b6dba17-9272-40b2-a60c-ae7658b626d4', name = 'Unrecognized device', ipAddress='192.168.0.11', profile = '1'
2012-05-12 16:30:18,631 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-05-12 16:30:18,635 INFO  [EventDispatcher] Leaving EventDispatcher
2012-05-12 16:30:18,636 INFO  [WebServer] WebServer shutting down
2012-05-12 16:30:18,636 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-05-12 16:30:18,932 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-05-12 16:32:14,629 INFO  [WebServer] WebServer starting on port 8895
2012-05-12 16:32:14,629 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-05-12 16:32:14,629 INFO  [RendererSearchSender] Searching for Renderer devices
2012-05-12 16:32:14,629 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-05-12 16:32:14,629 INFO  [EventDispatcher] Starting EventDispatcher
2012-05-12 16:32:14,787 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net5 (Intel(R) Wireless WiFi Link 4965AGN) and address 192.168.0.11, timeout = 0
2012-05-12 16:36:57,991 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-05-12 16:36:57,991 INFO  [EventDispatcher] Leaving EventDispatcher
2012-05-12 16:36:58,007 INFO  [WebServer] WebServer shutting down
2012-05-12 16:36:58,007 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-05-12 16:36:58,319 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-05-12 16:40:54,293 INFO  [WebServer] WebServer starting on port 8895
2012-05-12 16:40:54,293 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-05-12 16:40:54,293 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-05-12 16:40:54,293 INFO  [RendererSearchSender] Searching for Renderer devices
2012-05-12 16:40:54,294 INFO  [EventDispatcher] Starting EventDispatcher
2012-05-12 16:40:54,416 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net5 (Intel(R) Wireless WiFi Link 4965AGN) and address 192.168.0.11, timeout = 0
2012-05-12 16:40:57,832 INFO  [RendererManager] Stored a new renderer: uuid='e1e57ae5-e461-444b-a7c3-35e79b294ac0', name = 'Unrecognized device', ipAddress='192.168.0.13', profile = '1'
2012-05-12 16:42:37,785 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:42:37,884 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:42:37,986 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:42:37,988 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:44:37,959 WARN  [ProcessExecutor] Process cmd has a return code of -1! This is a possible error.
2012-05-12 16:46:25,492 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:46:25,578 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:46:25,679 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:46:25,679 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:47:05,300 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:47:05,400 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:47:05,501 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:47:05,501 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:48:09,421 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:48:09,521 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:48:09,623 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:48:09,624 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:48:50,104 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:48:50,204 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:48:50,305 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:48:50,305 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:49:31,253 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:49:31,353 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:49:31,454 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:49:31,455 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:50:03,366 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:50:03,466 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:50:03,567 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:50:03,569 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:51:54,092 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 16:51:54,192 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 16:51:54,293 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-12 16:51:54,295 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-12 16:55:06,662 INFO  [RendererManager] Stored a new renderer: uuid='081b06cf-0cd0-42e0-8f68-2a87b1952ee8', name = 'Unrecognized device', ipAddress='192.168.0.11', profile = '1'
2012-05-12 16:58:12,865 INFO  [RendererManager] Stored a new renderer: uuid='af8251be-9a26-4095-a071-899a56f61cf3', name = 'Unrecognized device', ipAddress='192.168.0.13', profile = '1'
2012-05-12 17:23:29,974 INFO  [ServiioConsole] Leaving Serviio Console
2012-05-12 17:23:40,807 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2012-05-12 17:23:40,814 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-12 17:23:40,814 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2012-05-12 17:23:40,913 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-12 17:23:41,013 INFO  [FeedUpdaterThread] Finished looking for online resources information
2012-05-12 17:23:41,113 INFO  [PluginCompilerThread] Finished looking for plugins
2012-05-12 17:23:41,213 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-05-12 17:23:41,244 INFO  [EventDispatcher] Leaving EventDispatcher
2012-05-12 17:23:41,244 INFO  [WebServer] WebServer shutting down
2012-05-12 17:23:41,244 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-05-12 17:23:42,321 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-05-12 17:23:42,321 INFO  [DatabaseManager] Shutting down database
2012-05-12 17:23:53,679 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-05-13 12:07:16,853 INFO  [MediaServer] ------------------------------------------------------------------------
2012-05-13 12:07:16,884 INFO  [MediaServer] Serviio DLNA media streaming server v 0.6.2 (rev. aec3abd196d6+)
2012-05-13 12:07:16,884 INFO  [MediaServer] Petr Nejedly 2009-2011
2012-05-13 12:07:16,884 INFO  [MediaServer] http://www.serviio.org
2012-05-13 12:07:16,884 INFO  [MediaServer]
2012-05-13 12:07:16,884 INFO  [MediaServer] Java 1.6.0_23-Sun Microsystems Inc.
2012-05-13 12:07:16,884 INFO  [MediaServer] OS Windows Vista amd64 6.0
2012-05-13 12:07:16,884 INFO  [MediaServer] File encoding: windows-1252
2012-05-13 12:07:16,884 INFO  [MediaServer] Headless mode enabled: true
2012-05-13 12:07:16,884 INFO  [MediaServer] User home dir: C:\
2012-05-13 12:07:16,884 INFO  [MediaServer] Temp dir: C:\Windows\TEMP\
2012-05-13 12:07:16,884 INFO  [MediaServer] ------------------------------------------------------------------------
2012-05-13 12:07:17,508 INFO  [RestletServer] Starting Restlet server exposed on port 23423
2012-05-13 12:07:17,680 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-05-13 12:07:24,591 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-05-13 12:07:25,215 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-05-13 12:07:25,542 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-05-13 12:07:25,683 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-05-13 12:07:25,870 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-05-13 12:07:25,963 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-05-13 12:07:26,213 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-05-13 12:07:26,510 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2012-05-13 12:07:26,526 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-05-13 12:07:26,838 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=9)
2012-05-13 12:07:27,290 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-05-13 12:07:27,493 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2012-05-13 12:07:27,602 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=13)
2012-05-13 12:07:27,618 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=14)
2012-05-13 12:07:27,712 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=15)
2012-05-13 12:07:27,743 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=16)
2012-05-13 12:07:27,868 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=17)
2012-05-13 12:07:27,977 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=18)
2012-05-13 12:07:28,882 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-05-13 12:07:28,913 INFO  [Device] Created UPnP Device with UUID: 91e97f41-67af-3556-9b8f-4aa7316b17d4, bound address: 192.168.0.11
2012-05-13 12:07:29,147 INFO  [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins
2012-05-13 12:07:29,147 INFO  [PluginCompilerThread] Started looking for plugins
2012-05-13 12:07:31,300 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-05-13 12:07:31,565 INFO  [WebServer] WebServer starting on port 8895
2012-05-13 12:07:31,565 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-05-13 12:07:31,565 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-05-13 12:07:31,580 INFO  [EventDispatcher] Starting EventDispatcher
2012-05-13 12:07:31,607 INFO  [RendererSearchSender] Searching for Renderer devices
2012-05-13 12:07:31,608 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net5 (Intel(R) Wireless WiFi Link 4965AGN) and address 192.168.0.11, timeout = 0
2012-05-13 12:07:31,608 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2012-05-13 12:07:32,550 INFO  [PluginCompilerThread] Added Web Resouce plugin AlloCine (AlloCine.groovy)
2012-05-13 12:07:32,612 INFO  [PluginCompilerThread] Added Feed plugin AnOriantUrlExtractor (AnOriant.groovy)
2012-05-13 12:07:32,721 INFO  [PluginCompilerThread] Added Web Resouce plugin APVideo (APVideo.groovy)
2012-05-13 12:07:32,831 INFO  [PluginCompilerThread] Added Feed plugin ARD Mediathek RSS Extractor (ARDMediathek.groovy)
2012-05-13 12:07:33,189 INFO  [PluginCompilerThread] Added Feed plugin Arte (Arte.groovy)
2012-05-13 12:07:33,548 INFO  [PluginCompilerThread] Added Feed plugin BlipTVUrlExtractor (BlipTVUrlExtractor.groovy)
2012-05-13 12:07:33,767 INFO  [PluginCompilerThread] Added Web Resouce plugin CanalPlus (CanalPlus.groovy)
2012-05-13 12:07:33,876 INFO  [PluginCompilerThread] Added Web Resouce plugin Castalba (Castalba.groovy)
2012-05-13 12:07:33,985 INFO  [PluginCompilerThread] Added Web Resouce plugin CBS.com (CBS.groovy)
2012-05-13 12:07:34,797 INFO  [PluginCompilerThread] Added Web Resouce plugin 4OD (UK only) (Channel4od.groovy)
2012-05-13 12:07:35,047 INFO  [PluginCompilerThread] Added Feed plugin CNN (CNN.groovy)
2012-05-13 12:07:35,094 INFO  [PluginCompilerThread] Added Feed plugin Crackle (Crackle.groovy)
2012-05-13 12:07:35,156 INFO  [PluginCompilerThread] Added Feed plugin DailyMotion (DailyMotion.groovy)
2012-05-13 12:07:35,281 INFO  [PluginCompilerThread] Added Web Resouce plugin DI.FM - SKY.FM - JAZZRADIO.COM v1.0 (digitallyimported.groovy)
2012-05-13 12:07:35,437 INFO  [PluginCompilerThread] Added Web Resouce plugin Escapist (Escapist.groovy)
2012-05-13 12:07:35,484 INFO  [PluginCompilerThread] Added Feed plugin Gamespot (Gamespot.groovy)
2012-05-13 12:07:35,515 INFO  [PluginCompilerThread] Added Feed plugin GameTrailers (GameTrailers.groovy)
2012-05-13 12:07:35,577 INFO  [PluginCompilerThread] Added Feed plugin Gulli (Gulli.groovy)
2012-05-13 12:07:35,796 INFO  [PluginCompilerThread] Added Web Resouce plugin HaHaSport (HaHaSport.groovy)
2012-05-13 12:07:35,936 INFO  [PluginCompilerThread] Added Feed plugin Hulu (US only) (Hulu.groovy)
2012-05-13 12:07:35,998 INFO  [PluginCompilerThread] Added Feed plugin Hypem (Hypem.groovy)
2012-05-13 12:07:36,108 INFO  [PluginCompilerThread] Added Web Resouce plugin ILive (ILive.groovy)
2012-05-13 12:07:36,482 INFO  [PluginCompilerThread] Added Feed plugin BBC iPlayer (UK only) (IPlayer.groovy)
2012-05-13 12:07:36,919 INFO  [PluginCompilerThread] Added Web Resouce plugin ITVPlayer (UK only) (ITVPlayer.groovy)
2012-05-13 12:07:36,981 INFO  [PluginCompilerThread] Added Feed plugin LiveFeeds (LiveFeeds.groovy)
2012-05-13 12:07:37,293 INFO  [PluginCompilerThread] Added Web Resouce plugin M6replay (M6replay.groovy)
2012-05-13 12:07:37,340 INFO  [PluginCompilerThread] Added Feed plugin NBA (NBA.groovy)
2012-05-13 12:07:37,418 INFO  [PluginCompilerThread] Added Feed plugin Orf (Orf.groovy)
2012-05-13 12:07:38,059 INFO  [PluginCompilerThread] Added Feed plugin Packers (Packers.groovy)
2012-05-13 12:07:38,168 INFO  [PluginCompilerThread] Added Feed plugin PennyArcade (PennyArcade.groovy)
2012-05-13 12:07:39,884 INFO  [PluginCompilerThread] Added Web Resouce plugin Playlist extractor (Playlist.groovy)
2012-05-13 12:07:39,946 INFO  [PluginCompilerThread] Added Feed plugin Pluzz (Pluzz.groovy)
2012-05-13 12:07:39,993 INFO  [PluginCompilerThread] Added Feed plugin Radio Bremen RSS Extractor (RadioBremen.groovy)
2012-05-13 12:07:40,055 INFO  [PluginCompilerThread] Added Web Resouce plugin Refresh (Refresh.groovy)
2012-05-13 12:07:40,118 INFO  [PluginCompilerThread] Added Feed plugin ReutersCom (ReutersCom.groovy)
2012-05-13 12:07:40,180 INFO  [PluginCompilerThread] Added Feed plugin RTVE (RTVE.groovy)
2012-05-13 12:07:40,258 INFO  [PluginCompilerThread] Added Feed plugin SC2CastUrlExctractor (SC2Casts.groovy)
2012-05-13 12:07:40,321 INFO  [PluginCompilerThread] Added Web Resouce plugin Shoutcast (Shoutcast.groovy)
2012-05-13 12:07:40,336 INFO  [PluginCompilerThread] Added Feed plugin SnotrUrlExtractor (Snotr.groovy)
2012-05-13 12:07:40,445 INFO  [PluginCompilerThread] Added Web Resouce plugin Stepashka (Stepashka.groovy)
2012-05-13 12:07:40,492 INFO  [PluginCompilerThread] Added Feed plugin SvtPlay (SvtPlay.groovy)
2012-05-13 12:07:40,570 INFO  [PluginCompilerThread] Added Web Resouce plugin TED (TED.groovy)
2012-05-13 12:07:40,633 INFO  [PluginCompilerThread] Added Feed plugin TF1 (TF1.groovy)
2012-05-13 12:07:40,679 INFO  [PluginCompilerThread] Added Feed plugin TrailerAddictRss (TrailerAddictRss.groovy)
2012-05-13 12:07:40,757 INFO  [PluginCompilerThread] Added Web Resouce plugin Tune In (TuneIn.groovy)
2012-05-13 12:07:40,820 INFO  [PluginCompilerThread] Added Feed plugin Tv3Play (Tv3Play.groovy)
2012-05-13 12:07:41,038 INFO  [PluginCompilerThread] Added Feed plugin Tv4Play (Tv4Play.groovy)
2012-05-13 12:07:41,085 INFO  [PluginCompilerThread] Added Feed plugin Tv6Play (Tv6Play.groovy)
2012-05-13 12:07:41,163 INFO  [PluginCompilerThread] Added Feed plugin Tv8Play (Tv8Play.groovy)
2012-05-13 12:07:41,272 INFO  [PluginCompilerThread] Added Feed plugin Vimeo (Vimeo.groovy)
2012-05-13 12:07:41,335 INFO  [PluginCompilerThread] Added Web Resouce plugin W9replay (W9replay.groovy)
2012-05-13 12:07:41,397 INFO  [PluginCompilerThread] Added Feed plugin WAT (WAT.groovy)
2012-05-13 12:07:41,444 INFO  [PluginCompilerThread] Added Feed plugin WimpCom (WimpCom.groovy)
2012-05-13 12:07:41,600 INFO  [PluginCompilerThread] Added Feed plugin YouTube (Youtube.groovy)
2012-05-13 12:07:58,194 INFO  [FeedUpdaterThread] Started looking for information about online resources
2012-05-13 12:07:58,210 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-05-13 12:07:58,210 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-05-13 12:09:13,519 INFO  [ServiioConsole] Starting Serviio Console
2012-05-13 12:09:16,836 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2012-05-13 12:09:17,724 INFO  [Messages] Loaded console message bundle for locale: en
2012-05-13 12:09:17,855 INFO  [UpdateChecker] Checking if a new version is available
2012-05-13 12:09:45,902 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2012-05-13 12:09:46,514 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2012-05-13 12:15:18,030 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2012-05-13 12:15:18,032 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-05-13 12:15:18,032 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2012-05-13 12:15:18,131 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-05-13 12:15:18,231 INFO  [FeedUpdaterThread] Finished looking for online resources information
2012-05-13 12:15:18,331 INFO  [PluginCompilerThread] Finished looking for plugins
2012-05-13 12:15:18,431 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-05-13 12:15:18,463 INFO  [EventDispatcher] Leaving EventDispatcher
2012-05-13 12:15:18,463 INFO  [WebServer] WebServer shutting down
2012-05-13 12:15:18,463 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-05-13 12:15:18,712 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-05-13 12:15:18,712 INFO  [DatabaseManager] Shutting down database
2012-05-13 12:15:18,775 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-05-13 12:15:20,257 INFO  [ServiioConsole] Leaving Serviio Console
2012-05-13 12:31:09,627 DEBUG [ServiioConsole] Initializing Serviio Console
2012-05-13 12:31:09,658 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2012-05-13 12:31:09,674 INFO  [ServiioConsole] Starting Serviio Console
2012-05-13 12:31:09,783 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2012-05-13 12:31:10,002 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2012-05-13 12:31:20,205 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2012-05-13 12:31:20,205 DEBUG [ServiioConsole] Retrieving preferred console language
2012-05-13 12:31:30,211 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2012-05-13 12:31:30,212 DEBUG [ServiioConsole] Setting console locale to be: en
2012-05-13 12:31:30,264 INFO  [Messages] Loaded console message bundle for locale: en
2012-05-13 12:31:40,321 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2012-05-13 12:31:54,972 INFO  [ServiioConsole] Leaving Serviio Console
2012-05-13 12:32:05,908 DEBUG [ServiioConsole] Initializing Serviio Console
2012-05-13 12:32:05,939 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2012-05-13 12:32:05,939 INFO  [ServiioConsole] Starting Serviio Console
2012-05-13 12:32:05,986 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2012-05-13 12:32:06,033 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2012-05-13 12:32:16,235 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2012-05-13 12:32:16,235 DEBUG [ServiioConsole] Retrieving preferred console language
2012-05-13 12:32:26,266 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2012-05-13 12:32:26,266 DEBUG [ServiioConsole] Setting console locale to be: en
2012-05-13 12:32:26,281 INFO  [Messages] Loaded console message bundle for locale: en
2012-05-13 12:32:36,337 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2012-05-13 12:32:47,538 INFO  [ServiioConsole] Leaving Serviio Console
2012-05-13 12:42:10,708 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
[/quote]
Last edited by khullasher on Mon May 14, 2012 12:53 am, edited 1 time in total.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun May 13, 2012 11:07 pm

Re: NO AUDIO FOR JADOO WITH MODIFIED DIRECT TV PROFILE

what audio codecs does the device support? And please remove caps from the topic's title.
<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Mon May 14, 2012 12:55 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

Thanks Zip for your Response and Apologies for Caps Subject Line.

Below are the Supported Codecs for Jadoo TV:

Video Codecs
Jadoo TV Box can decode WMV video codec only. Any other codec and it will not work on TV, might still work on your computer.

Audio Codecs
Jadoo TV Box can decode WMA, MP3 and AAC audio codecs.

Jadoo TV Box can play flv, AVI, ASF and WAV container formats. It supports both SD and HD resolutions.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon May 14, 2012 11:25 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

looks like you have to transcode to mp3 or aac, not ac3. Also it says it only supports WMV codec so not sure if you can play any videos either?
<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Tue May 15, 2012 1:01 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

Hello Zip,

Tried Couple of options but it didn't resolve the Issue. Basically I am very novice to this coding and will appreciate if you can write up a code for me.

Thanks
<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Tue May 15, 2012 1:42 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

Finally after playing with couple of generic profiles the audio is working fine.

Your response really helped me in focusing on the right area. Appreciate you help.

Thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue May 15, 2012 11:14 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

care to share the profile for others?
<<

khullasher

Serviio newbie

Posts: 8

Joined: Sat May 12, 2012 5:11 am

Post Sat May 19, 2012 1:56 am

Re: No Audio For Jadoo with Modified DIRECT TV Profile

Sure I will post it.

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 38 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.