home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
BBC iPlayer Plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="biosonik" data-source="post: 409687" data-attributes="member: 90239"><p>Jimba I think mediaportal have a tutorial on how to create a simple plugin in the wiki if you're looking for a starter. I typically do most of my coding in another Console Application project, mainly because testing in mediaportal is far too slow. </p><p></p><p>I've been messing with the new HD, personally, I don't really care for HD but it might work. This is what I have so far...</p><p>[CODE]<embed type="application/x-shockwave-flash"</p><p> src="http://www.bbc.co.uk/emp/9player.swf?revision=8812"</p><p> quality="high"</p><p> wmode="default"</p><p> allowfullscreen="true"</p><p> allowscriptaccess="always"</p><p> flashvars="name=bbc_emp_embed_bip-play-emp&amp;</p><p>embedReferer=http://www.bbc.co.uk/iplayer/hd&amp;</p><p>embedPageUrl=http://www.bbc.co.uk/iplayer/episode/b00jwck2/hd/&amp;</p><p>domId=bip-play-emp&amp;config=http://www.bbc.co.uk/emp/iplayer/hd/config.xml&amp;</p><p>playlist=http://www.bbc.co.uk/iplayer/playlist/b00jwck2/hd&amp;guidanceunknownamp;config_settings_guidance_state=false"</p><p> height="395"</p><p> width="640"</p><p> pluginspage="http://www.adobe.com/go/getflashplayer"></p><p></embed>[/CODE]</p><p></p><p>This shows an HD holding image although the stream, when played, is the regular one. The BBC don't set a cookie to define HD so i'm guessing its a flashvar or combination of flashvars that tell the player to select the HD stream.</p><p></p><p>Embed tags on bbc are made up from javascripts:</p><p><a href="http://www.bbc.co.uk/iplayer/r12088/script/js/playback.js" target="_blank">http://www.bbc.co.uk/iplayer/r12088/script/js/playback.js</a></p><p><a href="http://www.bbc.co.uk/emp/embed.js" target="_blank">http://www.bbc.co.uk/emp/embed.js</a></p><p></p><p>20 pence and a biscuit to the first person that can figure this out</p></blockquote><p></p>
[QUOTE="biosonik, post: 409687, member: 90239"] Jimba I think mediaportal have a tutorial on how to create a simple plugin in the wiki if you're looking for a starter. I typically do most of my coding in another Console Application project, mainly because testing in mediaportal is far too slow. I've been messing with the new HD, personally, I don't really care for HD but it might work. This is what I have so far... [CODE]<embed type="application/x-shockwave-flash" src="http://www.bbc.co.uk/emp/9player.swf?revision=8812" quality="high" wmode="default" allowfullscreen="true" allowscriptaccess="always" flashvars="name=bbc_emp_embed_bip-play-emp& embedReferer=http://www.bbc.co.uk/iplayer/hd& embedPageUrl=http://www.bbc.co.uk/iplayer/episode/b00jwck2/hd/& domId=bip-play-emp&config=http://www.bbc.co.uk/emp/iplayer/hd/config.xml& playlist=http://www.bbc.co.uk/iplayer/playlist/b00jwck2/hd&guidanceunknownamp;config_settings_guidance_state=false" height="395" width="640" pluginspage="http://www.adobe.com/go/getflashplayer"> </embed>[/CODE] This shows an HD holding image although the stream, when played, is the regular one. The BBC don't set a cookie to define HD so i'm guessing its a flashvar or combination of flashvars that tell the player to select the HD stream. Embed tags on bbc are made up from javascripts: [url]http://www.bbc.co.uk/iplayer/r12088/script/js/playback.js[/url] [url]http://www.bbc.co.uk/emp/embed.js[/url] 20 pence and a biscuit to the first person that can figure this out [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
BBC iPlayer Plugin
Contact us
RSS
Top
Bottom