Page 1 of 1

[SOLVED]No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Mon Nov 28, 2011 5:19 pm
by Rheingold
Hi,
I wonder why it is not possible to play .flv onlinestreams with the Sony Bravia TV profile. Downloaded and locally saved .flv-videos are played without problems.
When I have a feed with links to .flv-videos I get no item in the online folder on my TV. Have a look at the lines from the DEBUG-log-file:

The feed-items are analysed correctly:
2011-11-28 16:42:17,093 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2011-11-28 16:42:17,203 DEBUG [FeedParser] Found matching url extractor (Orf) for feed http://rss.orf.at/iptv.xml
2011-11-28 16:42:17,203 DEBUG [FeedItemUrlExtractor] Orf: Starting extraction of url for item: Kosovo: Neuerliche Zusammenstöße
2011-11-28 16:42:17,546 DEBUG [FeedItemUrlExtractor] Orf: Finished extraction of url: ContentURLContainer [fileType=VIDEO, contentUrl=http://files2.orf.at/iptv/201148/2011-11-28__in_00_ebu_kosovo-clashes_168985.flv, thumbnailUrl=http://iptv.orf.at/mojo/storyserver//iptv/images/logo.orfon.png, expiresImmediately=false]
2011-11-28 16:42:17,546 DEBUG [FeedParser] Added feed item 1: 'Kosovo: Neuerliche Zusammenstöße'
...
the video infos are retrieved correctly too:
2011-11-28 16:42:19,312 DEBUG [OnlineLibraryManager] Feed http://rss.orf.at/iptv.xml will expire in the cache on Tue Nov 29 16:42:19 CET 2011
2011-11-28 16:42:19,312 DEBUG [FeedUpdaterThread] Retrieving file size from the URL connection
2011-11-28 16:42:19,359 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-11-28 16:42:19,359 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://files2.orf.at/iptv/201148/2011-1 ... 168985.flv
2011-11-28 16:42:19,359 DEBUG [ProcessExecutor] Starting D:\Netzwerk\Serviio\lib/ffmpeg.exe -i http://files2.orf.at/iptv/201148/2011-1 ... 168985.flv
...

Not item on the Bravia TV when it asks for online feed items:
2011-11-28 16:57:22,046 DEBUG [CompositeCache] online_feeds - Memory cache hit
2011-11-28 16:57:22,046 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-11-28 16:57:22,062 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000010001 and profile Sony Bravia TV
2011-11-28 16:57:22,062 WARN [VideoDeliveryEngine] Cannot get media info for transcoded file http://files2.orf.at/iptv/201148/2011-1 ... 168985.flv: MPEG2TS video file http://files2.orf.at/iptv/201148/2011-1 ... 168985.flv does not match any supported DLNA profile

As You can see, there is no error when adding the video to the DB, but when the TV asks for a list of the online items then the codec MPEG2TS doesn't match the DLNA profile and nothing is displayed on the TV. In the DNLA description (wiki-serviio) there is only MPEG-TS not MPEG2TS listed.

I think something goes wrong here but i don' know what to do. I'm shure You can help me!

Greetings ...

P.S. I'm new to Serviio and I'm really impressed by the program and say many thanks for it ! Great work ! :D

Re: No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Mon Nov 28, 2011 5:31 pm
by Illico
  Code:
Input #0, flv, from 'C:\xxxxxxxxxx\2011-11-28__in_00_ebu_kosovo-clashes_168985.flv':
  Duration: 00:01:29.64, start: 0.000000, bitrate: 751 kb/s
    Stream #0.0: Video: vp6f, yuv420p, 640x360, 655 kb/s, 25 tbr, 1k tbn, 1k tbc
    Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 96 kb/s


vp6f is probably not supported yet by serviio.

Re: No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Mon Nov 28, 2011 5:44 pm
by Rheingold
Hello Illico,

thanks for Your very quick answer:

Illico wrote:[code]

vp6f is probably not supported yet by serviio.


But when you save the file in a shared folder, then it is played perfectly !

Rheingold

Re: No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Mon Nov 28, 2011 8:00 pm
by Illico
You're right, I have checked, vp6f is supported.

Could you add this just before </Profile> element of the Sony Bravia 2010 section?
  Code:
...
      <OnlineTranscoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="192">
            <Matches container="flv" />
         </Video>
      </OnlineTranscoding>
</Profile>

Re: No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Mon Nov 28, 2011 9:36 pm
by Rheingold
Hi Illico

You are the greatest!

These lines solved the problem. Now I see the Items and can start the videos! :D :D :D

Thank You very much for your help!

Rheingold

Re: No .flv online feed items with Sony Bravia 40EX505 ?

PostPosted: Tue Nov 29, 2011 8:35 am
by Illico
you're welcome.

Zip, do you think we have to add this to the next release ?

Re: [SOLVED]No .flv online feed items with Sony Bravia 40EX5

PostPosted: Tue Nov 29, 2011 4:22 pm
by zip
I hope that one of the additions to the generic profile for 0.6.1 should fix this. Can you retest in beta forum?