GlowHost Web Hosting Forums  

Go Back   GlowHost Web Hosting Forums > In The Lounge > Programming Talk
Register Forum FAQ Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default FFmpeg Support

I saw that GlowHost is now offering FFmpeg web hosting support. We would like to be able to use streaming video. Currently we are on the 4 Star Budget plan, and wondering if this is available to us and how do we take advantage of it if we are? We currently have a 35MB promotional video on our website (more video's to come) that takes time to download with a dial-up connection (forget about actually playing it off the website!). Broadband connections are much better but the visitor sees choppy play back until the download completes. They must then click on the play button again and everything is OK. FFmpeg sounds like a good solution.


Thanks for any information.

QHF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-13-2007
Alexander's Avatar
Moderator
 
Join Date: Jul 2007
Posts: 129
Rep Power: 25
Alexander is on a distinguished road
Default

Hello.
Now we provide FFmpeg support of all of our customers, no matter what hosting package is. If you have any problems with it, you just need to open ticket for tech support. We'll definitely help you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default

Thanks for the quick reply. I don't have a problem with FFmpeg because I'm not using it. I just want to know how how to access it. Do I have to open a tech support ticket and request it, or is it available somewhere in cPanel?

QHF

Last edited by QHF; 10-13-2007 at 11:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-13-2007
Matt's Avatar
chown -R us.us *YourBase*
 
Join Date: Jan 2005
Location: Moved to Florida!
Posts: 1,725
Rep Power: 10
Matt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of light
Default

The FFmpeg binary is located at /usr/local/bin/ffmpeg if you plan on coding your own software, or, there are some scripts out there that are pre-built that can do the conversions and straming for you. PHPmotion is one such script that comes to mind.
__________________
:::::
01001100 00110011 00110011 00110111
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default

Thanks for the information, I'll take a look. I'm not familiar with coding, so some existing script will have to do.

QHF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default

Mat,

I'm in file manager and can't locate the "/usr/local/bin/ffmpeg" path. I have looked in my Home Directory and the Web Directory. is /usr/local/bin/ffmpeg located in some other location?

QHF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-13-2007
Matt's Avatar
chown -R us.us *YourBase*
 
Join Date: Jan 2005
Location: Moved to Florida!
Posts: 1,725
Rep Power: 10
Matt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of light
Default

Its a server module, you cannot access it in your file manager. Your scripts will be able to connect to it however.
__________________
:::::
01001100 00110011 00110011 00110111
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default

Listed on the GlowHost features page are several "Pre-installed modules". Does this mean all I need to do is state which one I would like from the selection? Also, how will I add code,
will I be able to cut and past the code to the appropriate spot on my website.

I'm not sure how all this will work, for example;how will I get an mpeg converted to .flv? Does this process happen automatically in the background or is there a conversion process that has to be initiated. Is there a tutorial available?

QHF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-13-2007
Matt's Avatar
chown -R us.us *YourBase*
 
Join Date: Jan 2005
Location: Moved to Florida!
Posts: 1,725
Rep Power: 10
Matt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of lightMatt is a glorious beacon of light
Default

We don't have any programming tutorials here for FFmpeg though I am sure there are some on the web.

All of those modules play some part in the ability to convert and stream the video.

Typically a script like PHPmotion has all the required components to "talk" to these modules. Essentially, you upload an mpeg through the script, and then on the server-side, the server will perform the necessary conversions to turn the mpeg into .flv and the script will also then embed the video on a page or pages of the script.

I would assume that you can examine the source code of the script and take only the parts you need, for example, the uploader and then the parts of the code responsible for displaying the video.

You would probably need to ask the script vendor how flexible the software is and if it is open source so that they can offer suggestions on how to modify it for your particular needs. Some vendors may even offer to code your site for you if you ask them nicely and the price is right.

PHPMotion may be overkill for your needs but outside of that you would be writing the php code by hand.
__________________
:::::
01001100 00110011 00110011 00110111
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-13-2007
QHF's Avatar
QHF QHF is offline
Nearly a Master Glow Jedi
 
Join Date: Jun 2007
Location: Wisconsin
Posts: 114
Rep Power: 25
QHF is on a distinguished road
Default

I want to keep things as simple as possible, so I don't plan on downloading scripts. Mplayer and Mencoder are listed as pre-installed modules, so how would I go about using it?

QHF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:12 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO
Copyright 2000-2007 GlowHost.com