PDA

View Full Version : RTMP Application Rejected Connection


avirex
03-19-2012, 04:00 PM
Hello.

Can someone please help me pull down these RTMP streams. Ideally I'd like to display them on my own website using JWPlayer or something similar. I'm getting connection rejected. Your help is greatly appreciated.

<subitem>
<title> SA \ MBC</title>
<link>rtmp://78.100.61.60/live/ playpath=mbc.sdp swfUrl="http://www.elahmad.com/tv/swf/mbctv.swf?elahmad=mbc&amp;autostart=true&amp;" pageUrl="http://www.elahmad.com/tv/mbc.htm" timeout=60</link>
<thumbnail>http://www.lyngsat-logo.com/hires/mm/mbc.png</thumbnail>
</subitem>

<subitem>
<title> SA \ MBC Drama</title>
<link>rtmp://78.100.61.60/live/ playpath=mbc2.sdp swfUrl="http://www.elahmad.com/tv/swf/mbctv.swf?elahmad=mbc2&amp;autostart=true&amp;" pageUrl="http://www.elahmad.com/tv/mbc2.php" timeout=60</link>
<thumbnail>http://www.lyngsat-logo.com/hires/mm/mbc_plus_drama.png</thumbnail>
</subitem>

<subitem>
<title> SA \ MBC Max</title>
<link>rtmp://78.100.61.60/live/ playpath=max.sdp swfUrl="http://www.elahmad.com/tv/swf/mbctv.swf?elahmad=max&amp;autostart=true&amp;" pageUrl="http://www.elahmad.com/tv/mbcmaxtv.php" timeout=60</link>
<thumbnail>http://www.lyngsat-logo.com/hires/mm/mbc_max.png</thumbnail>
</subitem>


Edit:

Here are a few more I'd like to be able to pull down, these are Akamai streams I guess.

rtmp://cp108479.live.edgefcs.net/live/euronews_1_800@45525
rtmp://cp108476.live.edgefcs.net/live/cnn_1_800@45497
rtmp://cp108477.live.edgefcs.net/live/bbcworld_1_800@45508
rtmp://cp108479.live.edgefcs.net/live/rusiya_1_800@45521

I'm getting [AccessManager.Reject] : Access Denied!


Thanks!

Bahman
03-19-2012, 04:19 PM
First series are playable only in Arab Countries!! That's because you will be rejected!
2nd series, needs token string!!;)

avirex
03-19-2012, 04:21 PM
First series are playable only in Arab Countries!! That's because you will be rejected!
2nd series, needs token string!!;)


Thanks for the quick reply.

Regarding the Arabic channels, is it possible to use a proxy or SWF player from a Arab country? For example what if I embed the elahmad.com SWF player?

Regarding the token, how do I get the token string? Is there a way to spoof that or do a "wget" to get a valid token?

Bahman
03-19-2012, 04:26 PM
1. Yes, you can use proxies!! But I have doubt if you can find any Arab's country proxy!! I don't know about embedding their SWF player!!

2. Token String will be generated by the site for each connection and is valid only for a few min!! would be nice if you paste here website link to make sure!!

avirex
03-20-2012, 12:23 AM
Any other ideas for this? There must be a way to programatically trick the system..

Darby_Crash
03-20-2012, 06:15 PM
For BBC World, use Vidalia (tor) proxy with ch exitnode.

rtmpdump -v -r "rtmp://cp108479.live.edgefcs.net/live/euronews_1_800@45525" --swfsize "927444" --swfhash "6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db 261ced2c5512bb" -q | %vlc% -


rtmpdump -v -r "rtmp://cp108476.live.edgefcs.net/live/cnn_1_800@45497" --swfsize "927444" --swfhash "6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db 261ced2c5512bb" -q | %vlc% -


rtmpdump -S "127.0.0.1:9050" -v -r "rtmp://cp108477.live.edgefcs.net/live/bbcworld_1_800@45508" --swfsize "927444" --swfhash "6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db 261ced2c5512bb" -q | %vlc% -


rtmpdump -v -r "rtmp://cp108479.live.edgefcs.net/live/rusiya_1_800@45521" --swfsize "927444" --swfhash "6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db 261ced2c5512bb" -q | %vlc% -