You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this guide, I need to use RtspMediaSource.Factory but I can't find it anywhere. Sorry if there is a convention I do not know but I see there is ExoPlayerBuilder for ExoPlayer.Builder but no RtspMediaSourceFactory anywhere.
Try accessing RtspMediaSource.Factory or RtspMediaSourceFactory. Java guide code:
// Create an RTSP media source pointing to an RTSP uri.MediaSourcemediaSource =
newRtspMediaSource.Factory().createMediaSource(MediaItem.fromUri(rtspUri));
// Create a player instance.ExoPlayerplayer = newExoPlayer.Builder(context).build();
// Set the media source to be played.player.setMediaSource(mediaSource);
// Prepare the player.player.prepare();
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
net8.0-android, Xamarin.AndroidX.Media3.ExoPlayer.Rtsp 1.4.1
Description
Following this guide, I need to use RtspMediaSource.Factory but I can't find it anywhere. Sorry if there is a convention I do not know but I see there is
ExoPlayerBuilder
forExoPlayer.Builder
but noRtspMediaSourceFactory
anywhere.Steps to Reproduce
Xamarin.AndroidX.Media3.ExoPlayer.Rtsp
Nuget package.RtspMediaSource.Factory
orRtspMediaSourceFactory
. Java guide code:Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: