tags:

views:

23

answers:

1

Hi! hey people I was writing a simple application to run a video stream using libvlc.But it seem that libvlc_media_player_get_time() function is not working properly.It is returning zero every time it is being called no matter how much video has been played.So can you please find out the possible remedies for it. Also is there any signal handler or function in libvlc which can raise an event when we reach the end of stream so that I can pause for a moment till more data get stacked up? All the replies in this regard will be appreciated. With Regards, Thanks

A: 

if you're streaming incoming data it might always return 0

rogerdpack