You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Apologies in advance if this is an inappropriate support request, I'm not familiar with python and have been racking my brains trying to get this to work. Just want to strip audio from a stream.
I'm on OS X 10.9.1, installed mostly via pip if I recall correctly, had some problems with PyCrypto I believe I used easy_install to get that working.
After running python -m hlsclient the .ts files are downloaded 2 or 4 at a time, however, I eventually keep getting this error:
2014-02-20 23:13:08,116 - ERROR [worker for live] - An unknown error happened
Traceback (most recent call last):
File "hlsclient/workers/playlist.py", line 45, in run_forever
self.run_if_locking()
File "hlsclient/workers/playlist.py", line 117, in run_if_locking
self.run()
File "hlsclient/workers/playlist.py", line 68, in run
self.encrypt)
File "hlsclient/consumer.py", line 48, in consume_from_balancer
list(executor.map(consume_resource, balancer.actives, timeout=CONSUME_TIMEOUT))
File "/Library/Python/2.7/site-packages/concurrent/futures/_base.py", line 551, in map
yield future.result(end_time - time.time())
File "/Library/Python/2.7/site-packages/concurrent/futures/_base.py", line 404, in result
return self.__get_result()
File "/Library/Python/2.7/site-packages/concurrent/futures/_base.py", line 356, in __get_result
raise self._exception
TypeError: coercing to Unicode: need string or buffer, bool found
Any ideas what's going wrong here? Any suggestions, recommendations?
Thanks.
The text was updated successfully, but these errors were encountered:
Have a bunch of old live/dvr streams that didn't have an audio only track. We also want to move dvr from off of the media server and onto the cloud elsewhere. Ultimately nginx would not be serving the ts and aac files.
Apologies in advance if this is an inappropriate support request, I'm not familiar with python and have been racking my brains trying to get this to work. Just want to strip audio from a stream.
I'm on OS X 10.9.1, installed mostly via pip if I recall correctly, had some problems with PyCrypto I believe I used easy_install to get that working.
Here's my config.ini:
The returned JSON:
After running
python -m hlsclient
the .ts files are downloaded 2 or 4 at a time, however, I eventually keep getting this error:Any ideas what's going wrong here? Any suggestions, recommendations?
Thanks.
The text was updated successfully, but these errors were encountered: