修复编译问题

This commit is contained in:
xiongziliang
2019-03-27 18:58:43 +08:00
parent e44c2d5508
commit 5e7260c723
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ int main(int argc, char *argv[]) {
player->setOnShutdown([&](const SockException &ex) {
--alivePlayerCnt;
});
(*player)[RtspPlayer::kRtpType] = atoi(argv[4]);
(*player)[kRtpType] = atoi(argv[4]);
player->play(argv[3]);
playerList.push_back(player);
return playerCnt--;