Hi,
i'm trying to download the live videostream from vime located at this URL: https://vimeo.com/event/3944828
With streamlink i am getting this error:
With ty-dlp:Code:streamlink --version streamlink 6.7.3 streamlink https://vimeo.com/event/4253884/e95c9de6ba best [cli][info] Found matching plugin vimeo for URL https://vimeo.com/event/4253884/e95c9de6ba [plugins.vimeo][error] The content is not available error: No playable streams found on this URL: https://vimeo.com/event/4253884/e95c9de6ba
Using the inspect tool of the web browser i can get the URL of the m3u file: https://live-ak.vimeocdn.com/exp=1715617875~acl=%2F8d9856d9-091e-47b1-a8f0-c4497d95d4a...ax_segments=10 but seems like it is changed every 20 or 30 minutes.Code:yt-dlp --version 2024.04.09 yt-dlp -F https://vimeo.com/event/4253884/e95c9de6ba [vimeo] Extracting URL: https://vimeo.com/event/4253884/e95c9de6ba [vimeo] 4253884: Downloading JSON metadata [vimeo] 4253884: Downloading JSON metadata ERROR: [vimeo] 4253884: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: Not Found>)
how can I get the stream URL of this streaming event from cli ?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Video is not rated. Log in to watch.
You may also find useful filters for FF/Chrome:
#FF:
Code:regexp:master.json
Code:/master.json/
Rename the "json" extension to "mpd" and that is your URL ..... -
you can get m3u8 from https://live-api.vimeocdn.com/ response
[Attachment 79074 - Click to enlarge]
Code:streamlink https://live-ak.vimeocdn.com/exp=1715636160~acl=%2F8d9856d9-091e-47b1-a8f0-c4497d95d4ab%2F%2A~hmac=746d91f720c8ba131a63ac4904b299ed202a548361a4088a88e9c6af0f07fdd3/8d9856d9-091e-47b1-a8f0-c4497d95d4ab/hls.m3u8 best
[Attachment 79075 - Click to enlarge] -
Hi, thank you for the help.
How can I get the URL from CLI for later use with streamlink software? -
update yt-dlp. it work with vimeo
[Attachment 79079 - Click to enlarge]
anyway your video it's live. yt-dlp isn't best tool to download live event. better streamlink -
I'm trying to download the following a live event stream (anomymzed to XXXs)
But it's giving the following errors:
>yt-dlp.exe -F https://vimeo.com/event/XXX/XXX
[vimeo] Extracting URL: https://vimeo.com/event/XXX/XXX
[vimeo] 4574398: Downloading viewer info
[vimeo] 4574398: Downloading API JSON
ERROR: [vimeo] 4574398: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: Not Found>)
>streamlink https://vimeo.com/event/XXX/XXX
[cli][info] Found matching plugin vimeo for URL https://vimeo.com/event/XXX/XXX
error: Unable to open URL: https://vimeo.com/api/oembed.json (403 Client Error: Forbidden for url: https://vimeo.com/api/oembed.json?url=httpsXXXXXX
Any ideas what I'm doing wrong?
Similar Threads
-
Is there a way i can download this ended live stream
By user10thousand in forum Video Streaming DownloadingReplies: 0Last Post: 16th Jun 2022, 18:11 -
How to download Vimeo Livestream that is currently off-stream?
By savvyguy in forum Video Streaming DownloadingReplies: 1Last Post: 18th Jun 2021, 01:07 -
How to download LIVE stream (.mpd)
By andrewzhong in forum Video Streaming DownloadingReplies: 7Last Post: 16th Jun 2021, 22:42 -
download from vimeo live
By flannob in forum Video Streaming DownloadingReplies: 0Last Post: 1st Dec 2020, 02:17