According to the lua readme, vlc.stream() objects can be opened, read, and filtered(?). If you neglect to read for a while, does a buffer fill to capacity and error out, or grow and eat memory? Can they be closed or polled? Are streams a subclass of something with more methods? If they don't have a ...