@chap you mentioned the ffmpeg method with the m3u8 playlist, but im not getting further , would help me a lot
Code:
ffmpeg -i http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8 -acodec copy -vcodec copy -f flv test.flv
doesnt work, with ffmpeg
when i ipen the playlist.m3u8
ill gett
but
Code:
#EXTM3U
#EXT-X-VERSION:2
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1000000
/live/_definst_/mp4:alexlivestream_2/playlist.m3u8?wowzasessionid=949410792
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000
/live/_definst_/mp4:alexlivestream_1/playlist.m3u8?wowzasessionid=949410792
any pointer how to go further ?