PW Akshay

Generation

generate functionTue, 17 Jan 2023

create a python program to stream video from m3u8 url using moviepy module

import moviepy.editor as mp def stream_video(m3u8_url): clip = mp.VideoFileClip(m3u8_url) clip.preview()

Questions about programming?Chat with your personal AI assistant