Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3d445b1 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Use PV_PLAYER to handle RTSP streaming" into froyo

parents 22b3644a 42d66573
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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();
}