Page 1 of 1

UDP stream buffer

Posted: 15 Jul 2009 09:29
by nickj
HI!

Does anyone know where is the buffer code in file,which before send udp packet.
I want to known where the code is filling video data into buffer. I want to find the code is. or the function name.
can someone help me?

Re: UDP stream buffer

Posted: 15 Jul 2009 17:06
by RĂ©mi Denis-Courmont
For raw TS over UDP, that would be modules/access_output/udp.c

Re: UDP stream buffer

Posted: 16 Jul 2009 07:25
by nickj
And when I want to stream a file using udp stream. It must need to take the file into packets. Does anyone know the procedure?
I want to know the where the code is input the file to packet. And I want to find the packet buffer.