简体   繁体   中英

How to create RTSP player in iPhone

Is it possible to view video stream (H.264 live feed) over RTP/RTSP in native iPhone ? If not,is it possible to write an application and then I have rtsp url how to get streaming video in iPhone.

"rtsp://192.168.2.148:1935/live/test.stream"

I got code Streaming Video in Android using above url, but now I tried iPhone I don't know which frameworks are used and how to get Video Streaming please give me any Idea

I have the same issue,and I found an excellent ffmpeg player for iOS, IJKPlayer . You can change the build script in config/module.sh to support RTSP. If you want to play rtsp real time stream.I have already fock another version IJKPlayer to support that.

Yeah Sure. You can do RTSP stream in iPhone but with the help of some libraries. You can use the DFURTSPPlayer for that purpose

https://github.com/durfu/DFURTSPPlayer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM