From d327a244b977325098ce8ed66a09e782cf51f5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Mon, 5 Jun 2017 17:55:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9abede28..8e79d9c4 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Android | [![Build Status](https://travis-ci.org/xiongziliang/ZLMediaKit_build_f //在这里解码AAC并播放 }); //支持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(); ``` - 作为代理服务器: