How to do video streaming? |
[eluser]Unknown[/eluser]
I am using pyroCMS to built my site. I want to show video streaming. Is there any way to do taht using codeIgniter helpers or any library. I heard about the vimeo library and plugin for pyroCMS, I also heard about ffmpeg but its installation is way too complex. Please some one show me the right path on this and if any one tell me how to use vimeo plugin that will be greatfull as i have downloaded the vimeo pluging. I am an amateur in codeIgniter so please bare with me. thanks, Mohsin
[eluser]InsiteFX[/eluser]
Video streaming depends on your hosting providers servers! Then you need a player that will stream video, which I have purchased. InsiteFX
[eluser]adityamenon[/eluser]
I'm not going to bare anything!!! ![]() Do you want to stream from your own server? That's an expensive proposition! Hosting charges are going to shoot through the roof even if you have moderate traffic. Ffmpeg is only a program that helps you convert files uploaded by your users to .flv format. Streaming still has to be handled separately. You might want to check out Adobe Flash Media Server. The price is mind boggling. Also, check this out http://tinyurl.com/3qg87u7 I don't think Vimeo will allow you stream video on YOUR website from THEIR server. Probably the best you can do is stream your video on their servers on Vimeo.com, for a fee. CodeIgniter has very little part to play in all this. CI can only help you glue together the components of your Video Streaming site, and handle stuff like authentication etc. |
Welcome Guest, Not a member yet? Register Sign In |