Help with creating a video on demand page for a school TV station
March 24, 2008 7:03 PM
Subscribe
Ideas for creating a website for a campus TV station; basically a blog with embedded videos but I still need ideas and guidance.
So I'm part of the campus TV station and we've been thinking about building ourselves a website to publish our videos online.
We are not a TV station that does produce its own footage but we mostly record campus events and put them on DVDs. (There's really a lot more that goes into this it sounds) But occasionally, people want immediate access to videos and I think as a campus TV station it's our responsibility to cater to people's needs. For example, some important people came to campus recently and we really could not publish it reliably anywhere -we broadcast on the closed-circuit campus network and there's a web feed as well but no one really watches TV here.
So I've been thinking about basically creating a modified WordPress blog with publishing videos when we get them. Bandwidth is not an issue since it's mostly going to be on campus and we have extra bandwidth if we ever need it. And yeah, our machines are pretty fitting for that purpose.
I know a decent amount of X/HTML and CSS. I've done some PHP and RoR work but it's been a while.
My questions are on the web site.
1) We'll most likely use Flash. Our workflow is mostly Final Cut Pro based but we can export it to Flash apparently. I've tested some videos and they seem decent enough. However, I do not know much about integrating our own FLV videos into WordPress. Does anyone have any experience on that? I know there are tons of plugins for YouTube or the sorts but these videos will be hosted on our servers.
2) About that; I'd want to use a customized FLV player if possible. I'm not really sure where to start. If this is very hard, at the least I'd want to have a FLV player that allows full-screening. Any ideas?
3) I'm also looking for a decent looking WordPress theme. I remember seeing a paid one that was very fitting for a magazine sort of site but I cannot seem to find it. Ideally I'd create our own template but I really don't have time for that. Are there any DECENT templates that you can think that would be good for this purpose.
That is all I can think of right now. In general, I'd welcome all sorts of comments regarding this; if you have the slightest bit of experience in online video please share.
Thanks!
posted by the_dude to technology (3 comments total)
1 user marked this as a favorite
JW can be skinned, and if you want to simplify your workflow, you *can* work out an on-server transcode using ffmpeg (which can, in theory, watermark), however, it does eat server resources. I installed a Drupal video transcode/upload system this year (using the excellent opvideo plugin) and it works decently for videos under 50M.
The 'customization' process is basically going to be:
1. set up/upload JW FLV player
2. upload video
3. provide XML (which can be dynamically hardcoded) or EMBED parameters to inform JW FLV how to treat the video.
4. Play video.
Sorry I can't help with the Wordpress templates; FWIW I find that DIY really doesn't take that long (under 8 hours) if you've got a strong design comp to work with.
posted by fishfucker at 8:28 PM on March 24, 2008