unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

Question: Playback from memory stream #516

Closed george-vlahakis closed 3 years ago

george-vlahakis commented 4 years ago

Is there a way to play videos from a memory stream? We have very large videos that we would like to load into memory to avoid disk reads in favor of performance.

Issue Categories

Version Information

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

CodingOctocat commented 2 years ago

I also need this feature, I also tried Vlc.DotNet.Wpf (VlcMediaPlayer) and it didn't load successfully either, I'm not very good with that stuff.