Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

This video file type is not supported:

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

ISSUE SUMMARY:
Some video files give the error: This video file type is not supported:

Hi there thanks for all the help so far with getting zencoder and amazon working together!
I now have another problem. Users have reported to me that they cannot upload video files, mainly AVI ones. I have had mixed success in testing but some files give the error and others not.
The files I have been testing with all have the .avi extention.. it seems that they never reach zencoder. any idea why certain files can upload and others can't?
Thanks!

7 years 10 months ago
Licenses:

Hi, Gavin.

Just tested your site with avi video.
It was uploaded, converted and moved to Amazon successfully.
It was a small file so maybe issue is related with file size?
Could you check with small and bigger files?
Also if file fails to be uploaded, please, upload it somewhere and provide us access to it.
I'll test it from my end.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Gavin
7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Hiya thanks, it seems you might be right about the size. I just uploaded a music video to the site but I had the error message. A smaller avi seemed good. I'm uploading a video to my FTP where you should see it in the main folder of my FTP. Please allow a 4-5 mins to complete uploading =)

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

I can confirm the avi file has finished uploading and is in the root of my ftp =)

7 years 10 months ago
Licenses:

HI, Gavin

I confirm issue with 47 MB avi file upload.
I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Gavin
7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Okay thanks =)

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Would this be a code bug with jomsocial or something else I could look at?

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

can you try inscrase these php libraries on your php configuratoin, please?
max_execution_time
max_input_time
memory_limit
post_max_size
upload_max_filesize

make sure same with the recommended value, or maybe set ie bigger than our recommendation



thank you

Attachments:
7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Hi there, I think all is correct. You can check with the configuration file in php folder on ftp :)

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

max_execution_time = 9000; Maximum execution time of each script, in seconds.
max_input_time = 9000; Maximum amount of time each script may spend parsing request data.
memory_limit = 4096M; Maximum amount of memory a script may consume.
post_max_size = 4096M; Maximum size of POST data that PHP will accept.
upload_max_filesize = 4096M; Maximum allowed size for uploaded files.

This is my php config at the moment...

7 years 10 months ago
Licenses:

Hi,

please login to joomla backend and visit this URL:
yoursitedomain.net/administrator/index.p...m_admin&view=sysinfo

under PHP information:
max_execution_time 30
memory_limit 90M
post_max_size 65M
upload_max_filesize 64M
max_input_time -1

I made a test with AVI and MP4 small size video. it works. the videos transferred to S3.

Regards

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Hi, please try now. I was experimenting with php 7 just this moment. I changed back to 5.6
System info once again reads..
max_execution_time 9000 9000
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 9000 9000
max_input_vars 1000 1000
memory_limit 4096M 4096M

Please check with larger avi files.. there is one in my ftp folder if you need to test =)

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

I just tried with that AVI 47mb, still same error with that same above config...

7 years 10 months ago
  • Gavin's Avatar
    Topic Author
  • Gavin
  • Offline
  • Junior Boarder
  • Posts: 119
  • Thank you received: 9
Licenses:
JomSocial Active Socialize Expired

Just checking in to see if there is anything you guys may have discovered over the past day or so that could be preventing these uploads.... thanks :)

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW