0

How to decode and encode the h264 live streaming data in ios using ffmpeg with a example?

2 Answers2

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
-1

Go through This link. Here he get iphone the camera feed and encode it into h264 format and send it to server.

http://www.wenda.io/questions/723366/can-ffmpeg-library-send-the-live-h264-ios-camera-stream-to-wowza-using-rtsp.html

omi
  • 1