Page 1 of 1

VLC RTSP client store last streaming offset to a file???

Posted: 20 Jul 2013 11:38
by henz99
Hi,

I have this inquiry:

I have setup vlc as vod server. I know that I can use the seek option (option --start-time) to start the media at the specified time from the vod server.

Using the GUI, it is easy to know the last offset (in seconds) / the last part of the streaming that is being played (for example: 00:00:48 from the total duration of media file that is being streamed: 00:01:30 ).

My question is:
Is it possible to store this value in a txt file somewhere? In this case, I am using Ubuntu for both the client machine and the server machine.

Here is my configuration:
vlc client(192.168.1.101) -> vlc vod server(192.168.1.201)

Please help if anyone knows how to do it.

Re: VLC RTSP client store last streaming offset to a file???

Posted: 21 Jul 2013 17:42
by Jean-Baptiste Kempf
I don't think so.

Re: VLC RTSP client store last streaming offset to a file???

Posted: 21 Jul 2013 23:26
by henz99
Hi,

Thank you for your reply. How about printing the current streaming offset to standard output (terminal)? Is it possible?

Re: VLC RTSP client store last streaming offset to a file???

Posted: 22 Jul 2013 11:46
by Jean-Baptiste Kempf
You need to code an extension for that.