IPhone - Does the iPhone support RTSP?

I am trying to implement streaming video on an iPhone with RTSP protocol.

On Mac, QuickTime RTSP support and I tested streaming video with this.

This means that the iPhone can support RTSP, I think.

But I could not implement on the iPhone with MPMoviePlayerController.

Who knows about this. To consider!

+3
source share
1 answer

A quick google search showed dropcam https://github.com/dropcam/dropcam_for_iphone for the iphone where the RTSP client was installed. I would advise you to study this project more carefully.

+1
source

All Articles