Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WaitForMultipleObjects problem Pin
Peter Weyzen9-Jul-07 20:02
Peter Weyzen9-Jul-07 20:02 
GeneralRe: WaitForMultipleObjects problem Pin
david bagaturia9-Jul-07 20:32
david bagaturia9-Jul-07 20:32 
QuestionMFC & WM_APPCOMMAND Pin
Grant MacDonald9-Jul-07 3:00
Grant MacDonald9-Jul-07 3:00 
AnswerRe: MFC & WM_APPCOMMAND Pin
Blake Miller9-Jul-07 11:36
Blake Miller9-Jul-07 11:36 
QuestionRTP FIlter for Directshow Pin
djin949-Jul-07 2:51
djin949-Jul-07 2:51 
AnswerRe: RTP FIlter for Directshow Pin
Mark Salsbery9-Jul-07 8:25
Mark Salsbery9-Jul-07 8:25 
GeneralRe: RTP FIlter for Directshow Pin
djin949-Jul-07 21:41
djin949-Jul-07 21:41 
GeneralRe: RTP FIlter for Directshow Pin
Mark Salsbery10-Jul-07 5:58
Mark Salsbery10-Jul-07 5:58 
djin94 wrote:
Can I connect my Directshow source filter directly to it.


Not directly. It takes a little work but less work than writing your own streaming code.
With Windows Media Format, you basically configure a profile for the streams, pass uncompressed
samples, and it does the rest.

The trick is to get those samples from DirectShow. One easy way is with the grabber filter.
Another harder way is to write a custom filter.

Download Windows Media Format 9 Seres SDK[^]

The WMF network reader/writer does not use RTP AFAIK. It does use HTTP protocol for easy
firewall traversal.

There may be 3rd-party DirectShow filters to do it as well.


Mark




Mark Salsbery
Microsoft MVP - Visual C++


This episode brought to you by the letter Z

QuestionMacromedia Flash like Timeline control Pin
sdancer759-Jul-07 2:22
sdancer759-Jul-07 2:22 
QuestionWin32 detours lib, linking problems, and function oridinals [modified] Pin
tmp09-Jul-07 1:43
tmp09-Jul-07 1:43 
QuestionWhich VS edition should i buy??? Pin
SandipG 9-Jul-07 1:09
SandipG 9-Jul-07 1:09 
AnswerRe: Which VS edition should i buy??? Pin
Christian Graus9-Jul-07 1:29
protectorChristian Graus9-Jul-07 1:29 
GeneralRe: Which VS edition should i buy??? Pin
SandipG 9-Jul-07 1:36
SandipG 9-Jul-07 1:36 
GeneralRe: Which VS edition should i buy??? Pin
David Crow9-Jul-07 2:39
David Crow9-Jul-07 2:39 
QuestionRemoving caret/cursor from listbox on selection change Pin
ComplexLifeForm9-Jul-07 0:31
ComplexLifeForm9-Jul-07 0:31 
QuestionRe: Removing caret/cursor from listbox on selection change Pin
Mark Salsbery9-Jul-07 8:36
Mark Salsbery9-Jul-07 8:36 
AnswerRe: Removing caret/cursor from listbox on selection change Pin
ComplexLifeForm10-Jul-07 0:32
ComplexLifeForm10-Jul-07 0:32 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
Mark Salsbery10-Jul-07 5:49
Mark Salsbery10-Jul-07 5:49 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
ComplexLifeForm10-Jul-07 6:41
ComplexLifeForm10-Jul-07 6:41 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
Mark Salsbery10-Jul-07 7:00
Mark Salsbery10-Jul-07 7:00 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
ComplexLifeForm10-Jul-07 8:26
ComplexLifeForm10-Jul-07 8:26 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
Mark Salsbery10-Jul-07 9:28
Mark Salsbery10-Jul-07 9:28 
GeneralRe: Removing caret/cursor from listbox on selection change Pin
ComplexLifeForm11-Jul-07 4:59
ComplexLifeForm11-Jul-07 4:59 
QuestionCString to GUID Pin
Ohad Cabiri8-Jul-07 22:15
Ohad Cabiri8-Jul-07 22:15 
AnswerRe: CString to GUID Pin
CPallini8-Jul-07 22:23
mveCPallini8-Jul-07 22:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.