| | |
How to upload and stream videos?
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Great Information digital-ether, Thankyou!!!
I have read your post and had a brief look at your links.
So with the links you have given me it looks like I will be able to:
- Upload a file (PHP).
- Convert it (FFMPEG).
- Store it on the server (HTTP).
- Then play it (HTTP).
Few things I noticed are:
- Should I convert then upload? or upload then convert?
- FFMPEG can be installed onto my server's site, if I have access to the root? meaning www folder?
- Get the idea of the streaming and requests just gotta check that out in more detail for more information and ill get back to ya.
Thanks for the useful and informative information!!
Regards, X
I have read your post and had a brief look at your links.
So with the links you have given me it looks like I will be able to:
- Upload a file (PHP).
- Convert it (FFMPEG).
- Store it on the server (HTTP).
- Then play it (HTTP).
Few things I noticed are:
- Should I convert then upload? or upload then convert?
- FFMPEG can be installed onto my server's site, if I have access to the root? meaning www folder?
- Get the idea of the streaming and requests just gotta check that out in more detail for more information and ill get back to ya.
Thanks for the useful and informative information!!
Regards, X
"You never stop learning." - OmniX
Reading the sites now in detail, to start anything I think I need to know how to :
- How do I install FFMPEG onto my localhost? I have a basic apache, php, mysql setup
- How do I install FFMPEG onto my localhost? I have a basic apache, php, mysql setup
Last edited by OmniX; May 31st, 2009 at 8:08 am.
"You never stop learning." - OmniX
•
•
•
•
Great Information digital-ether, Thankyou!!!
I have read your post and had a brief look at your links.
So with the links you have given me it looks like I will be able to:
- Upload a file (PHP).
- Convert it (FFMPEG).
- Store it on the server (HTTP).
- Then play it (HTTP).
Few things I noticed are:
- Should I convert then upload? or upload then convert?
- FFMPEG can be installed onto my server's site, if I have access to the root? meaning www folder?
- Get the idea of the streaming and requests just gotta check that out in more detail for more information and ill get back to ya.
Thanks for the useful and informative information!!
Regards, X
It depends on whether you want the process automated, or want to do it yourself. If you can install FFMPEG and FLVTool2 on your server and write the PHP code to do the automated conversions, then you might as well do it and save the manual conversions.
- FFMPEG can be installed onto my server's site, if I have access to the root? meaning www folder?
Root access means that you can log into the system as the root user, and/or gain root privileges in order to install programs and do other tasks.
This is usually given when you have a dedicated server, or a VPS server.
With shared servers, you do not have root access, however, you can ask your host to install the needed programs for you.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
It depends on whether you want the process automated, or want to do it yourself. If you can install FFMPEG and FLVTool2 on your server and write the PHP code to do the automated conversions, then you might as well do it and save the manual conversions.
So how do I install FFMPEG and FLVTool2 onto my localhost and my server?
So how do I install FFMPEG and FLVTool2 onto my localhost and my server?
"You never stop learning." - OmniX
•
•
•
•
Reading the sites now in details:
Questions:
- How do I install FFMPEG onto my localhost?
- I have a basic apache, php, mysql setup
If so download a windows binary:
eg: http://ffmpeg.arrozcru.org/builds/
Then put that into your system path (if you want).
Here is the docs on using ffmpeg command:
http://ffmpeg.org/ffmpeg-doc.html
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
•
•
•
•
It depends on whether you want the process automated, or want to do it yourself. If you can install FFMPEG and FLVTool2 on your server and write the PHP code to do the automated conversions, then you might as well do it and save the manual conversions.
So how do I install FFMPEG and FLVTool2 onto my localhost and my server?
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Im pretty sure my hosting is LINUX but I run WINDOWS. But I use windows to access both not linux. So I think I would need to know how to install it on windows first and then contact me web host about installing it on the server? or if i just need to install it on the root I can do that myself as I have access. But that still leaves how to install on windows as it only has linux instructions.
Thanks
Thanks
"You never stop learning." - OmniX
•
•
•
•
Im pretty sure my hosting is LINUX but I run WINDOWS. But I use windows to access both not linux. So I think I would need to know how to install it on windows first and then contact me web host about installing it on the server? or if i just need to install it on the root I can do that myself as I have access. But that still leaves how to install on windows as it only has linux instructions.
Thanks
As far as I know there isn't a shared server host that supports FFMPEG.
It causes allot of strain on the servers so they tend not to allow it.
If the server doesn't already have FFMPEG installed then you will need Shell Root Access, this is like command prompt for winodws.
I would advise you (if you are serious about this) to falk out some extra money on either a dedicated server or a VPS server.
You should be able to install FFMPEG on either but I would presume you would need a heafty VPS server to handle FFMPEG as allot only allow you 500MB burstable RAM.
Have you thought of building a quad core system and paying a local computer store to give it unsupported hosting (means you have to do everything yourself, it's your computer). Although you would have to falk out £640 for a copy of windows server 2003 (the cheapest) because I doubt you would be able to run a server using SSH.
Posts should be like mini-skirts, long enough to cover enough, but not too long that you cover too much.
My Liveperson: http://liveperson.com/josh-connerty/
My Liveperson: http://liveperson.com/josh-connerty/
•
•
•
•
Im pretty sure my hosting is LINUX but I run WINDOWS. But I use windows to access both not linux. So I think I would need to know how to install it on windows first and then contact me web host about installing it on the server? or if i just need to install it on the root I can do that myself as I have access. But that still leaves how to install on windows as it only has linux instructions.
Thanks
http://ffmpeg.arrozcru.org/builds/
For example, the latest build they have right now is:
http://ffmpeg.arrozcru.org/builds/bi...latest.tar.bz2
Download that. Then uncompress it on your computer. This will give you an .exe file. Basicaly you're done.
To use it, you just need to open the command prompt:
Start -> All programs -> accessories -> command prompt
In the command prompt type in the full path to the ffmpeg.exe file you extracted.
eg: c:\downloads\ffmpeg.exe
This should give you some info on ffmpeg if you did it right.
For convenience, you want to put the path to that exec file in your windows system path. This is a list of folders that windows will look for commands.
Just search "edit windows system path" and you should have lots of tutorials on how to do that.
Once in the path, you can call ffmpeg in the command line by its name, and not its path.
On my windows system I copied ffmpeg.exe to c:\mybin\ffmpeg.exe for convenience. I have c:\mybin\ in the system path, so what ever *.exe I put in there becomes a command automatically.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
•
•
•
•
I presumme you are on a shared server?
As far as I know there isn't a shared server host that supports FFMPEG.
It causes allot of strain on the servers so they tend not to allow it.
If the server doesn't already have FFMPEG installed then you will need Shell Root Access, this is like command prompt for winodws.
I would advise you (if you are serious about this) to falk out some extra money on either a dedicated server or a VPS server.
You should be able to install FFMPEG on either but I would presume you would need a heafty VPS server to handle FFMPEG as allot only allow you 500MB burstable RAM.
Have you thought of building a quad core system and paying a local computer store to give it unsupported hosting (means you have to do everything yourself, it's your computer). Although you would have to falk out £640 for a copy of windows server 2003 (the cheapest) because I doubt you would be able to run a server using SSH.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
Similar Threads
- Blog newbie's question (Graphics and Multimedia)
- Vista & IE7 (Web Browsers)
- which one? (Monitors, Displays and Video Cards)
- PHP CMS tweaking (Software Development Job Offers)
- Windows media player wont stream videos when SLI is enabled? can i fix this? (Windows NT / 2000 / XP)
- catn get any streaming of videos? any ideas? (Windows NT / 2000 / XP)
- Premiership, NBA, NFL, NHL News by SMS (Websites for Sale)
- Macromedia refusal to open a new window (Web Browsers)
Other Threads in the PHP Forum
- Previous Thread: Newbee... SSL works for .html pages but not .php pages
- Next Thread: zipcodes packages
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date development directory display download dynamic echo email error file files filter folder form forms function functions gc_maxlifetime google host href htaccess html image include insert integration ip java javascript joomla limit link login loop mail memmory memory menu mlm mod_rewrite multiple mysql navigation oop parse parsing paypal pdf php problem query radio random recursion regex remote script search server sessions sms snippet soap source space sql structure syntax system table thesishelp tutorial update upload url validation validator variable video web xml youtube






