Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Video No display in .net app C# wpf webbroser just audio playing. #248

Open
YounesseSoft opened this issue Apr 11, 2019 · 6 comments
Open

Comments

@YounesseSoft
Copy link

YounesseSoft commented Apr 11, 2019

hello evry one , i trying play video from my app c# .net include webbrowser IE 11 , the video display fine in IE windows machine but in my app c# .net video wite not showing just audio output plzzz help me any developper .net who can help me in.

https://i.ibb.co/ryf8gBw/Capture.png

@YounesseSoft
Copy link
Author

YounesseSoft commented Apr 11, 2019

this is my code in webbrowser

`

<title>Easy Player</title>
<script src="/dist/hasplayer.js"></script> <script> (function(){ var stream = { protocol: "HLS", url: "http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", }; var mediaPlayer = new MediaPlayer(); mediaPlayer.init(document.querySelector("#videoPlayer")); mediaPlayer.load(stream); })(); </script> `

@YounesseSoft
Copy link
Author

how to disable this security capture or recording?????

@YounesseSoft
Copy link
Author

I share my project , that will be help me anyone link download

http://164.132.148.206/SemplePlayer.zip

@YounesseSoft
Copy link
Author

i see on version 1.9.0 worke fine but I do not want this version I want it to be in version 1.15.0 which is the part of code for that in the file js hasplayer.js ???? plzz help me

@bbert
Copy link

bbert commented Apr 23, 2019

Have you tried with dash.js project?
I guess this issue is related to the application configuration (c# .net including webbrowser IE11) that may be incompatible with any MSE/EME player.

@YounesseSoft
Copy link
Author

no i solve this problem ,by default .net use ie 11 for windows 10 .

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

No branches or pull requests

2 participants