Jump to content

Recommended Posts

Posted

I use powerpoint for photo displays, BUT when you save the presentation make sure you turn image compression ON and it doesn't crash when it tries to load big images.

 

I've always found the powerpoint playing abilities of Xibo to be very reliable and by far the most useful feature, as I just get people to submit their content in powerpoint format to me now - job done!

 

Mike.

Posted

Thanks for the reply,

 

I've just done as you told me to, Ill let you know the results. Thanks again. But i would like to know why i have the video problem?

Posted
Has anyones BBC just stopped working? it just says, This content doesn't seem to be working. Try again later. Im adding BBC via website.
Posted
Has anyones BBC just stopped working? it just says, This content doesn't seem to be working. Try again later. Im adding BBC via website.

 

Yep Stopped here...

Posted
Thanks for the reply,

 

I've just done as you told me to, Ill let you know the results. Thanks again. But i would like to know why i have the video problem?

 

Check that you have the latest updates installed. Could be that you need a later version that what you are currently running? Does the video run fine if you try it outside Xibo? And you might also want to restart the client to get it to register the new content.

Posted
Has anyones BBC just stopped working? it just says, This content doesn't seem to be working. Try again later. Im adding BBC via website.

 

Did you get yours working yet? Still not going here.

Posted
Did you get yours working yet? Still not going here.

 

Nah, not yet, the page doesnt even work outside Xibo. Will have to go on BBC website and play around with the source. Will let you know if I can get it working.

  • 4 weeks later...
Posted

 

got the BBC link working with our ticket list

 

Hello,

 

Just quickly, how did you manage to remove the "control" bar from the embedded player? Has had me baffled!

 

Many thanks,

 

Paul R. Smith.

  • 2 weeks later...
Posted

Has anyone managed to insert a sharepoint calendar into Xibo?

 

I am trying to put the schools monthly calendar into a region on the display, unfortunately I have no control over the sharepoint site as it is all housed at County.

 

When loading the calendar page into a region it loads the whole page which includes the top and side navigation bars, I only want/need the monthly view itself.

 

Ideally there will be some magic line of code which sharepoint uses to call the relevant page, if I can put that into a region on Xibo then I will be very happy.

 

Any guidance gratefully recieved.

Posted

Try creating a new aspx page using sharepoint designer and add the view into the page without including the master page, this way you will just get the parts you want and not the template.

 

You should be able to do this in the design view and then turn it into an XSL data view webpart which you can then customise futher by getting rid of the headers etc.

  • 4 weeks later...
Posted

I found for some reason that the Sky News video wasn't working today.

 

I found another method, not sure how legit or not!

 

Using Safari's Inspect Element feature, I found that Sky News headlines are produced as an flv file which they wrap up in their player. Calling their player doesn't work, presumably due to the referrer.

 

Instead, I used a free flash player: JW Player: Flash Video Player | LongTail Video | Home of the JW Player

 

Then grabbed the FLV location: http://static1.sky.com/feeds/skynews/latest/daily/webheads.flv

 

Finally, coding this page and uploading it, along with the JW Player files to one of our webservers, allowed me to play the Sky News headlines video automatically (without the menu bar too) instead of using their WMV stream.

 

Note, the Sky News flash video size is still pretty small at 500x282, but I doubled it up and well, it's a bit bigger!

 



<br />
    var s1 = new SWFObject("http://your local web server/flashplayer/player.swf","ply","1000","564","9","#FFFFFF");<br />
    s1.addParam("allowfullscreen","true");<br />
    s1.addParam("allowscriptaccess","always");<br />
    s1.addParam("controlbar","none");<br />
    s1.addParam("flashvars","file=http://static1.sky.com/feeds/skynews/latest/daily/webheads.flv&autostart=true&controlbar=none");<br />
    s1.write("container");<br />



 

Hope that helps someone!

Posted

Hi all,

 

I want to implement Xibo, and has installed the latest Xibo server and client.

How to implement the TV as the display if the server is in 3rd floor and we have 5 floors with 3 TV display each floor?

Posted
Posted

Here's the code I lifted via Safari's inspect element feature on the BBC News live streaming page.

 


 

Of course using it may break the BBC's T&C. Further, it might even break it further (targeting the content at children under 13 etc): BBC - Embedding Terms and Conditions

 

It would technically be possible to remove the menu at the bottom by removing key &config_settings... elements in the code above, but I'm not going to paste the code here because I think that'd be dodgy ground as it's changing code that's not mine rather than just pasting in a small part of their code easily viewable in the source of the page.

 

Hope that helps!

 

PS: Don't forget, to view the link above you must have a TV license as you'd be viewing live TV. Playing clips, highlights, headlines, iPlayer videos are not subject to this requirement as it's not live.

  • Thanks 1
  • 3 weeks later...
Posted
Anyone know if its possible to customise an RSS ticker with html? I want to add line breaks to an rss feed which is coming from a Wordpress install on site!
Guest
This topic is now closed to further replies.



×
×
  • Create New...