Can't upload mp4 videos

Hope someone can help me,

 

I recently updated my dolphin website to 7.1 but now i am having problems uploading mp4 video's

 

when i try to upload a mp4 video i am getting the error popup  Video upload failed (Video error)

when uploading any other video like .flv  there is no problem.

i tried it using a fresh install of dolphin 7.1 and there the same problem.

 

i also tried uploading an mp4 video to an dolphin 7.0.9 site an there everything is working fine.

Quote · 21 Nov 2012

i know this is not the way to go but when i use ffmpeg from dolphin 7.0.9 i actualy can upload mp4 videos

only then the file can not be found but maybe there is an error in the ffmpeg for dolphin 7.1 prevending mp4 from being uploaded

Quote · 21 Nov 2012

Make sure that you you proper ffmpeg for your OS, by default there is ffmpeg for Linux, if you have other than Linux OS you need another ffmpeg binary.

Also try to reproduce the problem on demo.boonex.com (http://www.boonex.com/demo)

If ffmpeg binary properly matches your OS, please attach sample mp4 video, so we can test it on our side.

Rules → http://www.boonex.com/terms
Quote · 22 Nov 2012

I am hosted on a linux server by arvixe

the error log gets an error

 [Tue Nov 20 13:56:42 2012] [error] [client 86.93.114.108] Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/tolboom/public_html/flash/modules/video/files/1_temp':

i tested it on your demo site and there the upload is working fine.

wil attach an sample mp4 later i am at work now.

do you need any other information like website or admin login

Quote · 22 Nov 2012

Here is an mp4 video for testing, in this video you can see the error

upload error.mp4 · 37.6M · 400 downloads
Quote · 22 Nov 2012

just contacted my host and they gave me the following information on the installed os

 

uname -a Linux warthog.arvixe.com 2.6.18-408.8.2.el5.lve0.8.61.3 #1 SMP Wed Jul 11 06:49:35 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

 

CloudLinux Server release 5.8

Quote · 23 Nov 2012

Are you sure that you are using ffmpeg.exe which comes with Dolphin ?

Also I see one uploaded video on your site, is upload working now ?

Rules → http://www.boonex.com/terms
Quote · 25 Nov 2012

Yes i am sure i'm using ffmpeg wich came with dolphin. 

I tried this in dolphin 7.0.9 wich i installed on a subdomain but then there is no problem and i can upload mp4 videos

I also tried a fresh install of dolphin 7.1 on a subdomain but no luck cant upload mp4

The video uploaded on my site is an flv video wich i can upload without any problems. 

Quote · 25 Nov 2012

Try to run ffmpeg manually to see if it will convert this video and it should show any errors as well:

ffmpeg.exe -y -i INPUT_FILE.mp4 -b 512k -bt 512k -vcodec libx264 -s 480x360 -acodec libfaac -ab 128k OUTPUT_FILE.m4v

 

Also we updated this code in SVN already and in upcoming(7.1.0 Beta2) version conversion will look like this:

ffmpeg.exe -y -i INPUT_FILE.mp4 -b:v 512k -vcodec libx264 -s 480x360 -acodec aac -strict experimental -b:a 128k OUTPUT_FILE.m4v

Rules → http://www.boonex.com/terms
Quote · 26 Nov 2012

I asked arvixe to test this as i realy don't know how to do this an got the following response

==========

I've tried to convert a test mp4 file to M4v but I getting the below error message.

Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height

 

I was succefully able to convert MP4 file to mpg format

 

# ffmpeg -i /home/tolboom/public_html/media/video/test.mp4 -ab 128 -b 1200 /home/tolboom/public_html/test1.mpg

==========

Quote · 28 Nov 2012

I need more clues:

- What is the command this error related too? also I need more output related to this error 

- I need ffmpeg version and compilation params, just run ffmpeg without params and send the the utput

Rules → http://www.boonex.com/terms
Quote · 29 Nov 2012

Hello,

>> What is the command this error related too? also I need more output related to this error?

ffmpeg -i /home/tolboom/public_html/media/video/test.mp4 -ab 128 -b 1200 /home/tolboom/public_html/test2.m4v

MP4 to M4V conversion shows error.

>> I need ffmpeg version and compilation params, just run ffmpeg without params and send the the utput

# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Aug 15 2012 05:53:07 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab --enable-libxvid --enable-libvorbis --enable-libtheora
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.19. 0 / 1.19. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'

Quote · 30 Nov 2012

 

1. >> What is the command this error related too? also I need more output related to this error?

ffmpeg -i /home/tolboom/public_html/media/video/test.mp4 -ab 128 -b 1200 /home/tolboom/public_html/test2.m4v

MP4 to M4V conversion shows error.

2. >> I need ffmpeg version and compilation params, just run ffmpeg without params and send the the utput

# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Aug 15 2012 05:53:07 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab --enable-libxvid --enable-libvorbis --enable-libtheora
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.19. 0 / 1.19. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

1. this is not the command I've posted before

2. this is not Dolphin ffmpeg

Make sure that you are using ffmpeg which comes with Dolphin.

Rules → http://www.boonex.com/terms
Quote · 3 Dec 2012

about the command you are right arvixe did this because as i told you i don't know how to do this

but

i'm not shure what you mean by this is not Dolphin ffmpeg  are you talking about the ffmpeg.exe in the flash/modules/global/app folder ?because this is the Original wich came with the download of dolphin 7.1.

if i use that in ssh i get the following

 

==========

 

/home/tolboom/public_html/flash/modules/global/app/ffmpeg.exe
ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
  built on Feb  2 2012 01:28:23 with gcc 4.4.3
  configuration: --extra-ldflags=-static --extra-cflags=-static --enable-static --disable-shared --enable-ffplay --disable-ffprobe --disable-ffserver --enable-runtime-cpudetect --enable-memalign-hack --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libxvid --enable-libvpx --enable-gpl --enable-nonfree --enable-pthreads --enable-libopenjpeg --enable-zlib --enable-bzlib --enable-libxavs --enable-libdirac --enable-libschroedinger --enable-libvo-amrwbenc --enable-libfreetype --enable-libnut --enable-libspeex --enable-libaacplus --enable-libfaac --enable-small --enable-libass --enable-libdc1394 --enable-librtmp --enable-openssl --enable-frei0r --enable-libopencv
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 60.100 / 53. 60.100
  libavformat    53. 31.100 / 53. 31.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 60.100 /  2. 60.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'

==========

if not what do i have to do to get it so arvixe can install this.

i thought they already has this preinstalled because they were on your recommended hosting page

or if your willing you can check/repair because i now have shell acces

 

Kind Regards.

Guido Tolboom

Quote · 3 Dec 2012

i've been playing arround with ssh and if i type in the full path to the ffmpeg.exe (/home/tolboom/public_html/flash/modules/global/app/ffmpeg.exe) as you can see below  with your command it works fine

and i get the following output

 

==========

/home/tolboom/public_html/flash/modules/global/app/ffmpeg.exe -y -i /home/tolboom/public_html/media/video/test1.mp4 -b 512k -bt 512k -vcodec libx264 -s 480x360 -acodec libfaac -ab 128k /home/tolboom/public_html/test8.m4v
ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
  built on Feb  2 2012 01:28:23 with gcc 4.4.3
  configuration: --extra-ldflags=-static --extra-cflags=-static --enable-static --disable-shared --enable-ffplay --disable-ffprobe --disable-ffserver --enable-runtime-cpudetect --enable-memalign-hack --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libxvid --enable-libvpx --enable-gpl --enable-nonfree --enable-pthreads --enable-libopenjpeg --enable-zlib --enable-bzlib --enable-libxavs --enable-libdirac --enable-libschroedinger --enable-libvo-amrwbenc --enable-libfreetype --enable-libnut --enable-libspeex --enable-libaacplus --enable-libfaac --enable-small --enable-libass --enable-libdc1394 --enable-librtmp --enable-openssl --enable-frei0r --enable-libopencv
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 60.100 / 53. 60.100
  libavformat    53. 31.100 / 53. 31.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 60.100 /  2. 60.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xaf8aba0] multiple edit list entries, a/v desync might occur, patch welcome
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/tolboom/public_html/media/video/test1.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 0
    compatible_brands: isom3gp4
    creation_time   : 1946-11-02 19:40:35
  Duration: 00:00:14.55, start: 0.000000, bitrate: 1070 kb/s
    Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono, s16, 62 kb/s
    Metadata:
      creation_time   : 1946-11-02 19:40:35
      handler_name    : SoundHandle
    Stream #0:1(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 1003 kb/s, 23.98 fps, 24 tbr, 90k tbn, 1k tbc
    Metadata:
      creation_time   : 1946-11-02 19:40:35
      handler_name    : VideoHandle
