CodeIgniter Forums
Videos-For my site - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Videos-For my site (/showthread.php?tid=20767)

Pages: 1 2


Videos-For my site - El Forum - 07-21-2009

[eluser]yousuf_007sys[/eluser]
Please can any one help me to find out how to put videos on a website..I basically need a thumbnail of the video which the user will click to play on

any help will be highly appreciated


Videos-For my site - El Forum - 07-21-2009

[eluser]yousuf_007sys[/eluser]
need some help on this topic, please reply..

Any help will be highly appreciated


Videos-For my site - El Forum - 07-21-2009

[eluser]slowgary[/eluser]
Yes, here is the link you seek, sinbad http://tinyurl.com/oe7q2g


Videos-For my site - El Forum - 07-22-2009

[eluser]yousuf_007sys[/eluser]
thanks for the website....but the thing is I will allow users to upload video files and therefore its unlikely that they know anything about SWF files or FLV files.

I need both SWF and FLV for any flash video player.


Basically my client has asked me to develop a method by which users can upload .3g video files (which they will capture from their mobile) to their profile website.

can anyone help me on this topic


Videos-For my site - El Forum - 07-22-2009

[eluser]yalambers[/eluser]
You need ffmpeg enabled server to process your videos to convert it from 3gp to flv. What you should do is make a controller let's call it videos. in that controller a method called upload can be placed. And in that method you will be showing an upload video form which user can use to upload videos. Uploading video can be done with codeigniter file uploading class. After a file is uploaded it should be processed with ffmpeg to convert it to flv. We can optionally create a video library which will handle file conversions. You will surely need ffmpeg knowledge to work out with this.


Videos-For my site - El Forum - 07-23-2009

[eluser]yousuf_007sys[/eluser]
I am using Wamp server on windows...do you know any link from where I can download and install FFMPEG server and install it.

Also any kind of tutorial to help me know how to convert videos after uploading using FFMPEG

Thanks in advance


Videos-For my site - El Forum - 07-23-2009

[eluser]phpserver[/eluser]
Try sourceforge


Videos-For my site - El Forum - 07-23-2009

[eluser]phpserver[/eluser]
[quote author="slowgary" date="1248250032"]Yes, here is the link you seek, sinbad http://tinyurl.com/oe7q2g[/quote]


I was very impressed by the link.Did you do it yourself(i mean the animation).Was the search text preset or was it random depending on what you are searching for?.


Videos-For my site - El Forum - 07-23-2009

[eluser]yalambers[/eluser]
http://www.myownserver.info/index.php/step-4-additonal-settings/11-installffmpeg.html
With above link tutorial i was able to setup ffmpeg in my home xp xampp server. It has video tutorial. Hope you will get it work


Videos-For my site - El Forum - 07-23-2009

[eluser]slowgary[/eluser]
phpserver:

No, that's a handy site that I learned from another forum member. Just visit lmgtfy.com and you can make your own as easily as searching on google. Pretty sweet.