http-streaming icon indicating copy to clipboard operation
http-streaming copied to clipboard

Use videoJS with python-ffmpeg-video-streaming

Open Impre-visible opened this issue 2 years ago • 2 comments

Description

I want to use ffmpeg video streaming, to stream an output to videoJS, but don't know how to make the two tools interact

Additional Information

I need your help to understand how it can work

Impre-visible avatar Jun 30 '22 13:06 Impre-visible

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

welcome[bot] avatar Jun 30 '22 13:06 welcome[bot]

Assuming that python-ffmpeg-video-streaming produces an HLS or DASH stream, you could provide the m3u8 or mpd file to Video.js as a source file and it will play.

gkatsev avatar Jun 30 '22 16:06 gkatsev