Media3 ExoPlayer MediaCodecVideoRenderer Error
I have implemented a program to play an RTSP client using Media3’s ExoPlayer.
How can I include specific cookies in a media request with media3 Exoplayer?
What I’m trying to do now is to make media requests with specific cookies. Here’s the current situation: Since background playback must be possible, I referred to the documentation and retrieved the MediaController as follows. (Here, PlaybackService
is an object that inherits from MediaSessionService
.)