[vlc-commits] access: live555: bump frame buffer to 250k
Francois Cartegnie
git at videolan.org
Sat May 20 13:56:01 CEST 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat May 20 12:31:16 2017 +0200| [c8b372821b253d1f5cab12693880c504689df79c] | committer: Francois Cartegnie
access: live555: bump frame buffer to 250k
not uncommon for 1080p h264
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8b372821b253d1f5cab12693880c504689df79c
---
modules/access/live555.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index ef98aa4c44..4aa7fa8b9d 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -90,7 +90,7 @@ static void Close( vlc_object_t * );
#define FRAME_BUFFER_SIZE_LONGTEXT N_("RTSP start frame buffer size of the video " \
"track, can be increased in case of broken pictures due " \
"to too small buffer.")
-#define DEFAULT_FRAME_BUFFER_SIZE 100000
+#define DEFAULT_FRAME_BUFFER_SIZE 250000
vlc_module_begin ()
set_description( N_("RTP/RTSP/SDP demuxer (using Live555)" ) )
More information about the vlc-commits
mailing list