Hi.
I am working with VLC on windows platform.
The VLC player can show the stream statistics (Tools->Codec Information -> Statistics).
I am intersted in the frame count in my application. I can already play/stop using the libvlc.dll.
How can i get the frame count? which API should I use?
Thanks.
Another problem:
The VLC uses liveMedia for RTP streaming. the problem is when the connection with the server is disconnected, the livemedia tries to contact the media server with an RTSP command (over TCP), but the server does not answer. the timeout for this operation is 30 seconds. does anyone know how to change this timeout value?
Thanks again