Page 1 of 1
Streaming-time elapsed/remaining on client side
Posted: 24 Apr 2013 10:36
by Gogu81
While streaming is there a way to show on the client side player time elapsed/remaining or at least time remaining? Thanx in advance. God bless you for (probably) the best open-source piece of software.
Re: Streaming-time elapsed/remaining on client side
Posted: 24 Apr 2013 11:48
by Jean-Baptiste Kempf
VOD? TS? What format and protocol?
Re: Streaming-time elapsed/remaining on client side
Posted: 25 Apr 2013 13:25
by Gogu81
TS http streaming. Thx
Re: Streaming-time elapsed/remaining on client side
Posted: 25 Apr 2013 15:45
by Jean-Baptiste Kempf
With streaming, this is expected that you don't have the time.
Re: Streaming-time elapsed/remaining on client side
Posted: 26 Apr 2013 18:06
by ibstars
If you want to display time and title of what you are streaming, or just elapsed time, use this as an example.
#transcode{sfilter=marq{marquee="$N$_$T$_$D",position=5,size=12,opacity=255}
Here are more tokens u can use!!
Tokens
$_ - new line
$a - artist
$b - album
$c - copyright
$d - description
$e - encoded by
$f - frame count
$g - genre
$l - language
$n - track num
$p - now playing
$r - rating
$s - subtitles language
$t - title
$u - url
$A - date
$B - audio bitrate (in kb/s)
$C - chapter (as in DVD chapter number)
$D - duration
$F - full name with path
$I - title (as in DVD title number)
$L - time left
$N - name (media name as seen in the VLC playlist)
$O - audio language
$P - position (in %)
$R - rate
$S - audio sample rate (in kHz)
$T - time code of the video
$U - publisher
$V - volume
$$ - dollar sign
Re: Streaming-time elapsed/remaining on client side
Posted: 29 Oct 2013 20:28
by Gogu81
Thank you sir ibstars very useful info. Sorry for delay, better later than never.