PW Akshay

Generation

generate functionMon, 05 Dec 2022

Program to stream m3u8 urlto rtmp in python using Videostream .

import videostream ##trying to stream m3u8 url to rtmp rtmp_url = "rtmp://rtmp.example.com/events/stream" m3u8_url = "https://path/to/m3u8/file" vs = videostream.VideoStream(rtmp_url) vs.start() vs.send(m3u8_url)

Questions about programming?Chat with your personal AI assistant