View Single Post
  #1  
Old 08-08-2014, 06:00 AM
kious kious is offline
Junior Member
 
Join Date: May 2012
Posts: 16
kious is on a distinguished road
Default

how to change stream resolution


I want to get stream link from this site : http://www.en.beinsports.net/connect

which is by the way changes every like 5 sec so I get it and by quickly check the link !!!

so I used URL Getter software

so I got this link : http://110751-f.akamaihd.net/ajswebc... 2e7cff131789a

and it is work well

but I want good resolution so I found this in channel xml file.

<smil:switch id="streams_event_937751">
<smil:video src="ajswebch311_1_2400@s13000" system-bitrate="2400000"/>
<smil:video src="ajswebch311_1_1500@s13000" system-bitrate="1500000"/>
<smil:video src="ajswebch311_1_1000@s13000" system-bitrate="1000000"/>
<smil:video src="ajswebch311_1_500@s13000" system-bitrate="500000"/>
<smil:video src="ajswebch311_1_280@s13000" system-bitrate="280000"/>
</smil:switch>

so instate of my link my resolution is 500 so when I change to 2400

but when I change it to any number except 500 it won't work !!!

can any one give me working link in 2400 resolution ??
Reply With Quote