Muloka

Results 5 comments of Muloka

You might want to provide more information, is the issue 3.0.0 or 3.0.3? Any other details?

Restify is adding http/2 support https://github.com/restify/node-restify/pull/1489

Using the latest npm (1.1.0-alpha-6) I get no compilation errors though if I try using hashlib I get a "Cannot find module 'hashlib'" type of error. On the other hand...

Could something like this work? ```python import os import subprocess # ... class Track: # ... def get_hls_url(self): """Get url""" for transcode in self.media["transcodings"]: if transcode["format"]["protocol"] == "hls": return transcode["url"]...

@AndyOGo @artknight @graywithanA also worth mentioning is [mysticatea/cpx](https://github.com/mysticatea/cpx)