How to Convert Rtp Multicast Stream from DVB-T to HLS?
问题 I use Mumudvb to get signal from dvb-t and dvb-s to RTP Multicast stream and successfully do that, The result stream URL is something like rtp://239.1.2.1:60001. Now i want to know How can i convert RTP (Or UDP)stream to Http Live Stream (HLS)? Edit : I could convert live stream with ffmpeg, but its not stable, when an error occurred in ffmpeg the conversation stop and there is no way to found fail and for example restart ffmpeg, I am looking for new way for that convert operation. Thanks a