Skip to content
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

I have a question about integration with rtmpdump #1054

Closed
kiwijunglist opened this issue Jul 16, 2013 · 1 comment
Closed

I have a question about integration with rtmpdump #1054

kiwijunglist opened this issue Jul 16, 2013 · 1 comment

Comments

@kiwijunglist
Copy link

@kiwijunglist kiwijunglist commented Jul 16, 2013

I downloaded rtmpdump but it does not seem to have an installer, it looks like a standalone program. How does youtube-dl.exe know that I have rtmpdump installed, do I have to copy it to a special location or the same directory? or something else?

Thank you in advance
Kiwi

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 17, 2013

You have to copy it to some of the directories in your PATH, youtube-dl will look into them for rtmpdump.
To see which directories are in your PATH, run echo %PATH%, it will print a list of directories separated with commas, like:

>echo %path%
C:\windows\system32;C:\windows;C:\windows\system32\wbem;C:\Program Files\GtkSharp\2.12\bin

You just have to copy rtmpdump.exe to one of those directories and everythin will work.
You can also move youtube-dl.exe to any of these directories, this will allow you to call youtube-dl from any directory.

@jaimeMF jaimeMF closed this Jul 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.