mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-20 08:47:50 +08:00
Update README.md
This commit is contained in:
parent
c448c15d02
commit
d327a244b9
@ -124,7 +124,7 @@ Android | [;
|
});
|
||||||
//支持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();
|
||||||
```
|
```
|
||||||
- 作为代理服务器:
|
- 作为代理服务器:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user