FAQ  •  Register  •  Login

Cannot play live stream on D series

<<

mbat11

Serviio newbie

Posts: 6

Joined: Fri May 18, 2012 8:54 pm

Post Sat Jul 06, 2013 12:30 pm

Cannot play live stream on D series

Hi,
I have an application that generates udp/mpegts stream to localhost (unicast). Serviio version is 1.2.1.

ffprobe output:

  Code:
Input #0, mpegts, from 'udp://127.0.0.1:1400':
  Duration: N/A, start: 78.464000, bitrate: 63 kb/s
  Program 1
    Metadata:
      service_name    : Service01
      service_provider: FFmpeg
    Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 63 kb/s


When adding online source to serviio, the check is successful.
When trying to play from TV, I got this error: "Unsupported file format".

Serviio log is:

  Code:
2013-07-06 14:15:37,843 WARN  [ResourceDeliveryProcessor] Error while processing resource, sending back 404 error. Message: Cannot retrieve online media item URL: unknown protocol: udp


Serviio says stream is good, tv says it's not. Is it a tv problem?
Isn't udp converted to http before sending to tv?

Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jul 07, 2013 12:54 am

Re: Cannot play live stream on D series

mpegts is not transcoded in the Samsung profile, but Serviio doesn't deal with udp:// protocol natively, only through FFmpeg. So if you set up remuxing of mpegts (OnlineTranscoding) back to mpegts, it should work.

Other option is to generate http stream instead of mpegts, if possible.
<<

mbat11

Serviio newbie

Posts: 6

Joined: Fri May 18, 2012 8:54 pm

Post Sun Jul 07, 2013 9:22 am

Re: Cannot play live stream on D series

It works now. Thanks.

I've added the following xml under <OnlineTranscoding> section of Samsung C/D/E profile.
  Code:
<Video targetContainer="mpegts">
    <Matches container="mpegts" />           
</Video>


I don't clearly understand where udp fits in this story. Forcing an unneeded remux is only used to invoke ffmpeg (that can handle udp)?

thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jul 07, 2013 6:29 pm

Re: Cannot play live stream on D series

yes

Return to Samsung

Who is online

Users browsing this forum: No registered users and 26 guests

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