CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2013
    Posts
    2

    Help needed - for playing video using Windows Media Player from a buffer.

    Hi all,

    I am developing a VC++ application with windows media player component. Can anyone help me to play video from a video buffer data which i have?

    Any help will be much appreciated.

    Thank you,

    Mahesh I K

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Help needed - for playing video using Windows Media Player from a buffer.

    Did you read MSDN about Video for Windows?
    About Using the Windows Media Player Control in a C++ Program?
    Did you try to Google for play video windows c++?
    Victor Nijegorodov

  3. #3
    Join Date
    Oct 2013
    Posts
    2

    Re: Help needed - for playing video using Windows Media Player from a buffer.

    Yes
    Yes
    Yes.

    Finally got this - http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx

    May be mediaplayer cannot play from a binary buffer :-(

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured