Restart rtsp stream via ffmpeg on iOS

I have an iOS application that displays the rtsp stream from an IP camera on the local network, I would like to reboot it to an external server in real time (depending on Wowza) the server will take care of converting rtsp to HLS so that users can watch the live broadcast on their devices.

On a computer, it will be quite simple:

ffmpeg [input-options] -i [input-file] [output-options] [output-stream-URI]

But I need to do this programmatically on iOS, and I'm not sure if this is possible. Is anyone

+6
source share
1 answer

(, Wowza), FFMPEG. ( script, ffmpeg).

0

Source: https://habr.com/ru/post/1015823/


All Articles