Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF MediaElement doesn't play video from HTTPS source #1

Closed
Tyrrrz opened this issue Nov 30, 2016 · 4 comments
Closed

WPF MediaElement doesn't play video from HTTPS source #1

Tyrrrz opened this issue Nov 30, 2016 · 4 comments

Comments

@Tyrrrz
Copy link
Owner

Tyrrrz commented Nov 30, 2016

... because it sucks.
Apparently it's a known issue and cannot be resolved with the native MediaElement control, because it doesn't support streaming sources over HTTPS and there's no way to set source from a stream.
One option would be to download video before playing, but it's a terrible approach for obvious reasons.
Another (better) option would be to use a different control, for which I'd like to hear suggestions.

@Tyrrrz
Copy link
Owner Author

Tyrrrz commented Jan 23, 2017

Screw it

@Tyrrrz Tyrrrz closed this as completed Jan 23, 2017
@Tyrrrz Tyrrrz changed the title [Demo] WPF MediaElement doesn't play video from HTTPS source WPF MediaElement doesn't play video from HTTPS source Jan 24, 2019
@shiregator
Copy link

I'm running into the same problem. If you found a good solution I'd be interested in learning it. Thanks!

@Tyrrrz
Copy link
Owner Author

Tyrrrz commented Aug 10, 2019

I've used https://github.com/unosquare/ffmediaelement for a while but then just decided to remove this altogether.

@shiregator
Copy link

I just found a way to do it using Universal Windows Platform (UWP). This implementation successfully plays video from an https source.
https://github.com/kiewic/MediaElementWithHttpClient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants