videojs / http-streaming

HLS, DASH, and future HTTP streaming protocols library for video.js
https://videojs-http-streaming.netlify.app/
Other
2.51k stars 424 forks source link

Use videoJS with python-ffmpeg-video-streaming #1294

Open Impre-visible opened 2 years ago

Impre-visible commented 2 years ago

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

welcome[bot] commented 2 years ago

👋 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.

gkatsev commented 2 years ago

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.