Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
762 stars 305 forks source link

Play audio/video directly from stream #833

Closed Haarmees closed 2 years ago

Haarmees commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

This PR introduces a new function to play audio and/or video directly from a Stream object, without writing it to a file.

:arrow_heading_down: What is the current behavior?

Currently when you want to play media from a stream, it will first be written to a (temporary) file.

:new: What is the new behavior (if this is a feature change)?

With this new behavior the library supports playing media directly from a stream.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Two entries are added to the sample app, which load embedded resources and plays them directly.

:memo: Links to relevant issues/docs

834

:thinking: Checklist before submitting