quasarstream / python-ffmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg
https://www.quasarstream.com/op/python/ffmpeg-streaming?u=py-ff
MIT License
834 stars 142 forks source link

Create a socket connection and show a progress bar(or other parameters) to your users #113

Closed Forchapeatl closed 1 year ago

Forchapeatl commented 1 year ago

Please What django library should I install to enable socket show progress bar to users ?

aminyazdanpanah commented 1 year ago

It is up to you which Django library you want to use. Personally, I use Django Channels and WebSocket. See this blog for an impression.