Search code examples
iosh.264rtspwowzalive555

how to streaming h.264 video send to WOWZA using rtsp with live555


I am new for capturing video, encoding in h.264, WOWZA server.

I have checked so many solutions on stack-overflow and google but not get perfect that I can use.

Basic functionality:

  • continue capturing from iPhone (Video should be in h.264 encoded)
  • using live555 library, generate RTSP url
  • send that same video to WOWZA server for live-broadcast video

Note: Video should be continuously play on server from iphone device without major delay.

My Question:

  • How to capture video which is encoded in h.264 format?
  • How to integrate live555 library to VideoCapture class for generate RTSP URL?
  • How to send that video to WOWZA using RTSP protocol?

For capturing video on ios am using AV Framework.

Please correct me if my way of think is wrong.

Thanks, Punita


Solution

  • I have successfully compile both MobileVLCKit and Live555 library in same project. Solution:

    1. I have re-compile both library with same Architecture (armv7 & armv7s) and generate DynamicFramework.
    2. And Then used into same xcode project.