Irons163
1 min readMar 9, 2020

IRIPCamera — Apowerful URL/Rtsp/IPCam player/viewer for iOS

IRIPCamera

Features

  • Support Rtsp streaming.
  • Support for customize connection to your streaming device or IPCam.
  • Support demo mode.

Future

  • Support Multi viewer.
  • More powerful custom settings.

Install

Git

  • Git clone this project.

Cocoapods

  • Not support yet.

Usage

Basic

  • Goto Setting Page, then type the URL in the textfield.
  • OR, you can type demo in the textfiled, if you want use demo rtsp url.
  • Demo RTSP URL:rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
  • Press Done button, then the program will try to connect and play it.

Advanced settings

  • Make your custom network connector.
@interface IRCustomStreamConnector : IRStreamConnector
@end
  • Make your custom network request.
@interface IRCustomStreamConnectionRequest : IRStreamConnectionRequest
@end
  • Make your custome network response.
@interface IRCustomConnectionResponse : IRStreamConnectionResponse
@end
  • There are already some codes for custome network connection like IP Cam in this project.
    See how the IRCustomStreamConnector + IRCustomStreamConnectionRequest + IRStreamConnectionResponse + DeviceClass work.
  • The codes for how you connection your IP Cam are not implement(Login, Query, etc…). You need to customize it.

Screenshots

Display Setting

No responses yet