mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 06:42:22 +08:00
修复编译问题
This commit is contained in:
@@ -90,7 +90,7 @@ int main(int argc, char *argv[]) {
|
||||
player->setOnShutdown([](const SockException &ex) {
|
||||
ErrorL << "OnShutdown:" << ex.what();
|
||||
});
|
||||
(*player)[RtspPlayer::kRtpType] = atoi(argv[2]);
|
||||
(*player)[kRtpType] = atoi(argv[2]);
|
||||
player->play(argv[1]);
|
||||
|
||||
SDLDisplayerHelper::Instance().runLoop();
|
||||
|
||||
Reference in New Issue
Block a user