Please use -b:a or -b:v, -b is ambiguous
[buffer @ 0xafa5a20] w:640 h:480 pixfmt:yuv420p tb:1/1000000 sar:65536/65536 sws_param:
[scale @ 0xafb23c0] w:640 h:480 fmt:yuv420p -> w:480 h:360 fmt:yuv420p flags:0x4
[libx264 @ 0xafb13a0] using SAR=1/1
[libx264 @ 0xafb13a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
[libx264 @ 0xafb13a0] profile High, level 2.1
[libx264 @ 0xafb13a0] 264 - core 120 r2146 bcd41db - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=24 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=512 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, ipod, to '/home/tolboom/public_html/test8.m4v':
  Metadata:
    major_brand     : isom
    minor_version   : 0
    compatible_brands: isom3gp4
    creation_time   : 1946-11-02 19:40:35
    encoder         : Lavf53.31.100
    Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p, 480x360 [SAR 1:1 DAR 4:3], q=-1--1, 512 kb/s, 24 tbn, 24 tbc
    Metadata:
      creation_time   : 1946-11-02 19:40:35
      handler_name    : VideoHandle
    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono, s16, 128 kb/s
    Metadata:
      creation_time   : 1946-11-02 19:40:35
      handler_name    : SoundHandle
Stream mapping:
  Stream #0:1 -> #0:0 (mpeg4 -> libx264)
  Stream #0:0 -> #0:1 (aac -> libfaac)
Press [q] to stop, [?] for help
frame=   59 fps=  0 q=0.0 size=       0kB time=00:00:00.00 bitrate=   0.0kbits/sframe=   87 fps= 57 q=23.0 size=      20kB time=00:00:00.70 bitrate= 233.2kbits/frame=  112 fps= 53 q=21.0 size=      86kB time=00:00:01.75 bitrate= 403.5kbits/frame=  114 fps= 40 q=22.0 size=      98kB time=00:00:01.83 bitrate= 437.6kbits/frame=  126 fps= 36 q=25.0 size=     183kB time=00:00:02.33 bitrate= 641.2kbits/frame=  139 fps= 33 q=27.0 size=     269kB time=00:00:02.87 bitrate= 767.4kbits/frame=  147 fps= 31 q=23.0 size=     300kB time=00:00:03.20 bitrate= 766.4kbits/frame=  159 fps= 30 q=27.0 size=     325kB time=00:00:03.70 bitrate= 718.4kbits/frame=  177 fps= 28 q=27.0 size=     381kB time=00:00:04.45 bitrate= 699.9kbits/frame=  193 fps= 29 q=27.0 size=     423kB time=00:00:05.12 bitrate= 676.4kbits/frame=  199 fps= 27 q=27.0 size=     440kB time=00:00:05.37 bitrate= 670.3kbits/frame=  215 fps= 28 q=27.0 size=     483kB time=00:00:06.04 bitrate= 655.1kbits/frame=  220 fps= 26 q=27.0 size=     494kB time=00:00:06.25 bitrate= 647.5kbits/frame=  241 fps= 26 q=26.0 size=     546kB time=00:00:07.12 bitrate= 627.8kbits/frame=  259 fps= 26 q=26.0 size=     599kB time=00:00:07.87 bitrate= 623.5kbits/frame=  267 fps= 25 q=26.0 size=     624kB time=00:00:08.20 bitrate= 622.7kbits/frame=  281 fps= 25 q=26.0 size=     669kB time=00:00:08.79 bitrate= 623.5kbits/frame=  296 fps= 25 q=26.0 size=     716kB time=00:00:09.41 bitrate= 622.5kbits/frame=  314 fps= 25 q=26.0 size=     761kB time=00:00:10.16 bitrate= 613.3kbits/frame=  329 fps= 25 q=26.0 size=     801kB time=00:00:10.79 bitrate= 608.3kbits/frame=  351 fps= 23 q=26.0 Lsize=    1049kB time=00:00:14.54 bitrate= 591.2kbits/s dup=2 drop=0
video:892kB audio:147kB global headers:0kB muxing overhead 1.056124%
[libx264 @ 0xafb13a0] frame I:3     Avg QP:20.22  size:  6867
[libx264 @ 0xafb13a0] frame P:153   Avg QP:20.75  size:  4219
[libx264 @ 0xafb13a0] frame B:195   Avg QP:23.05  size:  1262
[libx264 @ 0xafb13a0] consecutive B-frames: 10.5% 41.6% 13.7% 34.2%
[libx264 @ 0xafb13a0] mb I  I16..4: 16.2% 65.9% 17.9%
[libx264 @ 0xafb13a0] mb P  I16..4:  3.0% 10.7%  1.6%  P16..4: 49.1% 18.1%  7.9%  0.0%  0.0%    skip: 9.7%
[libx264 @ 0xafb13a0] mb B  I16..4:  0.1%  0.3%  0.0%  B16..8: 48.1%  4.9%  0.8%  direct: 3.0%  skip:42.7%  L0:39.6% L1:55.0% BI: 5.4%
[libx264 @ 0xafb13a0] final ratefactor: 20.03
[libx264 @ 0xafb13a0] 8x8 transform intra:69.4% inter:78.0%
[libx264 @ 0xafb13a0] coded y,uvDC,uvAC intra: 63.4% 65.9% 28.5% inter: 24.0% 29.6% 0.9%
[libx264 @ 0xafb13a0] i16 v,h,dc,p: 22% 34% 14% 30%
[libx264 @ 0xafb13a0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 21% 30%  3%  5%  5%  5%  4%  5%
[libx264 @ 0xafb13a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 36% 26% 18%  3%  4%  4%  3%  3%  3%
[libx264 @ 0xafb13a0] i8c dc,h,v,p: 61% 19% 18%  3%
[libx264 @ 0xafb13a0] Weighted P-Frames: Y:12.4% UV:8.5%
[libx264 @ 0xafb13a0] ref P L0: 70.2% 13.7% 11.8%  3.9%  0.4%
[libx264 @ 0xafb13a0] ref B L0: 93.0%  6.3%  0.7%
[libx264 @ 0xafb13a0] ref B L1: 97.5%  2.5%
[libx264 @ 0xafb13a0] kb/s:499.04
=============

but apparently it does not do that when i upload it thru the site then i think it uses just ffmpeg as used by arvixe in my previous posts

when i upload an mp4 thru the site i get the following error in the log

----

[Mon Dec 03 13:42:32 2012] [error] [client ipadres] Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/tolboom/public_html/flash/modules/video/files/1_temp':

----

but stil weird i dont get the error in dolphin 7.0.9

Kind Regards,

 

Guido Tolboom

Quote · 3 Dec 2012

Check if patch to ffmpeg is not changed in flash/modules/global/inc/header.inc.php file:

$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";

Rules → http://www.boonex.com/terms
Quote · 4 Dec 2012

Yes it is there on line 59 --> 61

$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";
if(is_integer(strpos($sFfmpegPath, " ")))
    $sFfmpegPath = '"' . $sFfmpegPath . '"';

 

also as i mentioned the problem is there even when i use a fresh install on a subdomain.

and no problem in dolphin 7.0.9

the installed os was not correct that is centos

 

and found the following in phpinfo on ffmpeg dont know if it helps but tought i should mention it

ffmpeg

ffmpeg-php version 0.6.0-svn
ffmpeg-php built on Oct 3 2012 08:55:35
ffmpeg-php gd support enabled
ffmpeg libavcodec version Lavc52.72.2
ffmpeg libavformat version Lavf52.64.2
ffmpeg swscaler version SwS0.11.0


 

Directive Local Value Master Value
ffmpeg.allow_persistent 0 0
ffmpeg.show_warnings 0 0

 

Quote · 4 Dec 2012

Everything looks good, so it should convert videos without any problems. Especially if the command can be run manually - it should be run from cron as well. I have no other thoughts...

However you can wait for Beta 2, there are some improvements in this area, maybe it will help in your case.

Rules → http://www.boonex.com/terms
Quote · 5 Dec 2012

I think there is nothing else i can do but wait for the next beta hope it wil be there soon (any news on the release date?).

 

Stil Think it is weird that no one else is having this problem.

There must be some compatibility problems with dolphin 7.1 and the server setup because when i install it on wamp at home the video upload does work
and the boonex demo also works fine.

 

Kind Regards,

 

Guido Tolboom

 

Quote · 5 Dec 2012

 

Stil Think it is weird that no one else is having this problem.

 Can you upload the actual video [edit] to here, so we can test, that your having a problem with?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Dec 2012

 

 

Stil Think it is weird that no one else is having this problem.

 Can you upload the actual video [edit] to here, so we can test, that your having a problem with?

 i have the video but it is the same with all mp4 videos i tried several, flv video's work just fine but i attached the file

 

also you can test at

 

http://tolboom.info/dolphin71test

and

http://tolboom.info/dolphin709test

to see the difference.

both are clean installs of e.g. dolphin 7.1 and dolphin 7.0.9 on a subdomain with only the video module installed and cron setup

i attached both mp4 and flv test videos so you can see that difference to on the 7.1 install

test1.mp4 · 1.9M · 319 downloads
106.flv · 3.9M · 319 downloads
Quote · 5 Dec 2012

 

also you can test at
 
http://tolboom.info/dolphin71test

 tried to join, you need to enable reCaptcha..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Dec 2012

 

 

also you can test at
 
http://tolboom.info/dolphin71test

 tried to join, you need to enable reCaptcha..

 sorry about that forgot that part this is a fresch install and forgot the recaptcha, fixed now

Quote · 5 Dec 2012

Your right, not able to upload "any" mp4..

Has to be server related, the video uploaded to my test site.. http://mynewbeetle.net/7.1/m/videos/view/test1-2012-12-05

and the site has been updated to the latest SVN pull at 1:30 am 

labeled "code cleaning" so I would expect this it be the Beta 2 I'm running now.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Dec 2012

mp4 upload still not working after upgrading to beta2

Quote · 6 Dec 2012

You have "CloudLinux Server release 5.8".

For some reason default ffmpeg silently fail on your system during getting preview image of the uploaded mp4 video.

I've tried other ffmpeg static build but they don't work at all on your system - it tells that "your system kernel is too old".

However default ffmpeg which is installed on your system seems able to get image from mp4 video - but fails video conversion, because it can't recognize some newer ffmpeg options we are using in Dolphin 7.1.

 

I suggest the following solutions:

- ask support to get newer ffmpeg for your system, so it will understand new ffmpeg options

- try to find ffmpeg static binary which run fine on your system

- move to another sever  

Rules → http://www.boonex.com/terms
Quote · 9 Dec 2012

 Helpful post AlexT,

I'm using the Dolphin ffmpge.exe from 7.1.  All seams well except for it does not show time in the thumbnail but it does show tinme in the player. My question is wher do you find other ffmpeg.exe's that will work with Dolphin   I have one that I compiled - but there is no where on the Dolphin to change the path to the /bin/local/ffmpeg. The issue I worry about is that my system ffmpeg may not have all the modules that the ffmpeg.exe that is provided by Dolphin.  

You have "CloudLinux Server release 5.8".

For some reason default ffmpeg silently fail on your system during getting preview image of the uploaded mp4 video.

I've tried other ffmpeg static build but they don't work at all on your system - it tells that "your system kernel is too old".

However default ffmpeg which is installed on your system seems able to get image from mp4 video - but fails video conversion, because it can't recognize some newer ffmpeg options we are using in Dolphin 7.1.

 

I suggest the following solutions:

- ask support to get newer ffmpeg for your system, so it will understand new ffmpeg options

- try to find ffmpeg static binary which run fine on your system

- move to another sever  

 

Quote · 9 Dec 2012

 

 Helpful post AlexT,

I'm using the Dolphin ffmpge.exe from 7.1.  All seams well except for it does not show time in the thumbnail but it does show tinme in the player. My question is wher do you find other ffmpeg.exe's that will work with Dolphin   I have one that I compiled - but there is no where on the Dolphin to change the path to the /bin/local/ffmpeg. The issue I worry about is that my system ffmpeg may not have all the modules that the ffmpeg.exe that is provided by Dolphin.  

You have "CloudLinux Server release 5.8".

For some reason default ffmpeg silently fail on your system during getting preview image of the uploaded mp4 video.

I've tried other ffmpeg static build but they don't work at all on your system - it tells that "your system kernel is too old".

However default ffmpeg which is installed on your system seems able to get image from mp4 video - but fails video conversion, because it can't recognize some newer ffmpeg options we are using in Dolphin 7.1.

 

I suggest the following solutions:

- ask support to get newer ffmpeg for your system, so it will understand new ffmpeg options

- try to find ffmpeg static binary which run fine on your system

- move to another sever  

 

 did you try playing the video after you uploaded it i read some where that if you play it onces after uploading the time wil be displayed correctly

Quote · 10 Dec 2012

 

You have "CloudLinux Server release 5.8".

For some reason default ffmpeg silently fail on your system during getting preview image of the uploaded mp4 video.

I've tried other ffmpeg static build but they don't work at all on your system - it tells that "your system kernel is too old".

However default ffmpeg which is installed on your system seems able to get image from mp4 video - but fails video conversion, because it can't recognize some newer ffmpeg options we are using in Dolphin 7.1.

 

I suggest the following solutions:

- ask support to get newer ffmpeg for your system, so it will understand new ffmpeg options

- try to find ffmpeg static binary which run fine on your system

- move to another sever  

 i did ask my host for newer ffmpeg but this they can not do becuase it is on shared hosting, and moving to another server

i think wil not help as they say al servers are set up the same to maintain consistent standards.

and they won't (officially)support dolphin 7.1 becuase it is still in beta

Quote · 12 Dec 2012

 

 

Stil Think it is weird that no one else is having this problem.

 Can you upload the actual video [edit] to here, so we can test, that your having a problem with?

 I have the same problem. have not updated yet though

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 15 Dec 2012

hi all, i use centos 7

Dolphin.Pro 7.2.0

Released on 01.09.2015

 .mp4 file not work , other work like avi, flv

Quote · 15 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.