quasarstream/python-ffmpeg-video-streaming

How can I show the process bar on Django HTML?

Closed this issue · 2 comments

I have created an admin panel using Django and [python-ffmpeg-video-streaming] everything is good, but I want to show process bar on HTML code. Can anyone help me on this case?

It is up to you which approach you want to choose. Personally, I prefer to use Django Channels (WebSocket) in this use case to pass data to the front-end.

@sannjayy , any succes with the django channels ?