Update README.md

This commit is contained in:
夏楚 2017-06-05 17:55:32 +08:00 committed by GitHub
parent c448c15d02
commit d327a244b9

View File

@ -124,7 +124,7 @@ Android | [![Build Status](https://travis-ci.org/xiongziliang/ZLMediaKit_build_f
//在这里解码AAC并播放 //在这里解码AAC并播放
}); });
//支持rtmp、rtsp //支持rtmp、rtsp
player->play("rtsp://192.168.0.122/","admin","123456",(PlayerBase::eRtpType)atoi(argv[4])); player->play("rtsp://192.168.0.122/","admin","123456",PlayerBase::RTP_TCP);
EventPoller::Instance().runLoop(); EventPoller::Instance().runLoop();
``` ```
- 作为代理服务器: - 作为代理服务器: