PW Akshay

Generation

generate functionMon, 05 Dec 2022

live stream m3u8 to rtmp in python (no function)

import os os.system("ffmpeg -re -i " + '"http://path.to.m3u8"' + " -c:v copy -c:a aac -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/" + '"YOUR_STREAM_KEY"')

Want to kickstart your project?Use the new AI Studio to create your code