Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
youtube-dl rtmp problemenigma2 youtube-dl binary
with my plugin i am trying to pipe rtmp links via youtube-dl to media player in my plugin.py http works with this command rtmp not working Code:
self.urtmp = 'youtube-dl -o - -f best ' + self.url + " -o '" + local_file + "'" youtube-dl passes --verbose to rtmpdump and that is what is stopping rtmp links piping to media player like rtmpdump --verbose -r rtmp-url if i use just rtmpdump on its own and not youtube-dl command is rtmpdump -r rtmp-url now rtmp works how can i stop youtube-dl passing the txt --verbose to rtmpdump with different youtube-dl command download to /hdd both rtmp and http work but thats not the problem thanks |
Tags: youtube dl |
Thread Tools | |
Display Modes | |
|
|