novoda/no-player

Can your player play video for RTSP?

TYUpya opened this issue · 3 comments

Can your player play video for RTSP?
My video is the type of live stream (RTSP).

Hi @TYUpya, as far as I'm aware RTSP is not guaranteed to be supported.

ExoPlayer doesn't provide a RTSP renderer yet so that's a no go but media player may be able to play your stream if the video encoding is also supported

You can force media player with

Player player = new PlayerBuilder()
        .withPriority(PlayerType.MEDIA_PLAYER)
        .build(this);

We currently don't have the RTSP format in the PlayerCapability but will look into adding it (so that the player selection can be automatic in the future)

All right. I am try.

Assuming that this has been addressed given that we have had no other feedback.