Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can't download recorded video from ustream #10698
Comments
|
DASH like streams. Fragment URLs are fetched via websocket. |
|
403 for me. How did you get the HLS manifest URL? |
from http://c742ef02-lp-omega.ums.ustream.tv/1/ustream?connectionId=vsjsp9df12je62ipg1639kokim-2 |
|
Well, it says "Invalid connectionId" from my side. Which browser/user-agent are you using? I always get segmented mp4 streams in Firefox and Chrome. |
|
Firefox 48.0.2(flash disabled), i see this requests in the network traffic. |
|
I was trying on Firefox Nightly, but I still get segmented mp4 on Firefox 48.0.2. Maybe A/B testing. |
|
i also see the segmented mp4 requests after the request that contain the hls url, so the hls url is not used by default may be as fallback. |
|
Found no requests with "connectionId". They don't want to serve me HLS streams at all. |
|
the dash segments are also served for me in a similar request: http://c742ef4c-lp-omega.ums.ustream.tv/1/ustream?connectionId=gs41rbodprl44q2pbtpkr572e4-8. |
|
I don't know why they always use websockets here. If you are interested in fixing this, could you have a look? I can't write a patch without introducing websocket dependencies. |
|
i guess the requests with |
|
Dunno. Chrome can dump websocket frames, and I didn't see requests with |
|
there is also a fallback to long polling when websocket is not supported. |
|
Finally get plain GET requests after blocking outgoing traffic via port 1935 in my firewall. Data are the same as those appeared in websocket frames. Thanks @remitamine. |
|
Thanks for the report. New ustream videos will be recognized in the next version. |
|
Awesome, thanks! |
Hi,
I'm trying to download a video from the Github Universe conference, but getting an error:
Thanks!