How to modify the example "openRTSP" of Live555 to display a RTSP stream in a iOS App ?
Asked
Active
Viewed 3,259 times
2 Answers
0
You can look at dropcam https://github.com Personally I find it harder to use than some other frameworks including the ones we use, but the dropcam example should give yo what you need.

Michelle Cannon
- 1,341
- 8
- 8
-
if your just trying to come up to speed with rtsp on the iphone and live 555 is not a requirement you can also look at http://www.streammore.tv – Michelle Cannon Jan 20 '13 at 15:33
0
You can use MobileVLCKit
which use live555 internally.
You can find more information here: https://stackoverflow.com/a/48340854/2003734

Rémy Virin
- 3,379
- 23
- 42
-
-
Well, when I was looking for a solution, I found your question unanswered. It's not only for you, it can also help someone else :) – Rémy Virin Jan 21 '18 at 10:55