0
votes
0answers
14 views

Build libaacplus 2.0.2 for ios

Does anyone build libaacplus2.0.2(Download here) successed for iOS? I want ffmpeg support that.It cast me one day to build that, but failed. This is libaacplus2.0.2/autogen.sh, It was edited, just ...
0
votes
2answers
36 views

FFMPEG Complied Libraries And iOS

I have copied compiled FFMPEG libraries from a test app into my xcode-project but inspite of adding them into my project i am unable to use them, #include <libavcodec/avcodec.h> givers error ...
0
votes
1answer
71 views

IP-Cam / CCTV-Cam Live Streaming on iPhone/iPad

I want to get stream of an ip-cam on my iPhone/iPad and want to display it on screen. By R&D i found that ffmpeg is the only way to achieve it but i found nothing on ffmpeg. Is there any other way ...
-1
votes
0answers
50 views

How to build ffmpeg and x264 for iOS 6.0?

Here's my configuration: ./configure --enable-libx264 --enable-gpl --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --disable-doc --disable-ffmpeg --disable-ffplay ...
-4
votes
0answers
53 views

looking for Wowza RTMP client on iOS [closed]

i will need to developed a chat application based on wowza server and im looking for RTMP client open source for iOS or maybe some other open source that use FFMPEG open source thanks in advanced Asaf ...
0
votes
0answers
66 views

iOS - Build/configure FFmpeg failing, “unable to create an executable file”?

I'm attempting to build FFmpeg for iOS. I've tried following several tutorials on doing this (for example, tutorial 1, tutorial 2), all of which result in the same problem: ...
0
votes
0answers
31 views

how To configure ffmpeg for the iPhone 4s and iphone5

i want to configure ffmpeg,i have read https://github.com/yuvi/gas-preprocessor ,but this link only configure ffmpeg for the iPhone 3gs and iPod touch 3g using armv7 and iPhoneOS3.0.sdk, i want to ...
0
votes
1answer
145 views

Compile ffmpeg with librtmp

When compiling ffmpeg for OSX, I can simply use the: ./configure --enable-librtmp --enable-gpl command and get a build that can I/O with an rtmp stream. If I attempt to compile for iOS using: ...
0
votes
0answers
109 views

ffmpeg configure for ios - using asm options causes MPx (mp1, mp2, mp3) codecs sound problems

I've made many tests to get good performance for video decoding with ffmpeg on low cpu idevices such as iPad 1 and iPhone 3Gs, and see that using asm option when configuring ffmpeg for cross compiling ...
1
vote
0answers
134 views

AAC ffmpeg encoding iOS [closed]

So I have spent most of the day writing an FFMPEG client for iOS, and I ran into a problem when trying to convert my hardware encoded h.264/aac mov file to h.264/aac flv. I borrowed the muxing.c ...
0
votes
0answers
42 views

How to reduce the frame-rate programmatically with FFMPEG

I'm looking for a way, or the best way, to get a high-frame-rate movie in a stream (http or rtsp) to run smooth on my (in my case) iPhone app. The normal frame-rate movies run smooth (approx. 30fps), ...
0
votes
0answers
119 views

iOS FFMPEG encode images to video

I am trying to take a set of UIImages and create a video file out of them with FFMPEG. Seems there are lots of questions about this topic but non have been able to get this working correctly for me. ...
1
vote
0answers
105 views

Trying to compile the FFMPEG libraries for iPhoneOS platform with armv6 and arv7 architecture

I'm trying to compile the FFMPEG Libraries for IOS platform with arm7 architecture. I downloaded the FFMPEG libraries from http://www.ffmpeg.org. I'm successfully able to build the static libraries ...
0
votes
0answers
142 views

IOS streaming video from iPhone to server - ffmpeg

I have successfully written code that captures 6 second long mp4 video segments on an iPhone 4S and uploads them to a server without losing any frames between segments. This works well however I am ...
0
votes
1answer
206 views

unable to compile ffmpeg for iOS

I'm trying to compile FFmpeg for iOS (for iPhone5, in order to do some RSTP streaming stuff) following the tutorial here but I get stuck with this error : ...
2
votes
1answer
409 views

ios http live black screen

In my ios app I am trying to play videos using http live streaming. The playing goes well until I decide to use the scrubber and skip to some point that hasn't buffered yet. From that moment the audio ...
0
votes
0answers
45 views

Audioqueue try to read ADPCM sound

I try to read a .asf stream with FFMPEG and the audio part is ADPCM IMA WAV codec. The sound i hear when i hear something is only noise. I suppose my AudioStreamBasicDescription are wrong. How can i ...
-1
votes
1answer
130 views

ios compile ffmpeg without ac3 support

I'm making a video player for iOS Devices. I use a ffmpeg libraries to play the video files. I see the problems that have other video players in the App Store with the AC3 sound support. I want that ...
3
votes
1answer
293 views

How to convert an FFMPEG AVFrame in YUVJ420P to AVFoundation cVPixelBufferRef?

I have an FFMPEG AVFrame in YUVJ420P and I want to convert it to a CVPixelBufferRef with CVPixelBufferCreateWithBytes. The reason I want to do this is to use AVFoundation to show/encode the frames. I ...
0
votes
0answers
137 views

FFmpeg: audio synchronization with audioqueue

I have a video player in my aplication. I have no problem with avi files and mp3 audio, but when I play mpg or wmv, and I have to use avcodec_decode_audio3. The first seconds plays and then when the ...
0
votes
3answers
218 views

SPS values for H 264 stream in iPhone

Can someone point me to documentation that will help me get correct SPS and PPS values for iPhone.
0
votes
0answers
81 views

Commercial avi decoder for iOS [closed]

Can you recommend any commercial 3-party library for decoding AVI files in iOS App? There are many apps in the AppStore that can to do that. I don't want to use ffmpeg because of the legal issues.
1
vote
1answer
463 views

iOS, FFmpeg render video with UIimage vs OpenGL

I have an IP camera that streams h264 video over RTSP. On iOS I use FFmpeg to capture the RTSP stream and decode the frames then render with an UIimage and UIimageview. I have seen examples of of ...
0
votes
2answers
270 views

How to pass command line arguments to FFMpeg in iOS

This is a beginner question, since I am new to iOS(I started it today), so please pardon my ignorance and lack of iOS knowledge. After building and successfully using FFMpeg for Android I wanted to ...
0
votes
1answer
160 views

IframeExtractor don't output sound with rtsp

I use IframeExtractor from the git mooncatventure, it play nice the .mov file. But when i try to read a rtsp stream, i hear no sound. This is the FFMEG dump from the rtsp stream: Metadata: title ...
1
vote
0answers
247 views

Auto detect rotation and rotate video accordingly with mencoder, handbrake cli or ffmpeg

I have found questions on rotating videos with mencoder and ffmpeg however I am after a fully automated solution. Can anybody help with this. I want to Detect the video orientation Rotate if ...
1
vote
1answer
2k views

RTSP stream in iOS

I'm new to Objective-C. How to read an RTSP stream in an iOS app? Apparently libraries live555 and ffmpeg are able, but I find no such simple and functional. Are there other solutions ?
0
votes
0answers
95 views

Does Audio queue support 12.8kbps LPCM data playback?

I use ffmpeg to decode a local 3gp file just for audio in IOS Simulator environments. The audio format information of this file is as follows: aCodec name: AMR-NB (Adaptive Multi-Rate NarrowBand) ...
0
votes
1answer
319 views

Compiling ffmpeg for IOS (R_ABS reloc error)

I've been trying to compile the ffmpeg libraries for IOS. I can get it to work if I use --disable-asm, but for performance I'd like to build with them enabled. This is one of many configure commands ...
1
vote
0answers
361 views

ffmpeg convert wma to mp3 in iOS

I want to convert a WMA file to MP3 in iOS. And I have successfully parse the WMA stream to AVFrame through learning the sample code here: http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html ...
1
vote
1answer
416 views

how to use librtmp in ffmpeg?

I have found a lib that can stream rtmp protocal using ffmpeg,and then I compiled ffmpeg with --enable-librtmp. But what will be next step? I can't find any example for using this feature?
0
votes
1answer
893 views

How build ffmpeg optimized for iOS, using hardware decoding probably?

I make a FFMPEG-based player for ios. It works fine on simulator, but on real-device (iPhone 4) the frame rate is low and make my audio and video out of sync. the player works fine on iPhone 4s, so I ...
1
vote
3answers
300 views

How to utilize hardware decode for audio?

I have a buffer that contain packets read by ffmpeg from a video file encoded using H264/AAC According to Apple document, audio stream encoded in AAC can be decode with hardware support, how to ...
4
votes
3answers
2k views

What are open source ffmpeg players for iOS/Android?

I have been searching for open source ffmpeg player, and I found somes. But I think there is a lot more out there. If you know one, please drop a line in the comment or answer. I'm working on iOS but ...
7
votes
1answer
327 views

FFMpeg Out of sync audio/video in iOS application

The app saves the camera output into a mov. file, then turn it to flv format that sent by AVPacket to rtmp server. It switch every time between two files, one is written by the camera output and the ...
0
votes
1answer
165 views

About FFMPEG Install and Used

My client need me to dev a ios video player and suppor flv,avi format video . i search some info on google and know about "FFMPEG". i know what is it and know i can use it to dev the video player . ...
3
votes
0answers
883 views

Encoding raw YUV420P to h264 with AVCodec on iOS

I am trying to encode a single YUV420P image gathered from a CMSampleBuffer to an AVPacket so that I can send h264 video over the network with RTMP. The posted code example seems to work as ...
0
votes
1answer
151 views

duplicate symbol _ff_inverse in MediaLibiOS+FFmpeg-09/libavcodec.a(inverse.o) and MediaLibiOS+FFmpeg-09/libavutil.a(inverse.o)

If I create a new project in xcode and add MediaLibiOS to the project it builds without any errors, but if I add it to my existing project there is an error of duplicate symbols in MediaLib iOS. Error ...
1
vote
0answers
32 views

x264 [error]: main profile doesn't support 4:4:4 [duplicate]

Possible Duplicate: Playing videos using HTML5 Tag I have an open question here, Playing videos using HTML5 Tag. I am getting the above mentioned error when I try the following: ffmpeg -y ...
1
vote
2answers
317 views

What can be the substitute for SDL to direct ffmpeg decoded videos to screen in IOS?

I making a iOS video player using ffmpeg, the flow likes this: Video File---> [FFMPEG Decoder] --> decoded frames --> [a media director] --> /iphone screen (full and partial)/ A media director will ...
0
votes
1answer
795 views

How to play a video inside a UIView with ffmpeg/sdl

I'm trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find ...
0
votes
1answer
314 views

is it possible to play h264-mpegts format in ios?

Server transcodes the video to the h264/aac, and send video data to client simultaneously. To play and save the video data at the same time, I use mpegts as the container format, but the problem is ...
0
votes
3answers
638 views

Something wrong with my m3u8 bandwidth value

I use ffmpeg to encode my sample videos following the recommanded bitrates in Technical Note TN2224, then use HLS tools to segment it and create playlists, finally create the variant plist file ...
0
votes
1answer
391 views

how to play H264 mpegts in iphone

My server encode video files (h264/acc, mpegts based format) by ffmpeg, and send to a client in a iPhonse. The default mediaplayer of ios sdk can not play those videos. How to play H264/mpegts in Ios? ...
1
vote
2answers
289 views

Compiling ffmpeg for iOS 5.1

I followed jold's steps from here: problem compiling ffmpeg for iFrameExtractor When i try jold's solution i get the following error for armv6 and armv7. i386 works perfect. lipo: can't open ...
0
votes
1answer
561 views

MP4 Videos on website embed with html5 does not play on iOS

So I have a couple of videos on my website that I shot using the iPhone 4 and then converted to mp4, webm and ogg, so that I can use them with html5. Thing is, the video does not play at all on the 4 ...
0
votes
0answers
484 views

Problems compiling ffmpeg for iOS

I seen a few posts similar to this one but the problem I'm having is slightly different, I downloaded the ffmpeg source and ran configure like below: ./configure --disable-doc --disable-ffmpeg ...
0
votes
1answer
322 views

when audioqueue play lpcm decoded from ffmpeg, the elapsed time of audio queue exceeds the duraion of the media

When play the lpcm data decoded from ffmpeg with audioqueue, the elapsed time got by AudioQueueGetCurrentTime exceeds the duration of media. But when decode the same media with AVFoundation framework, ...
1
vote
1answer
325 views

cvCreateFileCapture always returns “NULL”

I am making an iphone-app with Xcode 4.3.3 and OpenCV 2.4 I used that "cvCreateFileCapture("simtom.mp4")" to get frame from '.mp4' file but unfortunately, cvCreateFileCapture() always returns "NULL". ...
1
vote
1answer
457 views

ffmpeg with AudioUnit

What I have My aim is to parse some media file using ffmpeg and provide video and audio playback. Which I do successfully using the OpenGL for video and AudioQueue for audio. What I need to do I ...

1 2 3