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

rtmp address error..!

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

hasomaso 08-17-2012 12:24 PM

rtmp address error..!


 
hello,

rtmp address brings error message, can one help me please


Code:

rtmpdump -v -r "rtmp://flash73.ustream.tv:1935/ustreamVideo/11785158" -a "ustreamVideo/11785158" -f "WIN 11,3,300,271" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:264.swf" -p "http://www.ustream.tv/channel/armoni-tv" -C O:1 -C NB:autoPlay:1 -C NS:rpin:rpin.01836380350861533 -C NS:shimHost:http://static-cdn1.ustream.tv/swf/live/viewer:68.swf?vrsl=c:264&ulbr=100 -C O:0 -y "streams/live_1" -o "live_1.flv"



thx
hasomaso

gastone 08-17-2012 02:00 PM

Re: rtmp address error..!


 
You need two doublequotes:
Code:

rtmpdump -v -r "rtmp://flash73.ustream.tv:1935/ustreamVideo/11785158" -a "ustreamVideo/11785158" -f "WIN 11,3,300,271" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:264.swf" -p "http://www.ustream.tv/channel/armoni-tv" -C O:1 -C NB:autoPlay:1 -C NS:rpin:rpin.01836380350861533 -C NS:shimHost:"http://static-cdn1.ustream.tv/swf/live/viewer:68.swf?vrsl=c:264&ulbr=100" -C O:0 -y "streams/live_1" -o "live_1.flv"

hasomaso 08-17-2012 02:32 PM

Re: rtmp address error..!


 
Quote:

Originally Posted by gastone (Post 52060)
You need two doublequotes:
Code:

rtmpdump -v -r "rtmp://flash73.ustream.tv:1935/ustreamVideo/11785158" -a "ustreamVideo/11785158" -f "WIN 11,3,300,271" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:264.swf" -p "http://www.ustream.tv/channel/armoni-tv" -C O:1 -C NB:autoPlay:1 -C NS:rpin:rpin.01836380350861533 -C NS:shimHost:"http://static-cdn1.ustream.tv/swf/live/viewer:68.swf?vrsl=c:264&ulbr=100" -C O:0 -y "streams/live_1" -o "live_1.flv"


OMG :rolleyes:

thanks gastone


All times are GMT -6. The time now is 10:48 PM.