Click here to Skip to main content
15,881,898 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Kernel programming Pin
Richard MacCutchan8-Feb-13 5:15
mveRichard MacCutchan8-Feb-13 5:15 
AnswerRe: Kernel programming Pin
Erudite_Eric8-Feb-13 0:09
Erudite_Eric8-Feb-13 0:09 
GeneralRe: Kernel programming Pin
Albert Holguin8-Feb-13 6:01
professionalAlbert Holguin8-Feb-13 6:01 
AnswerRe: Kernel programming Pin
Albert Holguin8-Feb-13 6:06
professionalAlbert Holguin8-Feb-13 6:06 
QuestionDirectShow Video Playback from memory Pin
sdancer756-Feb-13 3:07
sdancer756-Feb-13 3:07 
AnswerRe: DirectShow Video Playback from memory Pin
Code-o-mat8-Feb-13 8:35
Code-o-mat8-Feb-13 8:35 
GeneralRe: DirectShow Video Playback from memory Pin
sdancer758-Feb-13 21:49
sdancer758-Feb-13 21:49 
GeneralRe: DirectShow Video Playback from memory Pin
Code-o-mat9-Feb-13 0:19
Code-o-mat9-Feb-13 0:19 
That's understandable, i tried googling around some too but didn't really find anything readymade either. I can think of two alternatives to writing your own source filter:

1. Extract your videos into some temporary files and play those from the file system, this can be a bit costy in both time and resource wise (you need time to extract the videos to temp files and you will need extra disk space for the videos) but i supose this is quite a straightforward solution. Alternatively you might try using a named pipe and specifying that as the source for the file reader filter, no idea if that would work or not, never tried, but i kinda suspect it wouldn't work.

2. Implement a "small" HTTP server in your application that can stream the video from your big file and try to render the stream with DirectShow like "http:\\localhost:12345\a.avi" or somesuch. This might be more work than just writing the filter though.

Good luck.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> If it doesn't matter, it's antimatter.<

GeneralRe: DirectShow Video Playback from memory Pin
sdancer759-Feb-13 5:19
sdancer759-Feb-13 5:19 
QuestionBitmap Display from Buffer received by TCP socket Pin
Sachin k Rajput 6-Feb-13 1:21
Sachin k Rajput 6-Feb-13 1:21 
QuestionRe: Bitmap Display from Buffer received by TCP socket Pin
CPallini6-Feb-13 2:20
mveCPallini6-Feb-13 2:20 
AnswerRe: Bitmap Display from Buffer received by TCP socket Pin
Richard MacCutchan6-Feb-13 3:09
mveRichard MacCutchan6-Feb-13 3:09 
Questionicon on button not displayed in XP. Pin
VCProgrammer5-Feb-13 21:47
VCProgrammer5-Feb-13 21:47 
SuggestionRe: icon on button not displayed in XP. Pin
Richard MacCutchan6-Feb-13 3:11
mveRichard MacCutchan6-Feb-13 3:11 
QuestionRe: icon on button not displayed in XP. Pin
David Crow6-Feb-13 5:58
David Crow6-Feb-13 5:58 
AnswerRe: icon on button not displayed in XP. Pin
VCProgrammer6-Feb-13 17:36
VCProgrammer6-Feb-13 17:36 
SuggestionRe: icon on button not displayed in XP. Pin
David Crow7-Feb-13 2:35
David Crow7-Feb-13 2:35 
GeneralRe: icon on button not displayed in XP. Pin
VCProgrammer7-Feb-13 18:46
VCProgrammer7-Feb-13 18:46 
GeneralRe: icon on button not displayed in XP. Pin
Richard MacCutchan7-Feb-13 23:07
mveRichard MacCutchan7-Feb-13 23:07 
GeneralRe: icon on button not displayed in XP. Pin
VCProgrammer7-Feb-13 23:52
VCProgrammer7-Feb-13 23:52 
GeneralRe: icon on button not displayed in XP. Pin
Richard MacCutchan8-Feb-13 0:37
mveRichard MacCutchan8-Feb-13 0:37 
GeneralRe: icon on button not displayed in XP. Pin
VCProgrammer8-Feb-13 1:15
VCProgrammer8-Feb-13 1:15 
GeneralRe: icon on button not displayed in XP. Pin
Richard MacCutchan8-Feb-13 1:21
mveRichard MacCutchan8-Feb-13 1:21 
JokeRe: icon on button not displayed in XP. Pin
David Crow8-Feb-13 2:38
David Crow8-Feb-13 2:38 
JokeRe: icon on button not displayed in XP. Pin
Richard MacCutchan8-Feb-13 5:16
mveRichard MacCutchan8-Feb-13 5:16 

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.