-
-
Save VladSumtsov/b2de1c884da4606a4abb to your computer and use it in GitHub Desktop.
iOS RTSP player for IP video cameras
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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