UMS 3.3.0 - FFmpeg
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
UMS 3.3.0 - FFmpeg
First of all I would thank everyone who has worked on this project for creating such awesome application.
Now up to the question: I have made a clean install of UMS 3.3.0 on my windows 8 PC and looking in the log files I see follow message:
[1] Cannot launch FFmpeg. Check the presence of win32/ffmpeg.exe
Anyhow when I look in the directory C:\Program Files (x86)\Universal Media Server\win32 I see that FFmpeg.exe is there.
On this moment I don’t see any problem when playing my avi files, but I have no idea if this will cause a problem in the future?
Can I ignore this message or do I do anything else?
Thanks and Regards,
Now up to the question: I have made a clean install of UMS 3.3.0 on my windows 8 PC and looking in the log files I see follow message:
[1] Cannot launch FFmpeg. Check the presence of win32/ffmpeg.exe
Anyhow when I look in the directory C:\Program Files (x86)\Universal Media Server\win32 I see that FFmpeg.exe is there.
On this moment I don’t see any problem when playing my avi files, but I have no idea if this will cause a problem in the future?
Can I ignore this message or do I do anything else?
Thanks and Regards,
- Attachments
-
- ums_dbg.zip
- (13.87 KiB) Downloaded 652 times
Re: UMS 3.3.0 - FFmpeg
should it be win32\ffmpeg.exe rather than win32/ffmpeg.exe?
U can try to edit UMS.conf and put your path to ffmpeg there
U can try to edit UMS.conf and put your path to ffmpeg there
server: C2D [email protected] 3GB RAM
network: wired 1000MB/s
render: LG 55LM620S, Samsung LE40C650, PS3
OS: Linux 13.10 64bit
network: wired 1000MB/s
render: LG 55LM620S, Samsung LE40C650, PS3
OS: Linux 13.10 64bit
-
- Posts: 4
- Joined: Wed Jan 08, 2014 3:59 pm
Re: UMS 3.3.0 - FFmpeg
First, I have the same problem except for linux, it says:sapsa wrote:should it be win32\ffmpeg.exe rather than win32/ffmpeg.exe?
U can try to edit UMS.conf and put your path to ffmpeg there
Code: Select all
01-07 23:12:00 Please wait while we check the FFmpeg font cache, this can take a minute or so.
01-07 23:12:00 [1] Cannot launch FFmpeg. Check the presence of linux/ffmpeg
Re: UMS 3.3.0 - FFmpeg
On linux, the installed FFmpeg is at /path/to/ums-3.3.0/linux/ffmpeg.
What I do is rename that to ffmpeg.bak and then make a symlink to my system ffmpeg.
What I do is rename that to ffmpeg.bak and then make a symlink to my system ffmpeg.
-
- Posts: 4
- Joined: Wed Jan 08, 2014 3:59 pm
Re: UMS 3.3.0 - FFmpeg
No good. It wasn't a problem pre-3.3.0 anyway so I'm thinking it's a "text glitch" as everything actually seems to work.
Code: Select all
01-08 08:28:43 Please wait while we check the FFmpeg font cache, this can take a minute or so.
01-08 08:28:43 [1] Cannot launch FFmpeg. Check the presence of /home/xxx/.ums/latest/linux/ffmpeg
Re: UMS 3.3.0 - FFmpeg
It's not a text glitch so much as it is you using an outdated and unsupported version
of FFmpeg with UMS. Your old version doesn't support the arguments it is attempting
to launch with so it reports a generic missing executable error instead of a report
that explains the actual problem. The code contains lots of assumptions and
shortcuts and so you get misrepresented issues such as this as a result.
of FFmpeg with UMS. Your old version doesn't support the arguments it is attempting
to launch with so it reports a generic missing executable error instead of a report
that explains the actual problem. The code contains lots of assumptions and
shortcuts and so you get misrepresented issues such as this as a result.
-
- Posts: 4
- Joined: Wed Jan 08, 2014 3:59 pm
Re: UMS 3.3.0 - FFmpeg
Vallimar: how recent does the version have to be?? I'm using 2.0.1 from October 2013. I thought the point of packaging Linux binaries in UMS was so that ffmpeg would be fully supported out-of-the-box anyway?
Regardless, mencoder does the job. I just think the error message should be a little more explicit about the version not being supported, rather than reporting a missing binary.
Regardless, mencoder does the job. I just think the error message should be a little more explicit about the version not being supported, rather than reporting a missing binary.
Re: UMS 3.3.0 - FFmpeg
2.0.1 should be recent enough. You had mentioned earlier you were using someones copy
of the rather old 0.10 release but now you are saying the one bundled with UMS isn't working?
I think you need to make it more clear what exactly you are trying. You also need to check the
debug log to see if it is catching the errors from ffmpeg itself.
of the rather old 0.10 release but now you are saying the one bundled with UMS isn't working?
I think you need to make it more clear what exactly you are trying. You also need to check the
debug log to see if it is catching the errors from ffmpeg itself.
-
- Posts: 4
- Joined: Wed Jan 08, 2014 3:59 pm
Re: UMS 3.3.0 - FFmpeg
bundled (N-58485-ga12b4bd) didn't work
switched to PPA, 0.10 didn't work
downloaded official binary 2.0.1 doesn't work either.
switched to PPA, 0.10 didn't work
downloaded official binary 2.0.1 doesn't work either.