How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
? It's in my repository, just like the rest.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
The version is 2.3. He need 2.4
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Hi Mijzelf
The problem is that ffmpeg is reporting the following on trying to open a live feed.
According to Serviio forums with RTMPDump v2.4 "RTMPE type 9 handshakes are now supported." So that should solve my problems.
Thanks
Normsland
The problem is that ffmpeg is reporting the following on trying to open a live feed.
Code: Select all
HandShake: Type mismatch: client sent 6, server answered 9
HandShake: Server not genuine Adobe!
RTMP_Connect1, handshake failed.
Thanks
Normsland
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Hey Mijzelf,
Do we also need to re-compile FFmpeg 1.1.1 so it is pointing to the correct version of the binary rtmpdump 2.4?
Thanks in advance.
Cheers,
Fremske
Do we also need to re-compile FFmpeg 1.1.1 so it is pointing to the correct version of the binary rtmpdump 2.4?
Thanks in advance.
Cheers,
Fremske
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
And it works! Thanks Mijzelf! I had to do a wget to pull the package down because it wasn't appearing in slacker (even with slacker -Uai) and run funpkg -u. But works really nicely. Haven't looked a cpu time/memory usage. Now I can stream tv shows directly off itv & bbc websites via serviio (using plugins) to my tv. Nice!
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
@Fremske: normsland answered your question, I suppose?
@normsland: Indeed I didn't add the package to slacker yet, as I like to know first if it works at all. In this case I can't test anything myself.
@normsland: Indeed I didn't add the package to slacker yet, as I like to know first if it works at all. In this case I can't test anything myself.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
I'm getting this error, could you please recompile ffmpeg with --enable-libmp3lame?
Code: Select all
2013-04-13 20:24:32,443 WARN [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error. Detailed output follows.
Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x400 [SAR 1:1 DAR 9:5], 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
Stream #0:2: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
Stream #0:3: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
Unknown encoder 'libmp3lame'
Code: Select all
ffmpeg version 1.1.1
built on Mar 14 2013 21:49:01 with gcc 4.5.4 (GCC) 20111110 (prerelease)
configuration: --prefix=/ffp --enable-gpl --disable-htmlpages --enable-version3 --enable-nonfree --enable-libx264 --enable-libshine --enable-libfdk_aac --enable-libtwolame --enable-libopus --enable-librtmp
libavutil 52. 13.100 / 52. 13.100
libavcodec 54. 86.100 / 54. 86.100
libavformat 54. 59.106 / 54. 59.106
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 32.100 / 3. 32.100
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
NSA-325, 4.80, FFP 0.7.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Are you sure you need that? libshine is actually the same as lame, only it uses fixed point numbers, which makes it far more performant on an arm box.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
I don't need, but Serviio I don't now why does. I can't play anything in Media Browser. All videos get this error.
NSA-325, 4.80, FFP 0.7.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Does Servio has some configuration files which tells which lib to use for which compression? Try to couple mp3 to libshine.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
I've tried a wrapper from here http://forum.serviio.org/viewtopic.php?f=7&t=6458. And it works. But in the end it is useless, because NSA325 is just too slow for transcoding for MediaBrowser. I hoped if I chose original quality for Meda Browser, it won't transcode anything. But FlowPlayer used in MediaBrowser just needs flv.
NSA-325, 4.80, FFP 0.7.
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Hi all,
After installation of ffmpeg 1.1.1 on NSA310 i've got the following error:
Can you please help?
After installation of ffmpeg 1.1.1 on NSA310 i've got the following error:
Code: Select all
ffmpeg: can't load library 'libx264.so.130'
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
you must also install fdk_aac-20130313-arm-1, lame-3.99.5-arm-1, opus-1.0.2-arm-1, rtmpdump-2.4-arm-1, shine-20130313-arm-1, twolame-0.3.13-arm-1 and x264-20130313-arm-1
Re: How to: Compile FFmpeg 1.1.1 to support Serviio1.2?
Thank you MisterXY! It worked.