I have an interface mostly working...[http://sack.svn.sourceforge.net/viewvc/sack/src/vlclib/] but I want to watch the status of the current clip to know how close it is to the end.
libvlc_media_player_get_length doesn't return a non 0 value until
libvlc_media_player_get_time returns non 0.
once the end of the stream is reached... libvlc_media_player_get_time does not return when called.
libvlc_media_list_player_get_state also does not return if the movie clip has played to the end.
So.. what is the proper way to know when the clip is done/nearing the end?