VLCdll video streaming
-
Tuesday, March 06, 2012 10:29 PM
Hey ,
i want to stream a video file from server to client .
the client should have a option of play, pause,stop . where server sends video data in packets format at a regular interval . so can anybody help in creating a video streaming
i saw in net it showed that using VLC DLL we can stream . but it is not working. sample is here http://csharpmagics.blogspot.com which is i cant run have you got any sample program or any idea .
thanks for interest...
All Replies
-
Tuesday, March 06, 2012 10:40 PM
This would be client side
http://msdn.microsoft.com/en-us/library/cc189078(v=vs.95).aspx
The server side could be a web site that does a get of the video stream...
The server side could be a Socket application that delivers the appropriate media...
Maybe that will help you a bit.
JP Cowboy Coders Unite!
- Marked As Answer by Leo Liu - MSFTModerator Monday, March 26, 2012 2:15 AM
-
Wednesday, March 07, 2012 7:14 AMModeratorHi qqallstars,
I am afraid that VLC dll is not a product from Microsoft, that Microsoft does not provide support for any third-party products/libraries.
So you need to close thread by marking useful replies(i.e. Mr. Javaman's) as answers and then post in some dedicated forums on this product.
Thanks for your understanding.
Have a nice day,Leo Liu [MSFT]
MSDN Community Support | Feedback to us

