Commit 97c254e9 authored by Laurent Aimar's avatar Laurent Aimar

Do not ask stream layer to buffer data in UDP.

It may improve TS clock synchro algo.
parent 55a354a4
No related merge requests found
......@@ -99,7 +99,7 @@ static int Open( vlc_object_t *p_this )
/* Set up p_access */
access_InitFields( p_access );
ACCESS_SET_CALLBACKS( NULL, BlockUDP, Control, NULL );
p_access->info.b_prebuffered = false;
p_access->info.b_prebuffered = true;
if (strlen (p_access->psz_access) > 0)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment