我与将吉大港山区纳入主流的工作进行了合作。 现在,我想与RTSP一起努力,生活流。
But not getting much tutorials or any sample code to get started.
还见。 Githublink of projecpageCam, but it is not being conducted so that I can see how to stream RTSP.
还通过Stackoverflow questions1,questions2 。 但仍然空白。
Till Now 我已经尝试,
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];
但不是玩弄。
任何有样本代码或详细资料的理论都是有益的。