Merge "Use PV_PLAYER to handle RTSP streaming" into froyo
This commit is contained in:
@@ -747,6 +747,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