User login
Navigation
Active forum topics
Recent comments
- In my experience using the
12 hours 33 min ago - This is what I know about the
13 hours 56 min ago - Webtailor params
1 day 12 hours ago - Update on TAs not sending ?
1 day 17 hours ago - thx for your reply.
1 day 18 hours ago - plain text PIN and Banner 8
1 day 19 hours ago - RE: RSS FEed of Portal ANnouncements
2 days 11 hours ago - passwords
2 days 12 hours ago - CORRECTION
2 days 18 hours ago - send me the code
3 days 5 hours ago
Who's new
- lweith-nscc
- chinchin
- arpyj
- isenhour
- danielbrentsmith
Who's online
There are currently 1 user and 6 guests online.
Online users
- GinnyLee
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
- What are other schools doing to implement password security in SSO environments?
- Dupe email address prevents new user build thru the LMB
- Fresh install on Linux
- PHP script in Luminis
- Dealing with E-mail: What is your strategy?
- Setting Up a Luminis Channel That Displays Links to Scantron Class Climate Course Evaluations: A Recipe
- Does anyone use high availability failover for their Luminis Resource Server?
- Managing Intranet Textual Content
- is anyone using Luminis on AIX?
- Group Studio Messageboard Theme
Poll
What do you think of the new LumDev Theme ?
Thumbs Up
58%
Thumbs Down
18%
Don't Care
25%
Total votes: 159

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