PW Akshay

Generation

generate functionMon, 05 Dec 2022

live stream m3u8 to youtubein python using rtmpy

from rtmpy import Server, Stream server = Server() stream = Stream(‘output’) server.publish(‘input’, stream) stream.play(‘http://localhost:8080/stream.m3u8’, loop=True)

Questions about programming?Chat with your personal AI assistant