I have worked with streaming HTTP live streaming. Now I want to try with RTSP live streaming.
But not getting much tutorials or any sample code to get started.
Also got Github link of projec dropCam but it is not being run so that I can see how to stream RTSP.
Also go through Stackoverflow questions1 , questions2 but still blank.
Till Now I have try,
NSURL *url = [NSURL URLWithString:@"rtsp://video3.americafree.tv/AFTVComedyH2641000.sdp"];
//NSURL *url = [NSURL URLWithString:@"rtsp://10.2.216.228:554/2G/LIVE/STARPLUS_QCIF.sdp"];
mpVC = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
[self.view addSubview:mpVC.view];
But Not Playing.
Any nice tutorial with sample code or elaborated information will be helpful.