[Libav-user] Noise on mms-stream playing
Alexey Belkevich
belkevich at mlsdev.com
Tue Feb 5 16:39:27 CET 2013
Hello everybody!
I'm building an iOS app. And found that when I'm updated ffmpeg, there are noise occurs on mms-stream playing.
For ffmpeg building, I'm using this scrip: (from - http://www.tangentsoftworks.com/blog/2012/11/12/how-to-prepare-your-mac-for-ios-development-with-ffmpeg-libraries/)
/configure \ --prefix=i386 \ --disable-ffmpeg \ --disable-ffplay \ --disable-ffprobe \ --disable-ffserver \ --enable-avresample \ --enable-cross-compile \ --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk" \ --target-os=darwin \ --cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc" \ --extra-cflags="-arch i386" \ --extra-ldflags="-arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk" \ --arch=i386 \ --cpu=i386 \ --enable-pic \ --disable-asm \
make clean && make && make install
But if I'm build regular ffmpeg (./configure && make clean && make && make insall). And trying to play the same with ffplay-tool, everything works fine.
Any ideas?
--
Alexey Belkevich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130205/84bfe309/attachment.html>
More information about the Libav-user
mailing list