Re: BBC IPlayer Not Working
Posted: Wed May 26, 2010 7:43 am
If possible, the example link.bubblegum wrote:That seems better, some are working, but some give "error number -2"
Forum of program "Wild media server (UPnP, DLNA, HTTP)
https://www.wildmediaserver.com/forum/
If possible, the example link.bubblegum wrote:That seems better, some are working, but some give "error number -2"
Code: Select all
end else if SameText(sApplication, 'a1414/e3') then begin
MediaResourceLink := Format('--playpath "%s" --host %s --swfUrl %s --tcUrl "rtmp://%s:1935/a1414/e3?%s" --app "a1414/e3?%s"',
[ConnectionItem.Attributes['identifier'],
ConnectionItem.Attributes['server'],
'http://www.bbc.co.uk/emp/10player.swf?revision=18269_19216',
ConnectionItem.Attributes['server'],
ConnectionItem.Attributes['authString'],
ConnectionItem.Attributes['authString']]);
Break
end
WDTV Live - folder "BBC iPlayer - BBC HD programmes" - no problemandyselects wrote:This works great for me for most of the channels, however there are a few items such as BBC HD that don't display anything on my WDTV.
The list of channels is displayed in the WildMediaServer GUI just not on the WDTV.
When I select the BBC HD folder on the WDTV all it displays is the Update Podcast option.
Any ideas?