No announcements
Found 51 threads
-
0 Votes
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED - 0xC004F011
Here is how I create the MediaStreamSource: var videoDescr = new VideoStreamDescriptor(VideoEncodingProperties.CreateMpeg2());_source = new ...Answered | 2 Replies | 2991 Views | Created by Bruno Knittel - Sunday, August 3, 2014 9:02 AM | Last reply by Bruno Knittel - Monday, August 4, 2014 7:13 PM -
1 Votes
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80004005 when trying to play MPEG-DASH
I am receiving MediaFailed from the MS player framework, with the error: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80004005 This even though the ...Answered | 5 Replies | 4153 Views | Created by lokexstream - Wednesday, October 8, 2014 1:58 PM | Last reply by Paul Martel - Thursday, April 23, 2015 8:58 PM -
1 Votes
mf_media_engine_err_src_not_supported
The error: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80004005 Means the file was not found.Unanswered | 11 Replies | 6166 Views | Created by MD Apps - Monday, January 14, 2013 10:02 PM | Last reply by Stankiewicz - Monday, January 12, 2015 9:49 AM -
0 Votes
0xC00D36C4 MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED for AVI that should work
But when I try to open it myself with such methods as IMFSourceResolver::CreateObjectFromURL or MFCreateSourceReaderFromURL, I get an HRESULT 0xC00D36C4 ... -
0 Votes
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED when playing HLS (H264 + AAC) stream
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80004005 I'm using the MicrosoftDX HLS stack implementation ... -
0 Votes
MediaElement.SetSource fails with MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED
If I use the following it works fine: mediaElement.Source = new Uri("ms-appx:/Assets/" + _filename, UriKind.Absolute); Here's my code that fails with a ...Unanswered | 2 Replies | 1252 Views | Created by Stephen Strong - VTSP SQL - Wednesday, April 10, 2013 11:36 AM | Last reply by Stephen Strong - VTSP SQL - Thursday, April 11, 2013 2:52 PM -
0 Votes
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x800703E6
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x800703E6 Here is the code which I am using for playing video- var streamInfo = await ...Unanswered | 4 Replies | 827 Views | Created by Sandeep_chauhan - Tuesday, October 9, 2018 11:57 AM | Last reply by Roy Li - Tuesday, October 16, 2018 10:00 AM -
0 Votes
Media element, three pages and I get this: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED
>Ok, now the weird, if I put the video on the second page (if I create a media element there), it goes well, if I do, THE SAME, SAME CODE, in the third, it returns ...Answered | 5 Replies | 847 Views | Created by BlackCid - Thursday, March 5, 2015 4:31 PM | Last reply by BlackCid - Sunday, March 22, 2015 10:38 AM -
0 Votes
Raspberry Pi and MediaElement - MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED
unfortunately, the MediaElement object is calling the MediaFailed event handler, and the error returned is MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : ...Unanswered | 2 Replies | 1664 Views | Created by hellthorne - Thursday, July 9, 2015 4:27 AM | Last reply by linyixian - Friday, July 10, 2015 9:59 PM -
0 Votes
[UWP]MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x800401E3 trying to play Smooth + PlayReady stream
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED is a pretty self explanatory result.Unanswered | 8 Replies | 1123 Views | Created by Costin.Morariu - Friday, July 22, 2016 8:26 AM | Last reply by Costin.Morariu - Friday, July 29, 2016 11:38 AM -
0 Votes
MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED
Hi, Getting this error on trying to stream audio from a .asx playlist. I'm using a MediaElement for the same. This works without any issue in WPF, however having ...Answered | 2 Replies | 5978 Views | Created by Exploring Win8 - Thursday, December 22, 2011 11:53 AM | Last reply by Exploring Win8 - Saturday, February 4, 2012 10:32 AM -
1 Votes
[WP8.1] MediaElement mp3 streaming not working
Hi everybody, I was trying to update my app from a Windows Phone 8 to a Windows Universal app and I can't manage to get the MediaElement to work on the WP ...Answered | 1 Replies | 868 Views | Created by Nahuel Guidotti - Friday, May 1, 2015 8:45 AM | Last reply by James Dailey - MSFT - Friday, May 1, 2015 5:24 PM -
0 Votes
[W8.1]Referencing different DLLs for each platform
However if I add the 32bit Version of the DLL running the x86 configuration works just fine but x64 doesn't work (it throws an Exception with the following message: ...Answered | 2 Replies | 386 Views | Created by Stefan Fabian - Friday, June 26, 2015 4:55 PM | Last reply by Herro wong - Monday, June 29, 2015 2:41 AM -
0 Votes
Example, Purchase/Play Video Store video in metro app flow
An update, I used this code as base to test the flow: http://msdn.microsoft.com/en-us/library/windows/apps/hh871377.aspx Although I can pick the file, it doesn't ...Answered | 5 Replies | 1231 Views | Created by Colabi - Tuesday, August 6, 2013 11:52 PM | Last reply by Colabi - Friday, August 9, 2013 8:07 PM -
3 Votes
MediaElement never loads, can't play video
I'm also seeing this, even when I load the Microsoft-supplied sample video of the Lady Washington: {Windows.UI.Xaml.ExceptionRoutedEventArgs} base ...Answered | 7 Replies | 5167 Views | Created by Matthew Saunier - Tuesday, March 6, 2012 6:34 PM | Last reply by Scruff.R - Saturday, November 17, 2012 1:41 AM -
0 Votes
Playing m4a files in Windows 8 MediaElement
The MediaElement fires the MediaFailed event and gives me a "MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED" error.Answered | 4 Replies | 8690 Views | Created by JimMan - Monday, April 23, 2012 11:01 AM | Last reply by James Dailey - MSFT - Saturday, April 28, 2012 12:05 AM -
0 Votes
MediaElement does not play a stream
myUri = new Uri (string.Format("http://173.192.137.34:8042"), UriKind.RelativeOrAbsolute); var uriStreamReference = ...Answered | 1 Replies | 1434 Views | Created by Jerko Cilas - Tuesday, February 3, 2015 5:13 PM | Last reply by Eric Fleck - Tuesday, February 3, 2015 9:18 PM -
0 Votes
How to play raw h.264 video in metro environment
But while using mediaElement.SetSource(mediaStreamSource,”video/h264”), we receive the message MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED.Answered | 9 Replies | 18736 Views | Created by Josephu et moi - Monday, January 2, 2012 3:22 AM | Last reply by wd0623 - Friday, May 29, 2015 10:40 AM -
0 Votes
[UWP]How to add a custom video effect to MediaEleament
From the error message L"MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80040111", i guess the code 0x80040111 means the class could not be created.Answered | 7 Replies | 1513 Views | Created by wd0623 - Tuesday, January 26, 2016 7:23 AM | Last reply by wd0623 - Tuesday, February 2, 2016 2:18 AM -
3 Votes
Play audio in background by use BackgroundCapableMedia
In the windows8 Developer preview we can use this code to play audio in background: mediaElement.AudioCategory = AudioCategory.Media; In the windows8 ...Answered | 16 Replies | 11422 Views | Created by troyou - Monday, March 5, 2012 8:59 AM | Last reply by lex luther Z - Wednesday, April 25, 2012 12:05 PM - Items 1 to 20 of 51 Next ›
No announcements