globocom / hlsclient

Python HLS Client
Other
105 stars 21 forks source link

Loop requests to json file #48

Open irongomme opened 9 years ago

irongomme commented 9 years ago

I've noticed that the json stream config is requesting continually, is there a reason ?

jbochi commented 9 years ago

Yes. If you generate the config file dynamically, hlsclient will handle new streams automatically.

irongomme commented 9 years ago

this is a good Thing, but several requests by second is a waste of bandwidth , is there a way to regulate this ?