New here, requesting some noobie helpHi there, and merry Christmas eve!
I have a small problem/question I'd like to ask. I wanted to play the stream in XBMC from here (http://cdn.divertiendo.me/rcn3.php?width=500&height=350) Using RTMP Dumphelper, I identified the following: Code:
Streaming on rtmp://0.0.0.0:1935 Code:
rtmp://46.28.53.160/live playpath=rknalhdcol?id=26000 swfUrl=http://www.janjuaplayer.com/resources/scripts/eplayer.swf conn=S:OK live=true pageUrl=http://www.janjuaplayer.com/embedplayer/rknalhdcol/3/500/380 1) How do I test this to make sure it's working 2) How do I then use this in XBMC (maybe a question for the XBMC forums, but I saw a few posts regarding this so I thought I'd ask Thanks in advance! |
Re: New here, requesting some noobie helpGetting somewhere I think, trying to test it using the following:
Code:
rtmpdump.exe -r "rtmp://46.28.53.160/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" --playpath "rknalhdcol?id=26000" --live |
Re: New here, requesting some noobie helpGetting closer I think...
Code:
rtmpdump.exe -r "rtmp://46.28.53.160/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" --playpath "rknalhdcol?id=26000" -C S:OK --live | C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe |
Re: New here, requesting some noobie helpu need the -K option
Code:
K "soLagaDaSeStoriAga" 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" -K "soLagaDaSeStoriAga" -| C:\Users\James\Desktop\Apps\VLCPortable\VLCportable.exe Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV) and that u can use under XBMC with LSP Code:
<item> |
Re: New here, requesting some noobie helpI think it should be.
ccommand=soLagaDaSeStoriAga Code:
rtmp://91.109.247.176/live/ playPath=rknalhdcol?id=26000 swfVfy=1 timeout=15 ccommand=soLagaDaSeStoriAga conn=S:OK live=true swfUrl=http://www.janjuaplayer.com/resources/scripts/eplayer.swf pageUrl=http://www.janjuaplayer.com |
Re: New here, requesting some noobie helpQuote:
depending on librtmp.dll |
Re: New here, requesting some noobie helpOh I see, I have KSV one.
Thanks |
Re: New here, requesting some noobie helpThanks 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) 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 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 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 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" - 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" - Code:
VLC is unable to open the MRL 'fd://0'. Check the log for details. **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 |
Re: New here, requesting some noobie helpyou use an old KSV version
Code:
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV) Hasomaso uses a newer version Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV) |
Re: New here, requesting some noobie helplibrtmp.dll in XBMC is very old, it can be updated by replacing old one with new one here (Program Files\XBMC\system\players\dvdplayer).
IP address for this link is dynamic so ever time you connect to server you'll get a different IP. Here is the solution that will work in XBMC with LiveStreams addon and latest librtmp.dll from KSV. Code:
http://forums.tvaddons.ag/threads/24190-Release-LiveStreamsPro Code:
<item> |
Re: New here, requesting some noobie helpThank you! I had updated librtmpdll in the interim, but was struggling to get the XML working in LSP in XBMC, however al101's XML worked perfectly.
Could someone educate me as to what the significance of "soLagaDaSeStoriAga" is and where it is found so that I may troubleshoot this myself in the future (and maybe even help others!) Thanks |
Re: New here, requesting some noobie helpRun getsendcommand.exe http://www.janjuaplayer.com/resource...ts/eplayer.swf
with http://www.mediafire.com/download/f6...endcommand.exe |
Re: New here, requesting some noobie helpQuote:
|
Re: New here, requesting some noobie help@lhw455
example Code:
getsendcommand http://www.janjuaplayer.com/resources/scripts/eplayer.swf ![]() |
Re: New here, requesting some noobie helpCode:
rtmpsuck -z Code:
DEBUG: ServePacket, client sent packet type 11, size 32 bytes |
Re: New here, requesting some noobie helpswf url download with wget local, and decompressed with flasm
Code:
flasm -x http://www.janjuaplayer.com/resources/scripts/eplayer.swf ![]() |
Re: New here, requesting some noobie helpTa, thanks all, hope you all had good holidays!
|
Re: New here, requesting some noobie helpQuote:
Same URL, and I'm struggling again At Code:
http://cdn.divertiendo.me/rcn3.php?width=500&height=350 Code:
Streaming on rtmp://0.0.0.0:1935 Code:
rtmpdump -v -r "rtmp://5.63.150.84/live" -a "live" -f "WIN 16,0,0,305" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/ccc2015hd3/3/500/380" -C S:OK -y "ccc2015hd3?id=33518" -K "soLagaDaSeStoriAga" Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) Thanks! |
Re: New here, requesting some noobie helpCode:
-K "soLagaDaSeStoriAga;TRUE;TRUE" |
Re: New here, requesting some noobie helpQuote:
|
All times are GMT -6. The time now is 07:52 PM. |