Android Question ExoPlayer does not work with RTSP

Semendey

Member
Good day
I'm trying to run an example from the ExoPlayer library

I've changed the code a bit:
sources.Add(player1.CreateRtspSource("rtsp://1701954d6d07.entrypoint.cloud.wowza.com:1935/app-m75436g0/27122ffc_stream2"))

But when I run it I get an error:
Error: java.io.IOException: java.lang.IllegalArgumentException: missing attribute fmtp

I'm a newbie and therefore I can't understand what exactly the matter is,
I hope for any help or a really working example of playing an rtsp stream.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
ExoPlayer expects this attribute and it is missing from the stream header. This is all that I can say about this.
 
Upvote 0
Top