rardecode
rardecode copied to clipboard
Implementing ReadSeeker
It would be useful if the Reader struct implemented the ReadSeeker
interface. This would come in handy when trying to serve RAR files over HTTP with http.ServeContent. This is useful if the content that is archived is a video file; providing a ReadSeeker
would allow players such as VLC to seek in the video.
I would also like this feature. Im using rardecode to retrieve information for media files in combination with MediaInfoLib. It would be realy useful to have the ability to seek on rar files.