mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Update README.md
This commit is contained in:
parent
318ab7e29e
commit
965bc5d34f
@ -139,7 +139,8 @@ Windows | 已经完成移植
|
||||
//在这里解码AAC并播放
|
||||
});
|
||||
//支持rtmp、rtsp
|
||||
player->play("rtsp://192.168.0.122/","admin","123456",PlayerBase::RTP_TCP);
|
||||
(*player)[RtspPlayer::kRtpType] = PlayerBase::RTP_TCP;
|
||||
player->play("rtsp://admin:jzan123456@192.168.0.122/");
|
||||
EventPoller::Instance().runLoop();
|
||||
```
|
||||
- 作为代理服务器:
|
||||
|
Loading…
Reference in New Issue
Block a user