Hello,
I'm having some problems with downloading large videos from YouTube.
I tried to change my settings in php but still have the same result.
php.ini
max_execution_time = 600
max_input_time = 600
memory_limit = 100M
upload_max_filesize = 120M
default_socket_timeout = 600
post_max_size = 130M
When i'm downloading small files i get a message like:
YoutubeURL + Download done! File: demo.flv
When i'm downloading large files i get a message like:
youtube.com/get_video
video_id=f3Myv8qjHNM&t=OEgsToPDskIPMvmuMOEqkbtzjvPXnPoo => without a "Download done!" message
I'm using phpTube 0.1.4
Any solutions?
Best regards,
Bart