HLS from UDP Mpeg TS on input
I need to get HLS from UDP Mpeg TS on input.
I have tried theese comands:
pullstream uri=dmpegtsudp://233.26.198.196:5000 localstreamname=TestTS2
createHLSStream localstreamnames=TestTS2 targetFolder=/opt/evo/media/ groupName=hls playlisttype=rolling
program creates target folder but there are no .ts or m3u8 files in it.
Although I succeed to get HLS from rtmp pull.
Is it available to take UDP Mpeg TS on input and get HLS on output? What about HDS in such case?
Thank You!