Skip to content

Instantly share code, notes, and snippets.

@VladSumtsov
Forked from oc2pcoj/Good IOS RTSP Player.md
Created January 4, 2016 15:28
Show Gist options
  • Select an option

  • Save VladSumtsov/b2de1c884da4606a4abb to your computer and use it in GitHub Desktop.

Select an option

Save VladSumtsov/b2de1c884da4606a4abb to your computer and use it in GitHub Desktop.
iOS RTSP player for IP video cameras

I have tried a lot of solutions for IP-camera streams.

Old solutions

  1. Vitamio.https://github.com/yixia/Vitamio-iOS Result: random crashes and not working cameras

  2. https://github.com/kolyvan/kxmovie Result: compile time error. I haven't successfully integrated it to my project.

  3. GStreamer. https://github.com/sdroege/gst-player Result: I successfully integrated it, but reached bug: https://bugzilla.gnome.org/show_bug.cgi?id=756073

  4. DFURTSPPlayer. https://github.com/durfu/DFURTSPPlayer Result: I used this solutions few months. But this project haven't scripts for building new ffmpeg libs and sometimes it player crashes in random momenet after stop playing.

Current well working solution

ijkplayer - https://github.com/Bilibili/ijkplayer It is ffmpeg based fresh player by Bilibili company.

How to integrate special for IP-cameras

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment