I'm using videojs
to play live streams in my application. The problem I realized is that even when the transmission is paused it is generating request and downloading data.
I researched the documentation and git of the project, but found no apparent solution. Basically what I need is to pause the transmission (and consequently the requests) and give play again.
I hope I have been clear.