Page 1 of 1

mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 12:40 pm
by xenofrost
[mpegts @ 0x48e40] Could not find codec parameters for stream 2 (Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options

Duration: N/A, start: 64150.906356, bitrate: 192 kb/s
Program 1
Stream #0:0[0x80f]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 720x576 [SAR 16:15 DAR 4:3], max. 15000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x80e](rus): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
Stream #0:2[0x80d](eng): Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p

Could anyone tell what the issue could be?

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 1:17 pm
by Iveky
Stream #0:2[0x80d](eng): Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 1:18 pm
by Illico
xenofrost wrote:Could anyone tell what the issue could be?

The mp3 track is corrupted, or ffmpeg could not support it:
Stream #0:2[0x80d](eng): Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels, s16p

0 channels

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 3:31 pm
by xenofrost
Would you suggest to recompile ffmpeg with some additional libs, because xupnpd server understands that mp3 track no problem but serviio can only read aac and mp2. This is a very weird issue.

My ffmpeg info:

ffmpeg version 2.1.3-compiled_by_barmalej2_for_Serviio1.4_and_MiniDLNA1.1.1
built on Feb 13 2014 16:41:10 with gcc 4.5.4 (GCC) 20111110 (prerelease)
configuration: --prefix=/ffp --disable-static --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --disable-armv6 --disable-armv6t2 --disable-vfp --disable-neon --enable-pic --disable-ffplay --disable-ffserver --enable-libx264 --enable-libshine --enable-libmp3lame --enable-libfdk-aac --enable-libtwolame --enable-libopus --enable-librtmp --enable-libass --enable-fontconfig --enable-libfreetype
libavutil 52. 48.101 / 52. 48.101
libavcodec 55. 39.101 / 55. 39.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 3:32 pm
by xenofrost
xenofrost wrote:Would you suggest to recompile ffmpeg with some additional libs, because xupnpd server understands that mp3 track no problem but serviio can only read aac and mp2. This is a very weird issue.

My ffmpeg info:

ffmpeg version 2.1.3
built on Feb 13 2014 16:41:10 with gcc 4.5.4 (GCC) 20111110 (prerelease)
configuration: --prefix=/ffp --disable-static --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --disable-armv6 --disable-armv6t2 --disable-vfp --disable-neon --enable-pic --disable-ffplay --disable-ffserver --enable-libx264 --enable-libshine --enable-libmp3lame --enable-libfdk-aac --enable-libtwolame --enable-libopus --enable-librtmp --enable-libass --enable-fontconfig --enable-libfreetype
libavutil 52. 48.101 / 52. 48.101
libavcodec 55. 39.101 / 55. 39.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 4:02 pm
by Illico
If you are on linux, suggest to compile ffmpeg with latest needed libraries.
http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux
(PS: I'm not a linux user...)

Re: mp2 ok, mp3 no sound

PostPosted: Tue Feb 25, 2014 9:00 pm
by xenofrost
thanks for the advise, I will recompile