is there a way for VLC to tell me what the encapsulation container of an input stream/file? i've written a VB6 utility to piggyback onto sopcast as an external player to record the raw data stream to a file. VLC does of course say what the video and audio codecs are, WMV3 and WMA2. i want to know the container though, so that i can add code to extract the two streams and remux them to another container more suited to being played as a file rather than a stream over a socket. maybe .avi or .asf.
obviously VLC can play back these saved stream files perfectly, it's annoying not to be able to properly seek through the videos. thanks for any help you can provide!