在iphone应用中不播放RTSP直播

时间:2012-01-13 04:50:46

标签: iphone ios4 rtsp live-streaming rtsp-client

我使用过流式HTTP直播。现在我想试试RTSP直播。

但是没有获得太多的教程或任何示例代码来开始。

还获得了Github link of projec dropCam,但它没有被运行,因此我可以看到如何流式传输RTSP。

同时浏览Stackoverflow questions1questions2,但仍然空白。

直到现在我已经尝试了,

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];

但不玩。

任何包含示例代码或详细信息的精彩教程都会有所帮助。

1 个答案:

答案 0 :(得分:0)

也许Iphone不支持rtsp流媒体协议 您应该使用第三方库(如FFmpeg)来尝试 FFmpeg库有一些功能可以帮助你播放rtsp流。

我将发布有用的网址,指明如何使用FFmpeg播放mms流媒体协议。

this