User login
Navigation
Active forum topics
Recent comments
- db tuning
8 hours 10 min ago - Same issue here
17 hours 8 min ago - found it
1 day 15 hours ago - rc-common
1 day 15 hours ago - I found it, sort of. I need
1 day 15 hours ago - only bug fixes
1 day 15 hours ago - Resolution
1 day 16 hours ago - account link
2 days 10 hours ago - IE8 problem with add channels div
2 days 13 hours ago - Thanks
2 days 20 hours ago
Who's new
- LisaApostolo
- simplyvoting
- rw02@txstate.edu
- polonip
- Allan123
Who's online
There are currently 0 users and 4 guests online.
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
- Personal Announcement Channel Icons
- How does Luminis encrypt / unencrypt passwords for other systems?
- Luminis fluid width layout versus static width layout. Why, and what does your institution use?
- VCCCD Custom Luminis UI
- User-Specific Session Timeout
- IE8 problem with add channels div
- Channels Missing from Category
- Luminis Tab URLs
- Inventory of luminis?
- CPIP Notification: loginuser request failed for comexp
Poll
What do you think of the new LumDev Theme ?
Thumbs Up
57%
Thumbs Down
17%
Don't Care
27%
Total votes: 181

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