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.
A way to pass additional arguments to rtmpdump? #10266
Comments
|
Currently it's impossible. Which video requires these options? |
|
this is the video stream where that argument will download at least a bit of video: rtmp://kanal2-egress.cdn.mind.ee/kanal2vod/k2hq/10/100/00818/0061.mp4:0_1 |
|
Did you get this URL from some web page? |
|
i got it from a xml file(http://kanal2.postimees.ee/video/playerPlaylistApi?id=20737), which i got in turn from here: http://kanal2.postimees.ee/pluss/video/?id=20737 |
|
Duplicate of #3651.
What youtube-dl should do is parsing the XML. There's no need to provide an option to passing additional parameters in this case. |
|
sorry if i forgot to mention but i'm making a script, and that's where i need to pass additional arguemnts to rtmpdump
notice the last line of code, that's the thing i don't find any way to do |
|
Oh, you need:
See |
|
Thanks, I was looking at that file before but must've looked over these |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.08.07. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Add a way to pass additional arguments to rtmpdump in script
E.g. I have a case, where i need to pass " -y mp4:k2hq/10/100/00818/0061.mp4:0_1 -R" to rtmpdump for it to be able to successfully download the media.