I wanta learn from the VideoLAN software to build my simple system:
(1)Use a camera grabber to grab realtime video from the camera and store the video in the Server, then do the encoding in the Server;
(2)The server transmits the encoded video to the clients at the clients' request;
(3)In clients, showing the realtime video grabbed from the camera which is connecting to Server.
All the system is about 'realtime' video.
Anyone can give me some advice about how I use the VideoLAN source codes to write my own codes? Which part I need to learn from?