[vlc-devel] Re: PTS is out of range (), dropping buffer, late picture skipped

Jean-Paul Saman saman at natlab.research.philips.com
Thu Jul 24 11:46:28 CEST 2003


Bart,

Perhaps this is a stupid question, but did you set the --mtu option to 
the right mtu on the commandline?

Add a message print in modules/access/udp.c and modules/demux/mpeg/ts.c 
to print the used mtu. It should be the same as the stream and the 
network link layer uses (the big mtu).

Add to modules/access/udp.c

line 285:
msg_Dbg( p_input, "using mtu (%d) \n",p_input->i_mtu);

Add to modules/demux/ts.c:

line 139:
msg_Dbg( p_input, "using mtu (%d) \n",p_input->i_mtu);

line 145:
msg_Err( p_input, "using default mtu with bufsize (%d)\n", 
INPUT_DEFAULT_BUFSIZE );

I hope you'll see something interesting. My guess is that the mtu's do 
not match, but ... I am not sure. Otherwise it might be the problem 
Gildas opted for.

-- 
Kind greetings,

Jean-Paul Saman

Software Architect

e-mail (work): saman at natlab.research.philips.com
phone  (work): 040 27 42674
------------------------------------------------------------
Ordina TA,
Science Park Eindhoven 5602, Postbus 293, 5600 AG Eindhoven
e-mail : jean-paul.saman at ordina.nl
phone  : 040 2601200
fax    : 040 2601199


-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list