FAQ  •  Register  •  Login

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

<<

Rheingold

Serviio newbie

Posts: 9

Joined: Mon Nov 28, 2011 11:47 am

Post Mon Nov 28, 2011 5:19 pm

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

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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Nov 28, 2011 5:31 pm

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

  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.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Rheingold

Serviio newbie

Posts: 9

Joined: Mon Nov 28, 2011 11:47 am

Post Mon Nov 28, 2011 5:44 pm

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

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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Nov 28, 2011 8:00 pm

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

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>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Rheingold

Serviio newbie

Posts: 9

Joined: Mon Nov 28, 2011 11:47 am

Post Mon Nov 28, 2011 9:36 pm

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

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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Nov 29, 2011 8:35 am

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

you're welcome.

Zip, do you think we have to add this to the next release ?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Nov 29, 2011 4:22 pm

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

I hope that one of the additions to the generic profile for 0.6.1 should fix this. Can you retest in beta forum?

Return to Sony

Who is online

Users browsing this forum: No registered users and 17 guests

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