Hi everyone,
Having trouble finding information on stream playback compatibility.
What i have;
- 5x Multicast MPTS addresses carrying all TV channels from each network (Sydney Australia). (Product is Chameleon WISI -
https://www.wisi.de/en/communications/products/chameleon/)
EG: udp://@239.255.255.8:1234
What works;
- TvHeadEnd working well, all channels, EPG, Recording all working.
- Playback in VLC directly from multicast udp://@239.255.255.8:1234
- Playback in VLC from TvHeadend (playlist and direct channels - all ok)
What doesnt work;
- Any other player, will not play a stream from TvHeadend. Want to use FFMPEG to transcode the stream to H264 (if not already) and feed to FFSERVER for RTSP output.
But FFMPEG/FFPLAY can not get the stream from TvHeadend.
I cant find any information as to why it cant playback?
Final Goal;
- RTSP Stream Output - (not achieved) - need output as RTSP, in order to add TV channels to a CCTV Surveillance software. (CCTV software can accept RTSP streams, RTP with more difficulty)
Supporting info;
- Playlist URL:
http://163.189.30.167:9981/playlist (working)
- Channel URL:
http://163.189.30.167:9981/stream/channelid/604520767 (individual urls working)
- Platform: UBUNTU 18.04 Core
- Version: HTS Tvheadend 4.2.8-23~g74cdf3f16~bionic
Can you please help answer as why i cant get a stream from TvHeadend in FFMPEG for further transcoding?
Why cant i use FFPLAY to see the TvHeadend stream? (nothing on google - all i found is that ffplay can/should)
Is there an easier way to achieveRTSP (preferred) orRTP output?
Thanks in advance...