Welcome Guest, Not a member yet? Register   Sign In
Any movie player that can integrate in CI?
#1

[eluser]Wondering Coder[/eluser]
Hello,

I was wondering if someone already done this... One of the functionality of my site is to download a movie but to have a player with it (haven't thought of that yet). So anyone here that can point me to a movie player like those in youtube that can integrate in CI?

Thanks
-Dean
#2

[eluser]btray77[/eluser]
You can always use HTML5's built in video player... but any of the video players should work out of the box...

I used http://www.projekktor.com/ in a project a while back..

-Brad
#3

[eluser]Wondering Coder[/eluser]
i'll try this out right now.. thanks btray77
#4

[eluser]Aken[/eluser]
Movie players are also not really "integrated" with CodeIgniter, since they are a front-end technology.
#5

[eluser]LynxCoder[/eluser]
I've used Zencoder video player (you don't need to use the Zencoder service) in CI views that works great and is HTML5. Its lightweight and works across all browsers.

Just pass the appropriate URLs through the CI controller - i use $data['video']['ogg'] etc... then refer to $video['ogg'] in the view - works fine.

The Video player can be downloaded from http://videojs.com/
#6

[eluser]Wondering Coder[/eluser]
thanks for the links lynxCoder,

will try this and post some questions, hope you can help me. ^_^




Theme © iAndrew 2016 - Forum software by © MyBB