Jump to content

Recommended Posts

Posted
Has anybodys live sky news round ups stopped working since the summer? started it up the other week and all we get is the Sky News Logo with some rather annoying music?
  • 3 weeks later...
Posted

Hi guys

 

Is it possible to change the size of the Sky News video feed (i.e zoom the image), I've copied across the embedded XML and it works fine but just a little small to see clearly.

 

Cheers

Posted
Hi guys

 

Is it possible to change the size of the Sky News video feed (i.e zoom the image), I've copied across the embedded XML and it works fine but just a little small to see clearly.

 

Cheers

 

Can you paste the XML

Posted (edited)
thanks, I've already tried that. What happens is that the screen frame size is increased but the video remains as it was. Edited by stiggy77
Posted

Sorry you will need to change both

 

type="application/x-oleobject" height="314" width="320" and

 

filename="mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k" name="WMPlay" showcontrols="1" showdisplay="0" showstatusbar="1" autostart="true" height="314" width="320"/>

Posted
Sorry you will need to change both

 

type="application/x-oleobject" height="314" width="320" and

 

filename="mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k" name="WMPlay" showcontrols="1" showdisplay="0" showstatusbar="1" autostart="true" height="314" width="320"/>

 

Many thanks Glennda, I'll give that a try and let you know if it works :)

Posted
Many thanks Glennda, I'll give that a try and let you know if it works :)

 

unfortunately that doesn't work, it enlarges the player but not the video feed :(

  • 2 months later...
Posted
I use it for the staffroom display and foyer display.

 

Staffroom display really only embeds ppts, but saves me remoting in to change them and allows automatic rotation.

 

The foyer has the daily bulletin (updated by office staff, they picked it up really well, surprised me :D ). Also has BBC news RSS feed and a live Sky News video feed.

 

I'm very happy with it and compared to the thought of paying thousands for other options, I can't thank the creators enough...

 

Also (perhaps more because of a small user base atm) I found their support when it was pre 1.0 very helpful and you feel (because I suspect you are) you are talking to someone who really knows it back to front.

 

 

 

Alex Can i ask how did you get your sky news video feed working as I am having no joy?

Posted
embeded html code

 

BBC NEWS | Video and Audio | News Channel Live | BBC News Channel

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

gloader.load(

[ "glow", "1"],

{

onLoad : function(glow) {

window.emp_load = new bbc.emp_fmtj({});

 

glow.ready( function() {

if (emp_load.isEmpWrittenOnLoad) {

emp_load.writeAllEmpContent();

}

});

}

}

);

 

 

 

 

 

 

 

 

 

 

 

 

 

http://newsimg.bbc.co.uk/media/images/45666000/jpg/_45666099_watchnow_generic512.jpg

 

Please turn on JavaScript. Media requires JavaScript to play.

 

 

 

 

 

 

 

 

 

emp_load.getEmpEmbeddedParams("emp_7459669");

 

 

 

 

 

 

 

embeded script

 

function EmbedInit()

{

// Init will be called when this page is loaded in the client.

 

return;

}

 

set the duration to 500

 

how ours is set up

 

feebs

 

is your still working mine comes up with This Contents Doesn't Seem To Working Please Try Again Later?

Posted

try and keep the player nice and simple :rolleyes:

 

 

standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">

 

 

 

  • Thanks 2
Posted
sorry to be a pain have just tried your script out at work where are running IE 9 and it doesn't seem to work only likes IE 7 any idea on how to get it working?
Posted
Has anyone managed to get time and date on the screen?

 

Using a flash module I downloaded I managed to get time and date, although there were complaints that every 13th of the month it said "13rd".

 

I ended up writing my own module using a tutorial.

Posted
thanks for that, I managed to find a widget which I could embed, I dont suppose you stream any live news video feeds to yours by any chance just having a bit of nightmare trying to get sky or bbc working from the code provided on here.
Posted

I did find one stream from the BBC which I could embed, but we don't use audio on any of the displays so I stuck with just an RSS in the end.

 

Having had a quick search just now, looks like they've removed the embedding option from the latest version of their player. If you look at this link here;

 

BBC Enables Video Embedding, Sets Good Example for You and Me | NativeHQ

 

It now just says 'undefined' where it used to give the embed code..

Posted
I've given up on embedded feeds and put a USB tv card in the machine with a little aerial and just overlay the tv on the xibo client, it works really well and I only had to modify the layout a little bit to make room for it.
  • 3 months later...
Posted
I'm glad this thread has started. I'm going to rebuild an old server with Server 2008 and was going to install this on it. Anyone had problems putting it on a Server 2008 environment? Client machines will still be XP.

 

I have it currently running on server 2008R2 on an amazon EC2 instance :-)

  • 8 months later...
Posted
just reviving an old thread. I can get sky news working by embedding it using code earlier in the tread but has anyone got BBC news working now?
Posted

I have a "bbcnews.htm" document on my intranet server and point my xibo page to it

 

Code Below

 

      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



BBC Live Streams















In order to see this content you need to have both Javascript enabled and Flash installed. Visit BBC Webwise for full instructions


<br />
<br />
  dp.SyntaxHighlighter.HighlightAll('onceCode'); <br />
  var width= 640;<br />
  var height= 395;   <br />
  var playlist;<br />
  var config;   <br />
  var revision;  <br />
<br />
function reload(url) {<br />
  var emp = new embeddedMedia.Player();<br />
  emp.setWidth(width);<br />
  emp.setHeight(height);<br />
  emp.setDomId("emp1"); <br />
  emp.set("config_settings_autoPlay","true");<br />
  playlist = "http://www.bbc.co.uk/emp/simulcast/"+url+".xml";<br />
  emp.setPlaylist(playlist);<br />
  config = "http://www.bbc.co.uk/emp/simulcast/config_"+url+".xml";<br />
  emp.setConfig(config);<br />
  emp.write();  <br />
  updateEmbed();<br />
 }<br />
 <br />
 function updateEmbed() {<br />
  $('codeWrap').update('<pre name="code" class="js:nogutter" id="embedCode">');<br />
  $('embedCode').update("var emp = new embeddedMedia.Player();"+"\n"+<br />
                        "emp.setWidth('"+width+"');"+"\n"+<br />
                        "emp.setHeight('"+height+"');"+"\n"+<br />
                        "emp.setPlaylist('"+playlist+"');"+"\n"+<br />
                        "emp.setConfig('"+config+"');"+"\n"+<br />
                        "emp.write();");            <br />
  dp.SyntaxHighlighter.HighlightAll('code'); <br />
 }<br />
<br />
 reload("bbc_news24");<br />


  • Thanks 2
Guest
This topic is now closed to further replies.



×
×
  • Create New...