• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] uploaded videos work in mobile, but not on desktop

Started by vooping,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

voopingTopic starter

I'm guessing it has something to do with ffmpeg conversions?

1.I set the paths for usr/bin/

2.when I did the tester, says everything passed.

Uploaded videos play fine when viewing on mobile, but on desktop, the videos doesn't play.
  •  

PHPVibe A.


voopingTopic starter

Quote
PHP Version:   5.5.24 (apache2handler)
Operating System:   Linux
safe_mode:   Disabled (Required: Disabled)
enable_dl:   Enabled
PHP as CGI:   No
Thread safety:   No
Server name:   www.domain.com
Server IP:           xxxxxxx
Resolved IP:   xxxxxxx
Absolute path:   /home/xxxxx/public_html/tester
PHP info:   Click here
Server Software
Status: Apache

array(2) {
  ["valid"]=>
  string(4) "true"
  ["info"]=>
  array(4) {
    ["id"]=>
    string(1) "1"
    ["license"]=>
    string(8) "Test key"
    ["domain"]=>
    string(12) "Not applying"
    ["expires"]=>
    string(12) "Not applying"
  }
}


QuoteAPI Test
Failed. Test result is below
Null
(I have Curl SSL enabled, so not sure why this one failed)


QuoteFile to convert: test.avi
Converted file: test.mp4
Command send to server: ffmpeg -i test.avi -vcodec libx264 -s 480x320 -threads 4 -movflags faststart test.mp4
FFmpeg output
array(0) {
}
int(1)
  •  

PHPVibe A.

Hi, show me a link, not tester output, I believe you :)
Your settings under Settings-> FFMPEG are ok? videocron.php has execute permissions? (555)

voopingTopic starter

  •  

voopingTopic starter

While testing the uploads, I also see an issue where i'm uploading 1 video and for some reason, it attempts to upload hundreds of videos. Do you know what's causing this?
  •  

Similar topics (7)