mafintosh / peerflix

Streaming torrent client for node.js
MIT License
6.17k stars 674 forks source link

pick a specific time #355

Open walidmax opened 5 years ago

walidmax commented 5 years ago

Hi guys, just wanna ask you is there any trick to pick a specific time to start the video ,for example start from 1h30min ? this feature is available in other streaming programs

asapach commented 5 years ago

Something like peerflix [magnet-link] --vlc -- --start-time=5400 should work Explanation:

Options passed after -- will be passed to your player

walidmax commented 5 years ago

Something like peerflix [magnet-link] --vlc -- --start-time=5400 should work Explanation:

Options passed after -- will be passed to your player

Thank you it works