|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 5/13/2019
 Posts: 2
 
 | 
		    Hi,
 I am developing WPF app which shall play .MP4,WEBM,.OGG files in web browser.I have referencerd EO.Base, EO.WebBrowser, EO.WebBrowser.Wpf, EO.WebBrowser.Wpf
 
 I am facing two issues.
 
 1.When i use .LoadHtml(), method none of the video formats are rendering
 2.When i use .URI property, WEBM,.OGG formats are rendering but .MP4 file are not playing.
 
 Same video files are playing in Chrome browser without any issue.If required i can send you sample project that i am working.
 
 Please reply me ASAP.
 
 
 Thanks,
 Anil
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 |  | 
|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 5/13/2019
 Posts: 2
 
 | 
		    Thanks for the reply,
 With the solution provided i am able to render.mp4 using .URI property. But .LoadHtml() method is not rendering any video format.
 Any advice or suggestion will be much appreciated.
 
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 This most likely has to do with the contents of the your HTML and partial Urls. For example, if you use LoadHtml("<video src='test.mp4' />") then the browser engine will not know which server it should connect to get "test.mp4" because "test.mp4" is a partial Url and it needs be used with a "base Url" to form the full Url, were as "base Url" does not exist when you use LoadHtml.
 
 Thanks!
 | 
|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 5/21/2019
 Posts: 3
 
 | 
		    Why Mp4 requires the proprietary enabling whereas the chrome browser support its natively?
		 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Anil Kumar Dasari wrote:Why Mp4 requires the proprietary enabling whereas the chrome browser support its natively? Please read the link again.
		 | 
|  |