Search found 2 matches

Go to advanced search

by watson
18 May 2016 03:52
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.2.3 crashing when playing some RTSP streams
Replies: 10
Views: 5185

Re: VLC 2.2.3 crashing when playing some RTSP streams

Please specify what a Linux novice might need to do to fix this. I don't know what to do with your code. Thanks! save the following code as vlc-fix-g711-double_free.patch diff -uNr a/modules/codec/g711.c b/modules/codec/g711.c --- a/modules/codec/g711.c 2016-04-18 19:10:30.000000000 +0800 +++ b/mod...
by watson
17 May 2016 13:58
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.2.3 crashing when playing some RTSP streams
Replies: 10
Views: 5185

Re: VLC 2.2.3 crashing when playing some RTSP streams

vlc-2.2.3 merge the following commit: https://mailman.videolan.org/pipermail/vlc-commits/2016-April/035078.html this can cause double free exception when decoding g711 audio stream by invert this commit, my problem resolved. this is the buggy commit: diff --git a/modules/codec/g711.c b/modules/codec...

Go to advanced search