LDN - CodeStorm 2009

Streaming Channels

Does anyone do streaming on their portal? If so.. tutorials available...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

We do not but you could

We do not but you could probably just use any HTML tutorial for embedding streaming material and then apply that within an HTML snippet in a targeted content channel.

As for streaming server's thats a whole other topic.

There is a YouTube portlet

It would probably require you are running LumIV or do some pretty extensive mods, but someone has developed a YouTube Portlet.

Not so sure how kosher this would be for generic "videos about our university" searches, but it definitely caught my eye.

Dallas

Video and usability

We do have some video in our portal using html embed statements. We basically used a free-form html channel to do the embed code and pointed the source to a remote streaming server.

Our video changes frequently so in order to make this maintainable. We point to a given location and they just replace that file with the new one everytime. This saves any content maintenance in the portal.

I do want to caution on performance with this though. Since our source file is remote, the portal servers do not see and load issues due to the IO of the stream. End users however have complianed about load times of that tab. I strongly recommend keeping video off of your default tab. ANother usability issue is that users do not want to have the video play every time they hit the tab so we set up a cookie for an auto play once sort of thing. We clear this when the file is replaced and the user can also choose to replay at any time.

JavaScript Video

We have a video news player in our portal. We use a targeted content channel with a remote html reference section that points to an htm snippet on our localhost. The htm file stores a javascript reference which, when loaded, will call up the video player. This seems to run well and load time is good.

Video in Luminis

Hi, I noticed this page with video... i am trying to do the same in our page and i have been able to do it with embed tags pointing to a different location but the vido plays fine in Firefox, but not with explorer...

Any suggestions??

 

Enrique