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.
print rtmpdump command to stdout? #1747
Comments
|
We're using rtmpdump. Add
Note that you can simply pipe the output of |
Sorry if this is a dumb question, but I'm wondering if youtube-dl uses rtmpdump or librtmp. if it uses rtmpdump, could there be a way to make it print the arguments it uses to stdout? I'd like to use rtmpdump and pipe it directly into ffplay, and youtube-dl makes finding the necessary information for invoking rtmpdump so much easier.