PW Akshay

Generation

generate functionTue, 17 Jan 2023

create a python program to stream video from m3u8 url to youtube using python-ffmpeg-video-streaming module

def stream_video_from_m3u8_url_to_youtube(url, title, description, category, keywords, privacyStatus): stream = ffmpeg_streaming.input(url) stream = ffmpeg_streaming.output(stream, title, description, category, keywords, privacyStatus) ffmpeg_streaming.run(stream)

Questions about programming?Chat with your personal AI assistant