Postby Boo025 » 09 Oct 2008 21:33
Thanks for your response, but one more question. How about "stream_out" module? Is this for the RTP output?
Also, I've been looking at the code for the streaming part (server). Based on my observation it seems the VLC breaks down each streaming step by reading the file, putting into a buffer (FIFO), make it into packet, and send depending on the protocol used. Am I understanding this correctly?
So if I want to implement new type of protocol (instead of UDP/HTTP/etc) I should be able to write a code to use different protocol for server/client, right?