generate functionMon, 05 Dec 2022
live stream m3u8 to youtubein python using rtmpy
from rtmpy import Server Server() .add_stream( url='http://domain.com/live/stream.m3u8', name='stream', output='rtmp://a.rtmp.youtube.com/live2/[key]') .serve_forever()
Python
Generate More