Click here to Skip to main content
15,861,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to create a video player that plays a video from a buffer. i am using vlc to stream a .avi video via RTP. I wrote a program that creates a socket and unpack the packets begining with the transport layer. The rtp payload i have to play it. how can i do this? i wrote that bytes in a file and play it in vlc. the image the sound are bad, but for the moment this is not a problem. I have to get a solution for the problem of playing the video from a buffer.
Posted

First google hit[^]. It seems you're using this control already, so, where is the issue ?
 
Share this answer
 
Comments
Member 8574104 8-Feb-12 4:12am    
it is not what i need because that is what i have to do. i have to receive the stream, and find a solution to play it. in other words to "simulate" (or do what vlclib does) vlclib.this would be easy, just using this dll and pass it an URL and just play it. but this is not what i have to do :(
try this Tool

http://www.reflector.net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900