PW Akshay

Generation

generate functionSun, 04 Dec 2022

stream m3u8 url to rtmp in python (with pyRTMP)

def stream_to_server(ip, port, app, uri, stream_name): rtmp = pyRTMP(ip, port, app, uri) rtmp.connect() rtmp.stream(stream_name) rtmp.close()

Questions about programming?Chat with your personal AI assistant