Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Livestreamer video timer when writing to file #462

Closed
mateon1 opened this issue Jul 26, 2014 · 1 comment
Closed

Livestreamer video timer when writing to file #462

mateon1 opened this issue Jul 26, 2014 · 1 comment

Comments

@mateon1
Copy link

mateon1 commented Jul 26, 2014

Apart from "Written x bytes" it would be an improvement to add how much video was downloaded (A timer).
For example: Written 123456789 bytes, 2 minutes, 16 seconds of video.

This would be useful for YouTube videos and Twitch past broadcasts, possibly for other streaming video sites as well.

@chrippa chrippa added this to the 1.10.0 milestone Jul 28, 2014
@chrippa
Copy link
Owner

chrippa commented Aug 16, 2014

In c389337 I improved the status line a fair bit, but the requested feature to display video time is not there, but instead replaced with the elapsed time. This is because to get the actual video time we would have to decode the video, which is not something we can nor wish to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants