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

Commit 42d66573 authored by James Dong's avatar James Dong
Browse files

Use PV_PLAYER to handle RTSP streaming

bug - 2594865

Change-Id: Ice5b89b1d53bbc4da033892fe545bdf51ac7267f
parent b2212464
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();
}