PW Akshay

Generation

generate functionMon, 05 Dec 2022

Program to stream m3u8 urlto rtmp in python using FLVStream .

from flvstreamer.streamer import FLVStreamer streamer = FLVStreamer() streamer.setup( url="http://wowzaec2demo.streamlock.net/vod-multitrack/_definst_/smil:ElephantsDream/ElephantsDream.smil/playlist.m3u8", is_live=False, rtmp="rtmp://a.rtmp.youtube.com/live2", app="vod-multitrack", playpath="mp4:ElephantsDream/ElephantsDream.mp4" ) streamer.start()

Questions about programming?Chat with your personal AI assistant