User login
Navigation
Active forum topics
Recent comments
- Wordpress cms for lp5
1 day 4 hours ago - Luminis & Wordpress
1 day 5 hours ago - SSL Enabled
1 day 13 hours ago - Are you behind a load
1 day 14 hours ago - Web Services problem
2 days 6 hours ago - Decided not to use it as well
2 days 8 hours ago - The problem with using the
2 days 9 hours ago - Luminis IV / CAS / live@EDU SSO
2 days 13 hours ago - TA API
2 days 13 hours ago - gcf touchnet
3 days 5 hours ago
Who's new
- edrictate69
- Jill
- noemi1222
- khanu
- wanson949
Who's online
There are currently 1 user and 5 guests online.
Online users
- ejames
Streaming Channels
Submitted by csilveri on Wed, 2007-04-04 17:23
Does anyone do streaming on their portal? If so.. tutorials available...
- csilveri's blog
- Login or register to post comments
Recent blog posts
- Job Opportunity for Luminis Portal Developer - Suffolk County Community College
- Security Warning when using MS IE?
- Intermittently asking for ID and PIN
- Job Opportunity - Lehigh University - Senior Analyst, Library and Technology Services
- Blackboard 9 GCF Connector Problem
- Luminis Portlet Development PreConference session needs more signups
- Critical Vulnerabilities on TomCat/Apache web servers?
- so long, and thanks for all the fish
- SAML for Concur
- Making user attributes easier to access
Poll
What does your school use for student email?
In house Microsoft Exchange
16%
In house Sun JCS
11%
In house Zimbra
5%
In house Other
6%
Hosted Microsoft Live@EDU / Office365
21%
Hosted Google Apps for Education
38%
Hosted Zimbra
1%
Hosted Other
2%
Total votes: 108
- Login or register to post comments
- Older polls

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