Thanks folks, and merry christmas!
I have the KSV version (although I think the XBMC version may be different)
Code:
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playp
ath") containing a hostname
Using the command:
Code:
rtmpdump -v -r "rtmp://46.28.53.160/live" -a "live" -f "WIN 16,0,0,235" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380" -C S:OK -y "rknalhdcol?id=26000" -K "soLagaDaSeStoriAga" -| C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe
Gives me an invalid option command, which therefore appears to correlate with the fact that I have the KSV version (why the different IP BTW?)
So, using the suggested change by al101, I tried
Code:
rtmpdump -v -r "rtmp://91.109.247.174/live" -a "live" -f "WIN 16,0,0,235" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380" -C S:OK -y "rknalhdcol?id=26000" ccommand=soLagaDaSeStoriAga -| C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe
It appears to work (connected) and VLC opens, but nothing happens. I've also tried with my original IP
Code:
rtmpdump -v -r "rtmp://46.28.53.160/live" -a "live" -f "WIN 16,0,0,235" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380" -C S:OK -y "rknalhdcol?id=26000" ccommand=soLagaDaSeStoriAga -| C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe
But that does the same, connected and then VLC does nothing.
I've also tried
Code:
rtmpdump -v -r "rtmp://46.28.53.160/live" -a "live" -f "WIN 16,0,0,235" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380" -C S:OK -y "rknalhdcol?id=26000" ccommand=soLagaDaSeStoriAga --quiet | "C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe" -
and
Code:
rtmpdump -v -r "rtmp://91.109.247.174/live" -a "live" -f "WIN 16,0,0,235" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380" -C S:OK -y "rknalhdcol?id=26000" ccommand=soLagaDaSeStoriAga --quiet | "C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe" -
And get
Code:
VLC is unable to open the MRL 'fd://0'. Check the log for details.
Also, what does the ccomand/-k option do, and how do I find the value "soLagaDaSeStoriAga"? Also, if I got the IP wrong, what do I need to do in the future to make sure I get the right one?
**edit** just to make sure, I have also installed VLC (as opposed to a portable version) changed the paths in the above commands, also no go, although now VLC appears to be doing *something* (its says fd://0 at the title bar)
Thanks