How can I show the process bar on Django HTML?
Closed this issue · 2 comments
sannjayy commented
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?
aminyazdanpanah commented
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.
Forchapeatl commented
@sannjayy , any succes with the django channels ?