Quote:
Originally Posted by secretsquirrel
I had to look into ffserver a bit because the documentation is fairly sparse compared to ffmpeg, but I don't think this will work unless I'm reading this all wrong.
The target playback devices are a couple of IPTV set top boxes, so I need these streams bent into standard MPEG-TS UDP or RTP multicasts. This seems to be packing them up for an on-demand reflector service. Unfortunately, I think these little boxes are too dumb to know what to do with that.
|
The ffserver configs I posted will multicast using native RTP format. Clients need to retrieve the SDP info from the http URL in order to read the stream parameters. I'm not sure about muxing in MPEG-TS first, haven't tried that, but vlc was able to play from this ffserver with no trouble.