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.
Unable to download rtmpdump video BwDlobymMk0 #185
Comments
|
Additionally: I can watch the video in my browser, so this is not caused by any regional restrictions or anything. |
|
I can't find any indication of the additional
to which rtmpdump promptly says
Also, we fail to get the player_url. I'll have a look into it. The FMS on youtube's side seems to be pretty new - it speaks protocol version 10, which may not even be supported by rtmpdump. |
Good, that's probably just me being an idiot, then.
Yes, this was as far as I could get, I think. I'm not really a programmer and I didn't spend much time on it. |
|
Hi guys, I've tried to download the above mentioned URL using youtube-dl-2011.10.19 + rtmpdump-2.4 and it worked. |
|
Yes, "Fear and Loathing" downloads OK using youtube-dl with RTMPDump-2.4 compiled from git. |
|
Merging the bug report into the most recent duplicate: #343 |
$ ./youtube-dl "http://www.youtube.com/watch?v=BwDlobymMk0"
youtube-dl "http://www.youtube.com/watch?v=BwDlobymMk0"
[youtube] Setting language
[youtube] BwDlobymMk0: Downloading video webpage
[youtube] BwDlobymMk0: Downloading video info webpage
[youtube] BwDlobymMk0: Extracting video information
[youtube] RTMP download detected
[download] Destination: BwDlobymMk0.flv
ERROR: unable to download video
$
I've tried tinkering around with the rtmpdump call to make it more verbose, but I'm sorry, it doesn't make much to me. Very superficially it looks like a typo is causing rtmpdump to add a "u" before the URL, but I'm sure that's a mistake on my part.