Merge commit '6852b198fbedd9378ed79ca6528a4d6f33b0b677' into kraken * commit '6852b198fbedd9378ed79ca6528a4d6f33b0b677': Use PV_PLAYER to handle RTSP streaming
This commit is contained in:
@@ -743,6 +743,11 @@ player_type getPlayerType(const char* url)
|
||||
}
|
||||
}
|
||||
|
||||
// Use PV_PLAYER for rtsp for now
|
||||
if (!strncasecmp(url, "rtsp://", 7)) {
|
||||
return PV_PLAYER;
|
||||
}
|
||||
|
||||
return getDefaultPlayerType();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user