I am new in capturing video(AVFoundation
) and WOWZA server.
I have checked many solutions but didn't find any tutorials or libraries on "How to work with WOWZA server using RTSP". I found one project VideoCore on GitHub but it works only on RTMP. They have suggested answer on the RTSP problem, USE live555 protocol. But i hardly understand c++ code.
My Question:
- How do i get video stream from AVFoundation? Right now i am getting file not stream data using
AVCaptureFileOutputRecordingDelegate
:
captureOutput(_: didFinishRecordingToOutputFileAtURL:, fromConnections: error:)
But i need stream output data so i can send to WOWZA server.
- How to convert video to encoded h.264 stream?
- How to integrate live555 library to VideoCapture class for generate RTSP URL?
- How to send that video to WOWZA using RTSP protocol?
Please, Suggest me with any library or sample code in your answer.
0 comments:
Post a Comment