Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

youtube-dl rtmp problem

(http://stream-recorder.com/forum/showthread.php?t=20199)

offthecuff 08-31-2015 02:30 PM

youtube-dl rtmp problem


 
enigma2 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


All times are GMT -6. The time now is 11:38 PM.