Display streaming video in desktop app.

Posted by Roddy on Stack Overflow See other posts from Stack Overflow or by Roddy
Published on 2011-01-13T10:36:35Z Indexed on 2011/01/13 10:53 UTC
Read the original article Hit count: 178

I have a Windows native desktop app (C++/Delphi), and I'm successfully using Directshow to display live video in it from a 'local' video capture device.

The next thing I want to do is display video from a 'remote' capture device, streamed over the LAN.

To stream the video, I guess I can use something like Expression Encoder or VLC, but I'm not sure what's the easiest way to receive/decode the streamed video. Inserting an ActiveX VLC or Flash player might be one option (although the licensing may be an issue then), but I was wondering if there's any way to achieve this with Directshow...

Application needs to run on XP, and the video decoding should ideally be royalty free.

Suggestions, please!

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows