Hello,
I am recording a video stream to asf file without recoding. The codecs used in the stream are:
Audio Codec: MPEG Audio layer 1/2/3 (mpga)
Video Codec: Windows Media Video 8 (WMV2)
When I open the file with VLC it loads the full file in memory and then starts playing. The memory is released shortly after this. But if the file is very big and can’t fit into memory, VLC crashes with the following message:
Microsoft Visual C++ Runtime Library:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I tested the same files with VLC 1.0.5 and there is no problem at all, so the issue is introduced in the 1.1.x branch. Please fix it because with MPC there are some problems with the colors and the only way to play the file correctly is in virtual machine with VLC 1.0.5.