Click to See Complete Forum and Search --> : playing video from MemoryStream


usama194
January 29th, 2008, 08:58 AM
I was wondering if anyone knows how to play a video directly from the memory stream, using the windows media player component? I dont want to have to save the video to a file and then provide the player with the file path as the URL. I know that there are other methods of playing videos, but i wanna keep it simple, so I would prefer to use the simple windows media player component.

usama194
January 30th, 2008, 03:38 AM
Bump

Tischnoetentoet
January 30th, 2008, 03:50 AM
Just open the url to the media stream... You can use DirectShow to fully control the streams.

usama194
January 30th, 2008, 03:58 AM
I havent really worked with DirectShow before. Any pointers on how to go about doing it? How exactly do i control the stream using DS?

Tischnoetentoet
January 30th, 2008, 04:01 AM
What's wrong with developers nowadays.....

Next time, google first please!

DirectShowLib (http://directshownet.sourceforge.net/)

usama194
January 30th, 2008, 04:04 AM
lol... a little too lazy i guess... thanks btw

ravikuppala
June 27th, 2011, 06:21 AM
Hello Guys ,

We would like to develop a video player which needs to play from memory stram . Basically the files would be encrypted in local system and we need to decrypt them into memory and play them , not saving in temp location or file .

Please let me know your comments or thoughts / sample code etc /

Advanced thanks for your help or comments .

Thanks
Ravi k

rmaeki
December 20th, 2011, 10:29 AM
Hi,
Did u find any solution for the problem?
I have the same problem now.

Tnx