question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

stream.RTMPStream. Specify multiple arguments with same names for rtmpdump

See original GitHub issue

From 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:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
beardypigcommented, Jan 4, 2017

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.

1reaction
beardypigcommented, Feb 17, 2017

Since #441 has been merged this is now possible.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found