unosquare / ffmediaelement

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

How to play videos in chunks #550

Closed designed-re closed 3 years ago

designed-re commented 3 years ago

Play video in chunks

I want to use MediaInputStream to dynamically load bytes of video and play it. What should I do?

Issue Categories

Version Information

Steps to Reproduce

Expected Results

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.

mariodivece commented 3 years ago

Please refer to issue #434 and related. You need to implement a custom stream. Hint: totally possible and not that hard. Hope it helps!