-
Notifications
You must be signed in to change notification settings - Fork 579
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
livestream.com stop working #1272
Comments
I have the same issue. C:\Users\briti>livestreamer --http-no-ssl-verify --loglevel debug "http://livestream.com/accounts/5057055/naploi2016court1" best |
I have different output.
but it's working with hls.
|
I see the problem here. Breaking it down into its actual Akamai HD stream URL, which if you find the SMIL request in the page source here: The SMIL gives us the Akamai URL here: But an Akamai protocol URL requires an SWF to be passed in. There are 2 SWF URLs on the page, both of which the plugin knows about: For whatever reason, the 2nd of these SWFs is no longer working. If you request it from the server, you get a 404 File Not Found error. Since the plugin already knows about both of them but seems to prefer the 2nd, it would be relatively trivial to update the plugin to do one of the following:
Frankly I think it might be better to always prefer the HLS stream for Livestream streams anyway because the Akamai stream will always cut you off after sending you exactly 2GB of data on the stream, and the streams I request from Livestream are often more than 2GB. I am tempted to make these fixes myself unless anyone has any better ideas? |
|
@scottbernstein A fix would be fantastic. For odd reasons that aren't worth going into, I need to use the Akamai stream, so any assistance you could give regarding a fix (even just pointing me in the right direction) would be much appreciated! Edit: I had a bit of a stuff around myself (bearing in mind my lack of experience), and I've got it working by amending:
to:
I'm sure this is a cringeworthy fix for anyone who knows what they are doing, but it has fixed the issue for me! |
@DanGoodman92 you can try #1277 |
intact solution worked for me. Thanks. |
Live streams form livestream.com are not working.
Ej. http://livestream.com/accounts/17275479/events/4945175
You get the following error:
[cli][error] Could not open stream: Unable to open URL: http://viewerplus.livestream.com/assets/swf/hdplayer-2.0-viewerplus.swf (404 Client Error: Not Found for url: http://viewerplus.livestream.com/assets/swf/hdplayer-2.0-viewerplus.swf)
The text was updated successfully, but these errors were encountered: