No announcements
Found 1333360 threads
-
3 Votes
Raw H.264 Data and MF
That is correct -- a video source should drop all frames before the first keyframe after a Start call.Answered | 5 Replies | 28862 Views | Created by _Nobby_ - Friday, September 18, 2009 6:48 PM | Last reply by Matt Andrews - Wednesday, September 23, 2009 11:18 PM -
2 Votes
Does MF support HTTP and RTSP protocols?
The network media source in MF was designed for Windows Media Server and WMS-derived (such as WMP media sharing) media streaming, though there is ...Answered | 5 Replies | 7445 Views | Created by _Nobby_ - Thursday, September 3, 2009 5:29 PM | Last reply by _Nobby_ - Friday, September 18, 2009 6:26 PM -
0 Votes
MF Video Media Source Example
Here are a few concepts that a dynamic Media Source needs to deal with (a fixed-stream Media Source doesn't need to do any of this, of course).Answered | 7 Replies | 5825 Views | Created by hashbrown - Wednesday, April 4, 2007 3:16 AM | Last reply by Becky Weiss - MSFT - Monday, June 4, 2007 7:58 PM -
0 Votes
Using a custom Media Source from Windows Media Center
Windows Media Center uses DirectShow primarily, so MF scheme handlers will not be helpful for running things in Windows Media Center.Answered | 2 Replies | 4615 Views | Created by Hanstad - Thursday, April 14, 2011 6:55 AM | Last reply by Matt Andrews - Tuesday, May 24, 2011 11:40 PM -
0 Votes
Using Windows Media Server Publishing Points as a Media Sink
As you mentioned, the methods for creating sources in WMEncoder are limited, so there is no easy way to feed samples from MF into WMEncoder.Answered | 2 Replies | 4574 Views | Created by _Nobby_ - Thursday, August 27, 2009 1:27 AM | Last reply by Matt Andrews - Tuesday, September 8, 2009 10:50 PM -
0 Votes
How to add video stabization effect to the source reader
Keep in mind that the Source Reader does not use the MF session manager like the Media Engine does.Answered | 4 Replies | 2685 Views | Created by Tony_Jennifer - Monday, September 10, 2012 5:52 AM | Last reply by Tony_Jennifer - Thursday, September 20, 2012 6:32 AM -
3 Votes
Change Video In Media Web Part
You can dynamically play a video using JavaScript Object model exposed for media web part.Answered | 3 Replies | 4066 Views | Created by Punky73 - Tuesday, April 3, 2012 12:28 PM | Last reply by Punky73 - Wednesday, April 4, 2012 2:03 PM -
0 Votes
Capture screenshot of video playing in MediaElement
MF is intimidating at first but it's not bad once you get used to the COM syntax.Answered | 4 Replies | 2619 Views | Created by Rosa for wpf - Tuesday, January 21, 2014 2:26 AM | Last reply by peter_legistek - Thursday, May 29, 2014 3:40 PM -
0 Votes
DatagramSocket's MessageReceived event with MF MediaSource strategies?
I learn from examples and there are plenty of great C++ samples for Windows Store apps, but they are all pretty high level.Answered | 3 Replies | 1152 Views | Created by Lee McPherson - Monday, February 9, 2015 12:32 PM | Last reply by Lee McPherson - Wednesday, February 11, 2015 9:05 PM -
1 Votes
Media Foundation SDK for Vista
Hi, There is no "MF SDK" for Vista.Answered | 1 Replies | 6771 Views | Created by Dima7g - Saturday, June 6, 2009 11:04 PM | Last reply by sp0 - Sunday, June 7, 2009 8:31 AM -
10 Votes
Using Media Foundation with C# ?
Except that simple Mf things would run just fine as managed stuff via a wrapper.Answered | 10 Replies | 45490 Views | Created by Cyber Sinh - Sunday, June 18, 2006 9:04 AM | Last reply by Qbranch1024 - Monday, July 2, 2012 9:24 PM -
0 Votes
media player for UTube videos
forum/youtube You can ask windows video questions here.Answered | 1 Replies | 1266 Views | Created by wriley3 - Monday, May 16, 2016 7:34 PM | Last reply by Dave Patrick - Saturday, May 21, 2016 7:04 PM -
0 Votes
Windows Media Transcoder can trim videos, but can it join 2 videos?
Hello, Yes this can be done from C++ Cx using the Source Reader and the Sink Writer.Answered | 1 Replies | 1390 Views | Created by Carl Herbert - Wednesday, October 10, 2012 1:43 PM | Last reply by James Dailey - MSFT - Thursday, November 1, 2012 10:54 PM -
0 Votes
Stoping video from Media Element
Hi Serge, Refer to below sample: <StackPanel> <ListBox Height="250" Name="listbox"> <ListBox.Items> ...Answered | 5 Replies | 2736 Views | Created by Serge Calderara - Thursday, August 9, 2012 10:01 PM | Last reply by Serge Calderara - Saturday, August 11, 2012 2:07 PM -
0 Votes
Dynamically changing multiple MF media sources
Or perhaps one media session per file ?Unanswered | 1 Replies | 993 Views | Created by Tony Chicony - Monday, March 3, 2014 10:33 AM | Last reply by Miaou77 - Monday, March 3, 2014 10:36 PM -
0 Votes
File Type isn't supported, using a Custom ByteStreamHandler with Media Foundation SDK
These videos play fine on the phone, and in Windows Media Player on my desktop.Answered | 6 Replies | 5081 Views | Created by MattyBoy4444 - Wednesday, September 22, 2010 5:48 AM | Last reply by Paul May [PAUMAY] - Wednesday, January 19, 2011 9:03 PM -
0 Votes
Creating custom MPEG2 media type
Microsoft have really messed around with developers by the lack of dshow support in Win 7, and no mpeg2 in Media Foundation.Answered | 3 Replies | 6696 Views | Created by slav123 - Thursday, February 8, 2007 11:36 AM | Last reply by Robcris - Wednesday, February 15, 2012 11:59 AM -
0 Votes
How to use evr custom presenter in side MF
I am using media session example code from http://msdn.microsoft.com/en-us/library/ff728866(v=vs.85).aspx 2.Answered | 6 Replies | 5826 Views | Created by chiwa737 - Thursday, February 17, 2011 12:26 PM | Last reply by chiwa737 - Monday, February 21, 2011 2:32 PM -
1 Votes
How to Parse and Search Closed Captions on Video/Media
I need to be able to parse out and search through closed captions on video. even search through video based on a caption search like what HULU is doing ...Answered | 1 Replies | 9764 Views | Created by bobbydharrell - Friday, August 20, 2010 10:46 PM | Last reply by Jundan Wu - Thursday, April 5, 2012 9:55 PM -
0 Votes
How to play raw h.264 video in metro environment
Do you have more information about writing the media source now?Answered | 9 Replies | 19208 Views | Created by Josephu et moi - Monday, January 2, 2012 3:22 AM | Last reply by wd0623 - Friday, May 29, 2015 10:40 AM - Items 1 to 20 of 1333360 Next ›
No announcements