mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
Update README.md
This commit is contained in:
@@ -124,7 +124,7 @@ Android | [;
|
||||
//支持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();
|
||||
```
|
||||
- 作为代理服务器:
|
||||
|
||||
Reference in New Issue
Block a user