View Single Post
  #2  
Old 05-12-2011, 07:44 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: www.arab-channels.tv: I need help desperatly with ASX stream


Quote:
Originally Posted by BBARGOUTI View Post
I have tried the above the URL but I could not make it play it
if you are trying to play it directly from browser following link works fine
Code:
http://www.arab-channels.tv/asx/orangetv.asx
and actual url is rtsp://88.191.61.100/channel03 but if you try to play the same url with wmp or any other player directly they will fail because they are not sending referer header with rtsp PLAY command so server refuses to send data.

reply from server with referer:
Code:
RTSP/1.0 200 OK
Date: Thu, 12 May 2011 13:36:00 GMT
CSeq: 6
Session: 4532181684741337845;timeout=60
Server: WMServer/9.1.1.5001
Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.fastcache, com.microsoft.wm.packetpairssrc, com.microsoft.wm.startupprofile
Range: npt=0.000-5373295904553959.424
Scale: 1.000
X-Accelerate-Streaming: AccelBandwidth=204000;AccelDuration=22059
Speed: 1.000
X-StartupProfile: Rate=10,12,15,20,30;MaxBytes=5057,4784,4784,4784,4784;Time=120,0,0,0,0;StartTime=2129332605;LastTime=23410;MaxDiffTime=18304;MaxDiffSndTime=2203;ByteRate=11621,11610,11610,11610,11610;
RTP-Info: url=rtsp://88.191.61.100/channel03/audio;seq=26759;rtptime=0, url=rtsp://88.191.61.100/channel03/video;seq=43766;rtptime=0
without referer:
Code:
Session: 7991051104280657537
EOF: true
AdministrativeDisconnection: true
Reply With Quote