PDA

View Full Version : Kiss 92.5 Toronto


antuan55
02-17-2012, 10:28 AM
Hello everyone,

I'm trying this site "http://player.rogersradio.ca/ckis/recently_played" but I'm not luckly.. I've tried rtmpdump 2.3 & 2.4 on Windows and Linux with the same bad result "ERROR: Closing connection: NetStream.Play.StreamNotFound".

I think my mistake is −−playlist parameter because I'm not sure which one is. When I make a captured with Wireshark I don't see playlist fill.

My try:


rtmpdump.exe -a "live?ovpfv=2.1.4"
-f "LNX 10,2,159,1"
-s "http://player.rogersradio.ca/flash/NowPlaying.swf"
-t "rtmp://cp80873.live.edgefcs.net:1935/live?ovpfv=2.1.4"
-p "http://player.rogersradio.ca/ckis/recently_played"
-y "TOR925_AAC@13787"
-r "rtmp://cp80873.live.edgefcs.net:1935/live"


Thank you for your attention.

KSV
02-17-2012, 10:36 AM
just add the -v (--live) switch.

hasomaso
02-17-2012, 10:39 AM
Hello everyone,

I'm trying this site "http://player.rogersradio.ca/ckis/recently_played" but I'm not luckly.. I've tried rtmpdump 2.3 & 2.4 on Windows and Linux with the same bad result "ERROR: Closing connection: NetStream.Play.StreamNotFound".

I think my mistake is −−playlist parameter because I'm not sure which one is. When I make a captured with Wireshark I don't see playlist fill.

My try:


rtmpdump.exe -a "live?ovpfv=2.1.4"
-f "LNX 10,2,159,1"
-s "http://player.rogersradio.ca/flash/NowPlaying.swf"
-t "rtmp://cp80873.live.edgefcs.net:1935/live?ovpfv=2.1.4"
-p "http://player.rogersradio.ca/ckis/recently_played"
-y "TOR925_AAC@13787"
-r "rtmp://cp80873.live.edgefcs.net:1935/live"


Thank you for your attention.


hy,

rtmpexplorer+rtmpsuck


rtmpdump -v -r "rtmp://cp80873.live.edgefcs.net:1935/live" -a "live?ovpfv=2.1.4" -f "WIN 11,1,102,55" -W "http://player.rogersradio.ca/flash/NowPlaying.swf" -p "http://player.rogersradio.ca/ckis/recently_played" -C Z: -y "TOR925_AAC@13787" -o "TOR925_AAC@13787.flv"

antuan55
02-18-2012, 03:43 AM
Thanks to both of you ;)