I would like to replace the server side record mechanism that my CDN provides to me with an in house implementation. I currently have a finite set of live streams that I repeatedly stream to. I would like to continuously monitor each of the live streams and record every byte (or close to) sent to them. Each session, possible defined by some timeout, should write to a new file. How would I go about doing this with VLC? I did not see any options on http://www.videolan.org/doc/streaming-howto/en/ch03.html indicating that this was possible.