Hello chump
Before I start you have to know that my english is not great
Recently I have bought premium version of your Linux converter.
Its very good script, but i have little problem with it.
When i paste youtube link and click "Convert" very often i have to wait really long time until conversation starts. Conversation goes fast. But the reaction to start it is very slow. I have good hosting and my other quite big sites work good on it.
My hosting:
8 GHz CPU
4096 MB RAM
40 GB space
4000 GB transfer (month)
99,9 % uptime
Do you know why the reaction before it starts converting is soooo long(sometimes its never starts to convert)?
I was speaking with my hosting proividers and they told me that the reason is lquality of connection between my servers and youtube servers.
Hello chump
Before I start you have to know that my english is not great
Recently I have bought premium version of your Linux converter.
Its very good script, but i have little problem with it.
When i paste youtube link and click "Convert" very often i have to wait really long time until conversation starts. Conversation goes fast. But the reaction to start it is very slow. I have good hosting and my other quite big sites work good on it.
My hosting:
8 GHz CPU
4096 MB RAM
40 GB space
4000 GB transfer (month)
99,9 % uptime
Do you know why the reaction before it starts converting is soooo long(sometimes its never starts to convert)?
I was speaking with my hosting proividers and they told me that the reason is lquality of connection between my servers and youtube servers.
Regards,
Pawel
Hi,
I see 2 possible scenarios here:
1) For some reason, your download progress bar is not being flushed from the buffer to the screen. That would explain why you never see the download progress bar, and you only see the conversion progress bar. OR,
2) Your ability to connect to YouTube servers is poor, but once you are able to establish a connection, the download speed is lightening quick. This would also explain the long wait time and the fact that you never see the download progress bar.
One thing that I noticed about your site is that, usually, the wait time before the conversion progress bar appears seems to be directly proportional to the length/size of the video. That would seem to indicate that the problem is likely #1 in the above list.
Also, the download progress bar markup is in the source code of your page following conversion. It just isn't moved out of the buffer until page loading completes. Meaning output buffer flushing is not working as expected.
The following code pushes output out of the buffer and to the screen during code execution:
PHP Code:
ob_end_flush(); ob_flush(); flush();
I use that code throughout the conversion process. Have you modified or deleted this code? Perhaps PHP was compiled incorrectly or corrupted on your server, and it is affecting output control functions?
When output control functions are working properly, the buffer is flushed during the video download and you see the download progress bar prior to the conversion progress bar.
Try some experiments with the output control functions on your server. See if you can isolate the problem. Let me know what you find.
I get asked this question quite a bit: How do I use a URL like http://www.mysite.com/?video_id=FVtB2Lrd1vg with your software? In other words, how do I initiate a conversion with a GET request instead of a POST request?
Well, the answer really is quite simple: Just check for the existence of GET 'video_id' variable and then, if found, use its value to populate the POST array. For example, this should work for the free version:
This concept could also be adapted for SEO friendly URLs like http://www.mysite.com/video/FVtB2Lrd1vg as well. You just need to use the PHP string or regex functions to apply some pattern matching on the URL, and then extract the ID at the end of the URL.
In the next version of the software, I will add this feature to both free and paid-for versions.
Hey chump
It's me again. Firstly I would like to thank you for you last response
I was speaking with my hosting providers, and they said that configuration of output control directives in php.ini is correct. (they also sent me this link: http://meconvert.com/pi.php).
I was modyfing your script but only the visual aspects, I didint touch ob_end_flush();, ob_flush(); and flush();.
I have no idea why downloading bar doesn't appear
I even reinstalled the script and the problem still exist in not modified, orginal script.
Any new ideas?
Hi chump2877, this is my first post. First, my English not to good.
I'm joining this forum because of this thread. I'm so interesting. But before I mad purchase, I want to know something. Is this script including css file for the script?? I'm bad on styling, thats why I'm asking this.
Hey chump
It's me again. Firstly I would like to thank you for you last response
I was speaking with my hosting providers, and they said that configuration of output control directives in php.ini is correct. (they also sent me this link: http://meconvert.com/pi.php).
I was modyfing your script but only the visual aspects, I didint touch ob_end_flush();, ob_flush(); and flush();.
I have no idea why downloading bar doesn't appear
I even reinstalled the script and the problem still exist in not modified, orginal script.
Any new ideas?
Regards,
Pawel
I can't explain why you are having this problem, but these are my thoughts:
1) Try setting output_buffering directive in php.ini to 4096, i.e.:
Code:
output_buffering=4096
See if that helps. You can override server php.ini with your own php.ini in the web root directory.
2) Perhaps your hosting provider is right:
Quote:
I was speaking with my hosting proividers and they told me that the reason is lquality of connection between my servers and youtube servers.
...and the issue can be attributed to following:
Quote:
Your ability to connect to YouTube servers is poor, but once you are able to establish a connection, the download speed is lightening quick. This would also explain the long wait time and the fact that you never see the download progress bar.
3) Try installing the software on another server. See if you have the same problem. I know that my software works, so the likely culprit here is some misconfiguration of the first server.
Hi chump2877, this is my first post. First, my English not to good.
I'm joining this forum because of this thread. I'm so interesting. But before I mad purchase, I want to know something. Is this script including css file for the script?? I'm bad on styling, thats why I'm asking this.
Hi, and welcome to CodingForums.com!
Yes, the paid-for version of the script does include an external CSS file. The benefits of external style sheets are explained here:
I purchase your converter already, and it's great. Awesome....!!!
Quote:
Originally Posted by chump2877
I get asked this question quite a bit: How do I use a URL like http://www.mysite.com/?video_id=FVtB2Lrd1vg with your software? In other words, how do I initiate a conversion with a GET request instead of a POST request?
Well, the answer really is quite simple: Just check for the existence of GET 'video_id' variable and then, if found, use its value to populate the POST array. For example, this should work for the free version:
This concept could also be adapted for SEO friendly URLs like http://www.mysite.com/video/FVtB2Lrd1vg as well. You just need to use the PHP string or regex functions to apply some pattern matching on the URL, and then extract the ID at the end of the URL.
In the next version of the software, I will add this feature to both free and paid-for versions.
hello i was happy to find a script for free that would help me convert youtube videos to mp3 so i bought a hosting service that allows ffmpeg well my situation is on my website http://ymp3download.com/ i am able to download the videos but it dosent convert them this is the 12-6-12 update you have so can you please help me or can you provide a new update file i am new to coding and dont fully understand it i need help please and this is the hosting company i am using http://www.arvixe.com/linux_web_hosting i have the personal plan they do support ffmpeg i dont know if its them or the script that is giving me problems please reply and help
I have been inundated with support requests recently for both the free and paid-for versions of this software.
While I absolutely appreciate your interest in my software (Thank you!!), I am only one person and thus have a finite amount of time to respond to such large volumes of support requests.
So, I would very much appreciate it if, prior to emailing, private messaging, or instant messaging me, you guys could please search this forum thread first for possible solutions to your issues.
A "Search this Thread" link is available at both the top and bottom of every page in this forum thread. Please leverage this search utility to your advantage. The majority of your issues have been experienced before, and the solutions to those problems are documented in this forum thread.
Again, thank you very much for your continued interest, and thank you also for your understanding. Rest assured that I will continue to respond to your requests in a timely manner, as I have always done in the past.
__________________
Regards, R.J.
Last edited by chump2877; 02-10-2013 at 09:37 PM..
hello i was happy to find a script for free that would help me convert youtube videos to mp3 so i bought a hosting service that allows ffmpeg well my situation is on my website http://ymp3download.com/ i am able to download the videos but it dosent convert them this is the 12-6-12 update you have so can you please help me or can you provide a new update file i am new to coding and dont fully understand it i need help please and this is the hosting company i am using http://www.arvixe.com/linux_web_hosting i have the personal plan they do support ffmpeg i dont know if its them or the script that is giving me problems please reply and help
I have already responded to both your emails and PMs regarding this same issue. Please don't paste the same request everywhere and anywhere. You have my attention, and only one method of contact is required to do so. Please check your email and/or PMs for my responses. Thanks.
Fixed audio bit rate problem with 3gp conversion on Linux
Decreased the number of AJAX requests required to build conversion progress bar (so fewer server resources are consumed)
The following files/directories were changed/added:
.htaccess new
config.class.php updated
index.php updated
SETUP.txt updated
VideoConverter.class.php updated
All previous customers who have purchased the paid-for version of my app are receiving this new, updated version via the e-mail addresses that you provided at Tradebit.com.
Please report any issues with either the paid-for version or the free version in this forum thread. Your feedback is encouraged. Donations are welcome!
Thanks!
__________________
Regards, R.J.
Last edited by chump2877; 02-26-2013 at 04:13 AM..
Hi, just thought I would point out the there is a issue converting the downloaded flv, the script appears to just stop. I tried it on http://tubeconvert.net, which has the same issue my site does.
Thanks