From 7d05e3f36bab0963e44893a1e6fb9e5e583ce6e5 Mon Sep 17 00:00:00 2001 From: jazzfool Date: Wed, 19 Aug 2020 23:16:35 +1000 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 495e276..d2069db 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ Features: Limitations (to be hopefully fixed): - Cannot load in-memory video data. - Audio playback is not supported. -- Buffering does not support seeking arbitrarily - you can only seek to buffered frame. -- FFmpeg is a heavy dependency and overkill (please recommend similar *cross-platform* Rust libraries). +- Buffering does not support seeking arbitrarily - you can only seek to buffered frames. +- FFmpeg is a heavy dependency and overkill (open to recommendations for similar *cross-platform* Rust libraries). The player **does not** come with any surrounding GUI controls, but they should be quite easy to implement should you need them; - Play/pause/stop can just be buttons. - Seeking can be a slider with an overlay of the thumbnail at the seek time. Specifically, the player exposes the buffered frames as images which can be used as thumbnails. -Through the same API, you can show the user the portions of the video have been buffered. +Through the same API, you can show the user which portions of the video have been buffered. ## Example Usage