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.
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.