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

风流意气都作罢 提交于 2019-12-24 06:45:38

问题


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


回答1:


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.


来源:https://stackoverflow.com/questions/27876004/how-to-streaming-h-264-video-send-to-wowza-using-rtsp-with-live555

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!