I am creating a project for iPhone / iPad to see ipcams broadcast live. I am currently using VideoStreamSDK, but it has some limitations. I was thinking of using / embedding VLCKit inside my application in a stream, but I read that this is not a good choice. So my question is: how can I visualize ipcam live mjpeg video? Do I need to use Apple Live Streaming on https://developer.apple.com/streaming/?Can, do I use MPMoviePlayerController? thanks in advance
source
share