Presumably that's to do with Livestreamer killing the VLC process, so it doesn't close "gracefully" where it would write the current position etc. to a config file.
I had a look at the Livestreamer options, seems you can ask it not to the kill the player when a stream ends:
http://livestreamer.tanuki.se/en/latest ... r-no-close
So add:
To your Livestreamer command line.
Then you could tell VLC to play and exit by giving VLC the "--play-and-exit" command.
Wrapping that all together in a single command:
Code: Select all
livestreamer.exe http://www.twitch.tv/[CHANNEL] source --player-no-close --player "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe --play-and-exit"
Where [CHANNEL] is the Twitch.tv channel you're watching. Note that command is for Windows with 32-bit VLC installed in the default location.
You could also set the player to be VLC with --play-and-exit in the Livestreamer config file too.
I haven't checked it with Livestreamer, however closing VLC with it's "--play-and-exit" does save the location/video size.
Cheers, Arite.