View Single Post
  #4  
Old 05-14-2011, 09:18 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


if you are trying to watch this with VLC etc. then AFAIK no player will let you specify the referer parameter. however there is an open source project called Live555 which is related to rtsp streaming that you can try to modify for your requirements. however if you are trying to embed this stream into your website following code works fine
Code:
<html>
<body>
<object>
<embed height='350' width='400' type="application/x-mplayer2" src="http://www.arab-channels.tv/asx/orangetv.asx" name="MediaPlayer" </object>
</body>
</html>
Reply With Quote