profile domains and ffmpeg issues after switching to nginx

soaringeagle
@soaringeagle
9 years ago
3,304 posts
i switched to centos with plesk and nginx after weeks of frustration with ubuntu
when i did the profile domains will not work now
also ffmpeg converts music but once again it wont convert videos


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 09/06/16 01:42:33AM
brian
@brian
9 years ago
10,148 posts
Profile domains requires Apache - it does not work on Nginx, so you will want to disable that.

As for FFPmeg, if it converts Audio then it should convert video. I would recommend that you do NOT use a custom FFMpeg, but use the one that comes with JR.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
i am


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
9 years ago
10,148 posts
soaringeagle:
i am

I'm not sure what to say then - It works pretty much on any Linux 3+ kernel, and I've never seen an instance where it will decode only audio, but not video.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
9 years ago
3,304 posts
can anything be causing a timeout?
max_execution_time and max_input_time only affect php right not ffmpeg


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,772 posts
you can define a timeout for ffmpeg:
http://ffmpeg.org/ffmpeg-all.html#http

Quote: timeout

Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified.

The code for the different ffmpeg calls for the different formats is found at:
/modules/jrAudio/plugins/*

There's one fore each of the different audio types, mp3, aac, wav etc..

Tags