Streaming Player Question

Niiub

Junior Member
Joined
Aug 12, 2009
Messages
119
Reaction score
14
Hi guys, i'm just looking to build up a streaming portal. My Problem is to find a Streaming Player, so anybody can say me what kind of player youtube, xvideos, Vimeo or something other is using.
And how to build up a website with this.
 
2 seconds later in Google: http://flowplayer.org/

For the how to make a website question, well, start by learning how to program for the web :)
 
You'll probably want to look into RTMP and similar protocols if you're thinking about running a live-stream website.

As for just generic video players, most websites use a re-skinned JWPlayer, and fall back on HTML5's "<video>" tag (which allows for pseudo-streaming, btw!) if the client doesn't have flash installed.

Another REALLY good HTML5 video player (if you're not interested in using clunky, stinky Flash), is called "VideoJS", and can be found here: http://videojs.com/ .

The demo is actually pretty sweet, and it's really easy to skin and script for custom animations, events, and interacting with the video itself.
 
Another REALLY good HTML5 video player (if you're not interested in using clunky, stinky Flash), is called "VideoJS", and can be found here: http://videojs.com/ .

Nice I actually haven't heard of this. I would have suggested FlowPlayer like I used years ago (before HTML5 was becoming standard), but this seems like a much better option!
 
Nice I actually haven't heard of this. I would have suggested FlowPlayer like I used years ago (before HTML5 was becoming standard), but this seems like a much better option!

It would be a viable global option if more browsers supported the <video> tag, however I think it will be another year or two before it's the new standard. Unfortunately there isn't really a way to protect your intellectual player with that technology, unless you splice the video itself into parts and hash the shit out of it. Another large issue is the encoding of the video. As of right now I believe it only supports MP4 and 3gp or whatever. Both of those formats are HUGE when compared to other media formats. It's a shame not every codec has the compression ratios of mkv's :[.
 
I'd suggest you to use Jwplayer which supports many formats. Also if you buy a commercial license, you can display ads like pre-roll ads & overlay ads just like youtube player.

And for website development, check the video sharing scripts like clipbucket, phpmotion etc.
 
Back
Top