am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into froyo
Merge commit 'd3d445b1dca98728a37b5163e018ba890fd9cc50' into froyo-plus-aosp * commit 'd3d445b1dca98728a37b5163e018ba890fd9cc50': Use PV_PLAYER to handle RTSP streaming
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