BBC iPlayer support

Internet TV, Radio, Podcasts
Post Reply
andyselects
Posts: 11
Joined: Sun Jan 31, 2010 7:32 pm

BBC iPlayer support

Post by andyselects »

Hi.

Is it possible to set this so I can view BBC iPlayer?

Thanks
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: BBC iPlayer support

Post by Eugene »

Hi,
andyselects wrote: Is it possible to set this so I can view BBC iPlayer?
Thanks
I think yes, but not ready profile transcoding. At the moment there is only information about the stream. Maybe someone knows what to do next :)

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<mediaSelection xmlns="http://bbc.co.uk/2008/mp/mediaselection">
<media kind="video" 
	width="640"
	height="360"
	expires="2010-02-07T20:59:00+00:00"
	bitrate="796"
	service="iplayer_streaming_h264_flv"
	type="video/mp4" 
	encoding="h264"  >
	<connection 
		priority="5"
		protocol="rtmp" 
		kind="akamai" 
		server="cp41752.edgefcs.net" 
		identifier="mp4:secure/b000qjnvhH264144838015" 
		authString="dbEdrddcTa2b3bUchcOaEb.bIcHbzd2dRbF-blAdhK-c0-d0i_-IqoFFnAoKCtGuyC" 
	/>
</media>
</mediaSelection>
Post Reply