Page 1 of 1

VLC network components

Posted: 01 Jan 2009 04:28
by magicaddict
I would like to modified vlc to be able to collect network statistic such as delay, jitter, bitrate ,etc. of the streaming media for my senior project. I use darwin streaming server for streaming server and use vlc as client. I already look at API but I can not find any appropriate fuctions so I wonder which file (source code) should I modified to collect those statistic

Thank In advance

Re: VLC network components

Posted: 01 Jan 2009 22:17
by Jean-Baptiste Kempf
Probably in the demuxer live555 code.

Re: VLC network components

Posted: 02 Jan 2009 11:40
by RĂ©mi Denis-Courmont
That depends on the stream source. For RTSP, that would be inside the live555 library... unless it already provides the appropriate statistics via some of its APIs.