stream.RTMPStream. Specify multiple arguments with same names for rtmpdump
See original GitHub issueFrom streamlink.stream.RTMPStream
i need to pass rtmpdumps params with same names:
--conn A:0 --conn B:1 --conn C:2
As a workflow i use crunch
"conn" : "value --conn value --conn value"
But i would like to do it correctly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
RTMPDUMP(1):
Name of application to connect to on the RTMP server. Overrides the app in the RTMP URL. Sometimes the rtmpdump URL parser cannot...
Read more >rtmpdump is a toolkit for RTMP streams. - GitHub
This option can be set multiple times on the command line, adding one parameter each time. The argument to the option must take...
Read more >How would I use rtmpdump to download this stream?
Based on Emre's answer and for those who want to save mp4 files with ffmpeg (rather than flv), you can use the following...
Read more >RTMP Stream Security - ScaleEngine
Securing RTMP streams and preventing stream rippers and hijacks. ... This is passed in as a parameter to rtmpdump to defeat this "protection"....
Read more >RTMPDumpHelper - Download RTMP video/audio streams ...
You can choose to store the downloaded RTMP streams in another folder from the 'RTMPDump Options' window (F9). Translating RTMPDumpHelper to other languages....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep. Not that rewriting the StreamProcess is a big piece of work… I’ll add it to the TODO list 😉
I’ll do some more work on the Plugin Writing guide and I’ll make a note of this in there 😃 Suppose you’d need to do something similar to give multiple connect parameters on the command line too.
Since #441 has been merged this is now possible.