-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ustream.tv Plug-in No Longer Works #799
Comments
same problem linux v1.12.0 |
the same on my machine with 1.12.0 :( |
_channel_id_re = re.compile(""channelId":(\d+)") |
I can confirm this too. I use Livestreamer with my ISS-Above devices and users can no longer view the NASA HDEV video stream. Verified no Ustream channel can be accessed. @trUSTssc - is that some kind of a workarund / fix? If so... can you explain how to apply that? |
OK... probably obvious but I had to do a little "thinking" to work out where that change should go on my Pi. So I see it's in /usr/local/lib/python2.7/dist-packages/livestreamer/plugins/ustreamtv.py then just replace the existing line which starts _channel_id_re = with the provided fix above. And... that does seem to fix it. Thanks for showing what needs to be done. Will this be included in a quick update... or do I need to implement a work-around in the meantime? I only have to get about 450 of my users to run the Livestreamer component update process - assuming 1.12.2 can be released right away. Otherwise I'm likely going to have to get a little creative. |
yes with this code |
edit livestreamer/src/livestreamer/plugins/ustreamtv.py at line 33 |
|
It seems like at 6:00 AM EST, ustream.tv may have updated their servers because livestreamer can no longer record any stream from ustream.tv. I tried different channels on ustream.tv and tried both v1.11.1 and v1.12.0 on the Windows port of livestreamer without success. I've tested this on two different Windows machines and on two different Internet connections.
The error is "error: No streams found on this URL: http://www.ustream.tv/channel/...."
The text was updated successfully, but these errors were encountered: