How to decode and encode the h264 live streaming data in ios using ffmpeg with a example?
Asked
Active
Viewed 2,876 times
2 Answers
1
This is quoted from the link below:
How to use FFmpeg in iOS. To use FFmpeg in your xCode project you must follow below steps:
1- Build FFmpeg library for iOS
2- Integrate library & headers in your project
3- Write Decoder class for RTSP URL
4- Display decoded frames on iOS device
Q/A Building ffmpeg iOS libraries for armv7, armv7s, arm64, i386 and universal
Also check this RTSP/RTMP Video Streaming Client iOS

Community
- 1
- 1

Khaled Annajar
- 15,542
- 5
- 34
- 45
-
http://ffmpegwithios.blogspot.com/2014/03/real-time-streaming-in-ios-using-ffmpeg.html link died – Nhat Dinh Oct 23 '16 at 09:00
-
Thanks. I tried to find an alternative but with no success so I removed it. – Khaled Annajar Oct 23 '16 at 09:57
-1
Go through This link. Here he get iphone the camera feed and encode it into h264 format and send it to server.

omi
- 1
-
2it is a bad idea to leave only link as answer, as in future, they might stop working. – mido Jan 28 '15 at 05:52
-
-
i have to decode the byte array data which is in .h264 format? – kunthsam madhuveerasatish Jan 28 '15 at 06:20