FAQ  •  Register  •  Login

IPTV support

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Apr 21, 2012 10:57 pm

Re: IPTV support

Ok, Mpeg4 with DivX and mp2 is not a valid DLNA profile. You could try to transcode it by replacing this

  Code:
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="mp4"/>
            <Matches container="flv" vCodec="h264"/>         
             <Matches container="applehttp" vCodec="h264"/>   
         </Video>


with

  Code:
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="mp4"/>
            <Matches container="flv" vCodec="h264"/>         
             <Matches container="applehttp" vCodec="h264"/>
                  <Matches container="mpegts" aCodec="mp2"/>
         </Video>


in the generic profile's OnlineTranscoding.
<<

o.neill

Serviio newbie

Posts: 7

Joined: Wed Apr 11, 2012 7:34 pm

Post Sun Apr 22, 2012 11:09 am

Re: IPTV support

OK, now it shows everything I enter into a DLNA server, but in the LG player it only appers (all - MPEG2 also MPEG4), and when i want play it, LG player write: cannot play this file.

if I open Serviio DLNA server in VLC, then works streams MPEG2 ok, but MPEG4 works only audio.

what to do next?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Apr 22, 2012 12:22 pm

Re: IPTV support

it might be due to the LG problems it has with Serviio's way of transcoding. You could confirm that by looking at the detailed log. If that's the case there is nothing I can do to help.
Previous

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 42 guests

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