Reddit Programming
199 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
HLS video from Opencv program using FFmpeg
https://www.reddit.com/r/programming/comments/1f336xn/hls_video_from_opencv_program_using_ffmpeg/

<!-- SC_OFF -->Opencv is capable to create transport stream segment .ts file by video writer. The playlist is easy to create. The problem of such an approach is generated time stamps that makes this option irrelevant. The proper way is to use FFmpeg that creates HLS from Opencv Mat frame. Check this implementation on medium and let me some Claps here. Have a great day. <!-- SC_ON --> submitted by /u/-ok-vk-fv- (https://www.reddit.com/user/-ok-vk-fv-)
[link] (https://medium.com/@vladakuc/hls-video-streaming-from-opencv-and-ffmpeg-828ca80b4124) [comments] (https://www.reddit.com/r/programming/comments/1f336xn/hls_video_from_opencv_program_using_ffmpeg/)