Questions tagged [plugin.mediamanager.forms]

9 questions
1
vote
0 answers

Xamarin Media Manager LockScreen Player Display Image

I am using Xamarin MediaManager plugin to play videos. When playing a video and assigning a valid image to the MediaItem, the image is not shown on iOS notification player. Ideally what i want is below Expected behavior image What i have tried is …
1
vote
1 answer

Xamarin Forms: Plugin.MediaManager & Plugin.MediaManager.Forms don't display the video in XAML VideoView

I want to substitute XCT:MediaElement with Plugin.MediaManger & Plugin.MediaManager.Forms for my videos to play cross-platform. Documentation I've read this like 5 times and it still doesn't make any sense. I'm putting my video into Assets in…
0
votes
0 answers

Xamarin forms Plugin.MediaManager Android : Video is not visible but audio is playing

I am using Xamarin MediaManager plugin to play videos. Since there is no fullscreen option available in Android. I have created two screens A and B. When I play video in screen A and when user clicks on maximizing the same video I am trying to play…
0
votes
2 answers

Xamarin Forms: How to show an audio player on all pages of the app?

I have a page for playing songs in my project. When I go back to the previous page after playing a song (without pausing it), it will continue to play in the background, and users can pause it at any time from the notification bar. I am using…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
0
votes
0 answers

Volume control for Xamarin iOS using XamarinMediaManager nuget

When playing audio using XamarinMediaManager nuget on xamarin ios, the audio is very soft even though the volume is set to maximum. This nuget package works perfectly fine for android. I have a global variable for the player set on page load: …
0
votes
1 answer

Xamarin CrossMediaManager cannot queue from PlayfromResources

I am trying to Queue all MP3 files in Embedded resources using CrossMediaManager PlayFromAssembly(string, assembly); Play from assembly only supports string name of single file theres no way of adding multiple files from embedded…
0
votes
1 answer

Xamarin.Forms and XamarinMediaManager: how to manage errors cases?

I use the XamarinMediaManager in a Xamarin.Forms project, to play audio from a web radio. But I would like to manage error cases, like when the URL is no longer available, or if there is not internet access for example. I launch the audio stream…
0
votes
2 answers

Plugin.MediaManager.Forms is not working in xamarin uwp

Reference I am using Plugin.MediaManager.Forms for playing audio. It is working fine in android and ios. But in windows, the app is breaking with System.NotImplementedException.. Version Details: Plugin.MediaManager.Forms: 1.0.7 Xamarin Forms:…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
0
votes
1 answer

Xamarin Forms: How to change the background color when playing audio in Plugin.MediaManager.Forms?

I am using Plugin.MediaManager.Forms for playing a list of audios. I am also showing the same list of items (text data) in a listview. When playing audio I need to change the background color of the item. My Code: List songsUrlList = new…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105