Page 1 of 1
delay of multicast caching
Posted: 08 Jul 2013 08:49
by AndreyKzn1
Good day. I want retranslate multicast video from h264 camera. The command line work fine.
Code: Select all
vlc.exe -vvv rtsp://192.168.1.247:554/live/ch00_0 -I dummy --sout "#duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name="TestStream"}}"
But video playing with delay 3 second. I added options --network-caching=200 for camera and ----sout-udp-caching="400" for multicast. The command line
Code: Select all
vlc.exe -vvv --network-caching="200" rtsp://192.168.1.247:554/live/ch00_0 -I dummy --sout-udp-caching="400" --sout "#duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name="TestStream"}}"
The VLC output a lot of mistakes and nothing results.
What i not correct to do?
Please, help!
Re: delay of multicast caching
Posted: 08 Jul 2013 16:30
by Jean-Baptiste Kempf
To help you, we need
messages, to completely understand what your problems is.
To fix this, please be sure
before you start the playback to:
- Open: Tools -> Messages.
- Set Verbosity to 2
- Start playback to reproduce your issue
- Save text in a file or copy into clipboard
- Then paste the full resulting log here between [code]and[/code] (or use Pastebin.com if it's too long)
Also don't forget to name your
Operating System and provide the
VLC media player version.
Re: delay of multicast caching
Posted: 09 Jul 2013 08:47
by AndreyKzn1
Jean-Baptiste Kempf, thanks you for answer! My operation system Windows 7, Vlc version 2.0.7 . Main problem of debug is console of Windows 7... It so primitive, what cant save all history of debug output in console and cant to copy debug output. I made print screen at start and at end of console output. The middle part of output looks like this " [017169e8] access_output_udp access out debug: [packet has been sent too late (34470)01716e8] access_output_udp access out debug:
late packet for UDP input (23890)". This is messages repeats much strings.
P.S.
Verbosity was set to 2.
Re: delay of multicast caching
Posted: 09 Jul 2013 08:51
by AndreyKzn1
Re: delay of multicast caching
Posted: 09 Jul 2013 15:30
by Jean-Baptiste Kempf
Seriously, images for logs? Use the message dialog...
Re: delay of multicast caching
Posted: 11 Jul 2013 10:46
by AndreyKzn1
Seriously, images for logs? Use the message dialog...
Unfortunaly, while i start vlc and select tools->messages, all debug output finished yet. I installed Cygwin and run Vlc in a Cygwin console. Full debug output below.
Code: Select all
$ ./vlc.exe -vvv --network-caching=200 rtsp://192.168.1.247:554/live/ch00_0 --sout-udp-caching=400 --sout "#duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name="TestStream"}}"
[00603550] main libvlc debug: VLC media player - 2.0.7 Twoflower
[00603550] main libvlc debug: Copyright - 1996-2013 VLC authors and VideoLAN
[00603550] main libvlc debug: revision 2.0.7-7-gf12ab4a
[00603550] main libvlc debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--disable-portaudio' '--disable-sdl' '--enable-qt4' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-sqlite' '--disable-dirac' '--host=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'CXX=i686-w64-mingw32-g++ -static-libgcc'
[00603550] main libvlc debug: searching plug-in modules
[00603550] main libvlc debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[00603550] main libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
[00603550] main libvlc debug: saving plugins cache C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[00603550] main libvlc debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[00603550] main libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
[00603550] main libvlc debug: saving plugins cache C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[00603550] main libvlc debug: plug-ins loaded: 777 modules
[00603550] main libvlc debug: opening config file (C:\Users\Gamma\AppData\Roaming\vlc\vlcrc)
[00603550] main libvlc debug: translation test: code is "ru"
[00603550] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 FPU
[00603550] main libvlc debug: looking for memcpy module: 8 candidates
[00603550] main libvlc debug: using memcpy module "memcpymmxext"
[0060ced8] main input debug: Creating an input for '---------'
[0060ced8] main input debug: Input is a meta file: disabling unneeded options
[0060ced8] main input debug: using timeshift granularity of 50 MiB, in path 'F:\Develop\SDK\cygwin\tmp'
[0060ced8] main input debug: `file/xspf-open:///C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf'
[0060ced8] main input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[014b7588] main demux debug: looking for access_demux module: 6 candidates
[014b7588] main demux debug: no access_demux module matching "file" could be loaded
[014b7588] main demux debug: TIMER module_need() : 1.820 ms - Total 1.820 ms / 1 intvls (Avg 1.820 ms)
[0060ced8] main input debug: creating access 'file' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf', path='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[014c1ee8] main access debug: looking for access module: 6 candidates
[014c1ee8] filesystem access debug: opening file `C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[014c1ee8] main access debug: using access module "filesystem"
[014c1ee8] main access debug: TIMER module_need() : 1.240 ms - Total 1.240 ms / 1 intvls (Avg 1.240 ms)
[0191e640] main stream debug: Using stream method for AStream*
[0191e640] main stream debug: starting pre-buffering
[0191e640] main stream debug: received first data after 0 ms
[0191e640] main stream debug: pre-buffering done 309 bytes in 0s - 9429 KiB/s
[0191e6f0] main stream debug: looking for stream_filter module: 8 candidates
[0191e6f0] main stream debug: no stream_filter module matching "any" could be loaded
[0191e6f0] main stream debug: TIMER module_need() : 1.876 ms - Total 1.876 ms / 1 intvls (Avg 1.876 ms)
[0191e6f0] main stream debug: looking for stream_filter module: 2 candidates
[0191e6f0] main stream debug: using stream_filter module "stream_filter_record"
[0191e6f0] main stream debug: TIMER module_need() : 0.551 ms - Total 0.551 ms / 1 intvls (Avg 0.551 ms)
[0060ced8] main input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[014b76f8] main demux debug: looking for demux module: 2 candidates
[014b76f8] playlist demux debug: using XSPF playlist reader
[014b76f8] main demux debug: using demux module "playlist"
[014b76f8] main demux debug: TIMER module_need() : 0.594 ms - Total 0.594 ms / 1 intvls (Avg 0.594 ms)
[014b55b0] main demux meta debug: looking for meta reader module: 4 candidates
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[014b55b0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[014b55b0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[014b55b0] main demux meta debug: no meta reader module matching "any" could be loaded
[014b55b0] main demux meta debug: TIMER module_need() : 3.745 ms - Total 3.745 ms / 1 intvls (Avg 3.745 ms)
[0060ced8] main input debug: `file/xspf-open:///C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' successfully opened
[014a4d10] main xml reader debug: looking for xml reader module: 2 candidates
[014a4d10] main xml reader debug: using xml reader module "xml"
[014a4d10] main xml reader debug: TIMER module_need() : 0.721 ms - Total 0.721 ms / 1 intvls (Avg 0.721 ms)
[014b76f8] playlist demux debug: parsed 0 tracks successfully
[0060ced8] main input debug: EOF reached
[014b76f8] main demux debug: removing module "playlist"
[0191e6f0] main stream debug: removing module "stream_filter_record"
[014c1ee8] main access debug: removing module "filesystem"
[0060ced8] main input debug: TIMER input launching for '---------' : 10.733 ms - Total 10.733 ms / 1 intvls (Avg 10.733 ms)
[014a4e50] main interface debug: looking for interface module: 2 candidates
[014a4e50] main interface debug: using interface module "hotkeys"
[014a4e50] main interface debug: TIMER module_need() : 0.661 ms - Total 0.661 ms / 1 intvls (Avg 0.661 ms)
[014c1d80] main playlist debug: playlist threads correctly activated
[014c1d80] main playlist debug: [014c1d80] rebuilding array of current - root --------
main playlist debug: [014c1d80] adding item `rtsp://192.168.1.247:554/live/ch00_0' ( rtsp://192.168.1.247:554/live/ch00_0 )main playlist debug:
rebuild done - 0 items, index -1
[014c1d80] main playlist debug: meta ok for (null), need to fetch art
[014a4db0] main interface debug: looking for interface module: 2 candidates
[014b55b0] main demux meta debug: looking for meta fetcher module: 2 candidates
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\fetcher
[014b55b0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
[014b55b0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac
[014b55b0] main demux meta debug: using meta fetcher module "lua"
[014b55b0] main demux meta debug: TIMER module_need() : 3.234 ms - Total 3.234 ms / 1 intvls (Avg 3.234 ms)
[014b55b0] main demux meta debug: removing module "lua"
[014c1d80] main playlist debug: searching art for rtsp://192.168.1.247:554/live/ch00_0
[0195e928] main art finder debug: looking for art finder module: 4 candidates
[014a4db0] main interface debug: using interface module "globalhotkeys"
[014a4db0] main interface debug: TIMER module_need() : 5.111 ms - Total 5.111 ms / 1 intvls (Avg 5.111 ms)
[00603550] [0195emain libvlc: 928] ------ vlc - ----------- -- ---------. ----------- 'cvlc' --- ------- vlc --- ----------.
lua art finder debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\art
[0195e928] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
[014a4ef0] main interface debug: looking for interface module: 8 candidates
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
[0195e928] lua art finder debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\art
[0195e928] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
[0195e928] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
[0195e928] main art finder debug: no art finder module matching "any" could be loaded
[0195e928] main art finder debug: TIMER module_need() : 12.147 ms - Total 12.147 ms / 1 intvls (Avg 12.147 ms)
[014c1d80] main playlist debug: art not found for rtsp://192.168.1.247:554/live/ch00_0
[014b7920] main generic debug: looking for extension module: 2 candidates
[014b7920] lua generic debug: Opening Lua Extension module
[014b7920] lua generic debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\extensions
[014b7920] lua generic debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\extensions
[014b7920] main generic debug: using extension module "lua"
[014b7920] main generic debug: TIMER module_need() : 0.604 ms - Total 0.604 ms / 1 intvls (Avg 0.604 ms)
[014a4ef0] main interface debug: using interface module "qt4"
[014a4ef0] main interface debug: TIMER module_need() : 60.584 ms - Total 60.584 ms / 1 intvls (Avg 60.584 ms)
[014c1d80] main playlist debug: rebuilding array of current - root --------
[014c1d80] main playlist debug: rebuild done - 1 items, index -1
[014c1d80] main playlist debug: processing request item: null, node: --------, skip: 0
[014c1d80] main playlist debug: starting playback of the new playlist item
[014c1d80] main playlist debug: resyncing on rtsp://192.168.1.247:554/live/ch00_0
[014c1d80] main playlist debug: rtsp://192.168.1.247:554/live/ch00_0 is at 0
[014c1d80] main playlist debug: creating new input thread
[01a3ab90] main input debug: Creating an input for 'rtsp://192.168.1.247:554/live/ch00_0'
[014a4ef0] qt4 interface debug: IM: Setting an input
[0191eb10] main stream output debug: using sout chain=`duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name=TestStream}}'
[0191eb10] main stream output debug: stream=`duplicate'
[0149e150] main stream out debug: looking for sout stream module: 2 candidates
[0149e150] stream_out_duplicate stream out debug: creating 'duplicate'
[0149e150] stream_out_duplicate stream out debug: * adding `udp{mux=ts,dst=239.255.12.42,port=1234,sap,name=TestStream}'
[0191eb10] main stream output debug: stream=`udp'
[0149e2a0] main stream out debug: looking for sout stream module: 2 candidates
[0149e2a0] main stream out debug: set config option: sout-standard-mux to ts
[0149e2a0] main stream out debug: set config option: sout-standard-dst to 239.255.12.42
[0149e2a0] main stream out warning: option port is unknown
[0149e2a0] main stream out debug: set config option: sout-standard-sap to (null)
[0149e2a0] main stream out debug: set config option: sout-standard-name to TestStream
[014b7cb8] main access out debug: looking for sout access module: 2 candidates
[014b7cb8] main access out debug: net: connecting to [239.255.12.42]:1234
[014b7cb8] access_output_udp access out debug: source: 192.168.1.111 port 49234
[014b7cb8] access_output_udp access out debug: destination: 239.255.12.42 port 1234
[014b7cb8] main access out debug: using sout access module "access_output_udp"
[014b7cb8] main access out debug: TIMER module_need() : 2.528 ms - Total 2.528 ms / 1 intvls (Avg 2.528 ms)
[01a4b660] main mux debug: looking for sout mux module: 2 candidates
[01a4b660] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[01a4b660] main mux debug: using sout mux module "mux_ts"
[01a4b660] main mux debug: TIMER module_need() : 1.161 ms - Total 1.161 ms / 1 intvls (Avg 1.161 ms)
[0191eb10] main stream output debug: muxer support adding stream at any time
[0191eb10] main stream output debug: muxer prefers to wait for all ES before starting to mux
[0149e2a0] stream_out_standard stream out debug:
[0191eb10] main stream output debug: adding SAP session
[014a52b0] main sap sender debug: using SAP address: 239.255.255.255
[014a52b0] main sap sender debug: net: connecting to [239.255.255.255]:9875
[0149e2a0] stream_out_standard stream out debug: using `udp/ts://239.255.12.42'
[0149e2a0] main stream out debug: using sout stream module "stream_out_standard"
[0149e2a0] main stream out debug: TIMER module_need() : 8.994 ms - Total 8.994 ms / 1 intvls (Avg 8.994 ms)
[0149e150] main stream out debug: using sout stream module "stream_out_duplicate"
[0149e150] main stream out debug: TIMER module_need() : 10.356 ms - Total 10.356 ms / 1 intvls (Avg 10.356 ms)
[01a3ab90] main input debug: using timeshift granularity of 50 MiB, in path 'F:\Develop\SDK\cygwin\tmp'
[01a3ab90] main input debug: `rtsp://192.168.1.247:554/live/ch00_0' gives access `rtsp' demux `' path `192.168.1.247:554/live/ch00_0'
[01a3ab90] main input debug: creating demux: access='rtsp' demux='' location='192.168.1.247:554/live/ch00_0' file='\\192.168.1.247:554\live\ch00_0'
[014b7d70] main demux debug: looking for access_demux module: 2 candidates
[014b7d70] live555 demux debug: version 2012.12.18
Opening connection to 192.168.1.247, port 554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.1.247:554/live/ch00_0 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Received 112 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Server: UBNT Streaming Server v1.2
Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE
Sending request: DESCRIBE rtsp://192.168.1.247:554/live/ch00_0 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Accept: application/sdp
Received 562 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Server: UBNT Streaming Server v1.2
Content-Base: rtsp://192.168.1.247:554/live/ch00_0/
Content-Type: application/sdp
Content-Length: 393
v=0
o=- 1 1 IN IP4 127.0.0.1
s=Ubiquiti Live
i=UBNT Streaming Media
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 99
b=AS:50000
a=framerate:30
a=x-dimensions:1280,720
a=x-vendor-id:ubnt,a521
a=x-rtp-ts:4658945033938928336
a=rtpmap:99 H264/90000
a=fmtp:99 profile-level-id=420028;packetization-mode=1;sprop-parameter-sets=Z0IAKOkAoAt2A8SABt3QAM3+YA2IEJR=,aM4xUg==
a=control:trackID=0
[014b7d70] live555 demux debug: RTP subsession 'video/H264'
Sending request: SETUP rtsp://192.168.1.247:554/live/ch00_0/trackID=0 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Transport: RTP/AVP;unicast;client_port=49236-49237
Received 47 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 461 Unsupported Transport
CSeq: 4
Sending request: SETUP rtsp://192.168.1.247:554/live/ch00_0/trackID=0 RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
Received 107 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
Session: A9CB3D9A73E06563CEE4
[01a3ab90] main input debug: selecting program id=0
[014b7d70] live555 demux debug: setup start: 0.000000 stop:0.000000
Sending request: PLAY rtsp://192.168.1.247:554/live/ch00_0/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Session: A9CB3D9A73E06563CEE4
Range: npt=0.000-
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Session: A9CB3D9A73E06563CEE4
Date: Thu Jul 11 08:20:13 2013
Range: npt=now-
RTP-Info: url=rtsp://192.168.1.247:554/live/ch00_0//trackID=0;seq=1386;rtptime=0
[014b7d70] live555 demux debug: play start: 0.000000 stop:0.000000
[014b7d70] main demux debug: using access_demux module "live555"
[014b7d70] main demux debug: TIMER module_need() : 16.699 ms - Total 16.699 ms / 1 intvls (Avg 16.699 ms)
[04701360] main decoder debug: looking for packetizer module: 42 candidates
[04701360] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0)
[04701360] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0)
[04701360] main decoder debug: using packetizer module "packetizer_h264"
[04701360] main decoder debug: TIMER module_need() : 6.235 ms - Total 6.235 ms / 1 intvls (Avg 6.235 ms)
[01a3ab90] main input debug: starting in async mode
[014b6228] main demux meta debug: looking for meta reader module: 4 candidates
[014b6228] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[014b6228] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[014b6228] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[014b6228] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[014b6228] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[014b6228] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[014b6228] main demux meta debug: no meta reader module matching "any" could be loaded
[014b6228] main demux meta debug: TIMER module_need() : 2.367 ms - Total 2.367 ms / 1 intvls (Avg 2.367 ms)
[01a3ab90] main input debug: `rtsp://192.168.1.247:554/live/ch00_0' successfully opened
[01a3ab90] main input debug: switching to sync mode
[01a3ab90] main input debug: Buffering 0%
[01a3ab90] main input debug: Buffering 0%
[01a3ab90] main input debug: Buffering 0%
[01a3ab90] main input debug: Buffering 16%
[01a3ab90] main input debug: Buffering 32%
[0191eb10] main stream output debug: adding a new sout input (sout_input:01979980)
[0149e150] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0)
[01a4b660] main mux debug: adding a new input
[01a4b660] mux_ts mux debug: adding input codec=h264 pid=68
[01a4b660] mux_ts mux debug: new PCR PID is 68
[0149e150] stream_out_duplicate stream out debug: - added for output 0
[01a3ab90] main input debug: Buffering 48%
[01a3ab90] main input debug: Buffering 65%
[01a3ab90] main input debug: Buffering 81%
[01a3ab90] main input debug: Buffering 97%
[01a3ab90] main input debug: Stream buffering done (228 ms in 231 ms)
[01a3ab90] main input debug: Decoder buffering done in 0 ms
[014b7cb8] access_output_udp access out debug: late packet for UDP input (690187)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (688218)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (686226)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (684232)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (682238)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (690389)
late packet for UDP input (680245)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (678259)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (676266)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (688480)
access_output_udp access out debug: late packet for UDP input (674276)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (672286)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (686556)
late packet for UDP input (670303)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (668331)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (666336)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (684653)
late packet for UDP input (664343)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (662353)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (660359)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (682731)
access_output_udp access out debug: late packet for UDP input (658369)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (656381)
[014b7cb8] access_output_udp access out debug: [014b7cb8] packet has been sent too late (680807)
access_output_udp access out debug: late packet for UDP input (654398)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (652430)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (678884)
late packet for UDP input (650450)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (648465)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (646473)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (676979)
access_output_udp access out debug: late packet for UDP input (644485)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (642498)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (675058)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (640542)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (638556)[
014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (673130)
late packet for UDP input (636562)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (634575)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (632582)
access_output_udp access out debug: [014b7cb8packet has been sent too late (671209)]
access_output_udp access out debug: late packet for UDP input (630593)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (628607)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (669288)
late packet for UDP input (626617)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (624632)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (622639)
packet has been sent too late (667369)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (620663)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (618672)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (665444)
late packet for UDP input (616677)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (614691)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (612696)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (663519)
access_output_udp access out debug: late packet for UDP input (610706)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (608718)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (606723)
packet has been sent too late (661597)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (604735)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (602745)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (659679)
access_output_udp access out debug: late packet for UDP input (600766)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (598780)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (596786)
packet has been sent too late (657758)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (594797)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (592807)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (655842)
late packet for UDP input (590813)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (588831)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (586837)[
014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (653925)
late packet for UDP input (584843)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (582855)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (580861)
[014b7cb8] [014b7cbaccess_output_udp access out debug: 8] late packet for UDP input (578867)
access_output_udp access out debug: packet has been sent too late (652050)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (576899)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (574907)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (650130)
late packet for UDP input (572913)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (570922)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (568927)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (648206)
access_output_udp access out debug: late packet for UDP input (566935)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (564944)
[014b7cb8] [access_output_udp access out debug: 014b7cb8] late packet for UDP input (562950)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (646285)
access_output_udp access out debug: late packet for UDP input (560959)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (558970)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (556975)
packet has been sent too late (644380)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (555004)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (553031)
packet has been sent too late (642458)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (551049)
[014b7cb8] access_output_udp access out debug: [late packet for UDP input (549057)0
14b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (640533)
late packet for UDP input (547062)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (545074)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (543080)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (638613)
access_output_udp access out debug: late packet for UDP input (541087)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (539098)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (636689)
late packet for UDP input (537115)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (535128)
[014b7cb8] [access_output_udp access out debug: 014b7cb8] late packet for UDP input (533133)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (634762)
access_output_udp access out debug: late packet for UDP input (531142)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (529152)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (527158)
packet has been sent too late (632838)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (525168)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (523173)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (521178)
packet has been sent too late (630927)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (519189)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (517195)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (629000)
access_output_udp access out debug: late packet for UDP input (515213)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (513223)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (627073)
late packet for UDP input (511246)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (509258)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (507264)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (625154)
access_output_udp access out debug: late packet for UDP input (505273)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (503280)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (501287)
packet has been sent too late (623229)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (499295)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (497318)
packet has been sent too late (621301)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (495341)
[014b7cb8] access_output_udp access out debug: [01late packet for UDP input (493346)4
b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (619374)
late packet for UDP input (491352)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (489362)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (487367)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (617452)
access_output_udp access out debug: late packet for UDP input (485376)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (483385)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (481389)
packet has been sent too late (615530)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (479401)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (477407)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (613598)
access_output_udp access out debug: late packet for UDP input (475427)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (473436)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (471442)
packet has been sent too late (611680)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (469453)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (609768)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (607843)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (467650)
[014b7cb8] [014b7cbaccess_output_udp access out debug: 8] late packet for UDP input (471821)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (605913)
access_output_udp access out debug: late packet for UDP input (468176)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (464517)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (603993)
late packet for UDP input (460855)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (457210)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (453547)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (602070)
access_output_udp access out debug: late packet for UDP input (449889)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (446231)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (442569)
packet has been sent too late (600153)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (438914)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (435256)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (598232)
access_output_udp access out debug: late packet for UDP input (431611)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (427958)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (424296)
packet has been sent too late (596314)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (420641)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (416981)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (594394)
late packet for UDP input (413319)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (409663)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (406000)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (592481)
late packet for UDP input (402338)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (398682)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (395018)
packet has been sent too late (590552)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (391374)
[014b7cb8] access_output_udp access out debug: [late packet for UDP input (387712)0
14b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (588627)
late packet for UDP input (384050)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (380392)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (376729)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (586703)
access_output_udp access out debug: late packet for UDP input (373071)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (369409)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (365747)
packet has been sent too late (584781)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (362092)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (358433)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (582865)
late packet for UDP input (354784)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (351130)
[014b7cb8] access_output_udp access out debug: [late packet for UDP input (347467)0
14b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (580953)
late packet for UDP input (343806)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (340150)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (336488)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (579037)
access_output_udp access out debug: late packet for UDP input (332831)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (329172)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (325511)
packet has been sent too late (577116)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (321853)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (318195)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (575195)
access_output_udp access out debug: late packet for UDP input (314548)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (310892)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (307231)
packet has been sent too late (573270)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (303580)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (299920)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (571348)
access_output_udp access out debug: late packet for UDP input (296261)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (292607)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (288945)
packet has been sent too late (569426)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (285289)
[014b7cb8] access_output_udp access out debug: [late packet for UDP input (281629)0
14b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (567509)
late packet for UDP input (277982)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (274326)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (270663)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (565594)
access_output_udp access out debug: late packet for UDP input (267006)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (263351)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (563668)
late packet for UDP input (259688)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (256042)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (252379)
access_output_udp access out debug: packet has been sent too late (561746)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (559820)
[014b7cb8] access_output_udp access out debug: [01late packet for UDP input (248878)4
b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (557889)
late packet for UDP input (245190)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (241490)
[014b7cb8] [0access_output_udp access out debug: 14b7cb8] late packet for UDP input (237781)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (555973)
access_output_udp access out debug: late packet for UDP input (234076)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (230370)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (226661)
packet has been sent too late (554055)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (222958)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (219252)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (552133)
access_output_udp access out debug: late packet for UDP input (215562)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (211858)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (208148)
packet has been sent too late (550210)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (204444)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (200738)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (548289)
late packet for UDP input (197029)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (193328)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (189618)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (546362)
access_output_udp access out debug: late packet for UDP input (185911)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (182207)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (544441)
late packet for UDP input (178517)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (174819)
[014b7cb8] [0access_output_udp access out debug: 14b7cb8] late packet for UDP input (171109)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (542520)
access_output_udp access out debug: late packet for UDP input (167403)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (163699)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (159988)
packet has been sent too late (540597)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (156285)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (152578)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (538683)
late packet for UDP input (148868)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (145175)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (141465)
packet has been sent too late (536762)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (137774)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (134067)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (534833)
late packet for UDP input (130357)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (126655)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (122946)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (532912)
access_output_udp access out debug: late packet for UDP input (119241)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (115534)
[014b7cb8] access_output_udp access out debug: [late packet for UDP input (111825)0
14b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (531006)
late packet for UDP input (108116)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (104410)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (100701)
packet has been sent too late (529081)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (97010)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (93302)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (527155)
late packet for UDP input (89592)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (85890)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (82181)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (525243)
late packet for UDP input (78471)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (74769)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (71058)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (523321)
access_output_udp access out debug: late packet for UDP input (67355)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (63651)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (521399)
late packet for UDP input (59956)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (56250)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (52541)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (519486)
late packet for UDP input (48830)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (45130)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (41421)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (517571)
late packet for UDP input (37710)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (34008)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (30298)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (515649)
access_output_udp access out debug: late packet for UDP input (26595)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (513737)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (511821)
late packet for UDP input (23068)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (19470)
[014b7cb8] access_output_udp access out debug: [014b7cb8] late packet for UDP input (15880)
access_output_udp access out debug: [014b7cb8] packet has been sent too late (509903)
access_output_udp access out debug: late packet for UDP input (12294)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (8707)
[014b7cb8] [014b7cb8] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (5115)
packet has been sent too late (507983)
[014b7cb8] access_output_udp access out debug: late packet for UDP input (1530)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (506061)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (504132)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (502206)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (500279)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (498350)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (496418)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (494494)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (492575)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (490654)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (488765)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (486870)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (484971)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (483068)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (481145)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (479227)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (477302)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (475385)
[014b7cb8] access_output_udp access out debug: mmh, packets in the past (4127)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (479653)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (476061)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (472469)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (468873)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (465273)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (461679)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (458087)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (454493)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (450903)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (447317)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (443723)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (440132)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (436542)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (432955)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (429366)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (425772)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (422184)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (418600)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (415007)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (411414)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (407824)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (404237)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (400647)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (397053)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (393464)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (389902)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (386329)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (382737)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (379142)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (375549)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (371953)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (368357)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (364763)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (361171)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (357576)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (353988)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (350403)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (346810)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (343218)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (339630)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (336042)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (332453)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (328858)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (325270)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (321682)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (318091)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (314499)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (310910)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (307324)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (303733)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (300140)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (296552)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (292970)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (289376)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (285781)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (282191)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (278607)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (275016)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (271422)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (267832)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (264248)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (260653)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (257028)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (253392)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (249761)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (246121)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (242482)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (238847)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (235217)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (231581)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (227941)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (224301)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (220671)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (217031)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (213391)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (209755)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (206124)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (202484)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (198845)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (195209)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (191576)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (187938)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (184300)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (180665)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (177031)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (173394)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (169753)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (166118)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (162490)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (158851)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (155209)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (151573)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (147942)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (144304)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (140663)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (137027)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (133399)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (129763)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (126121)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (122481)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (118853)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (115216)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (111572)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (107936)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (104308)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (100670)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (97028)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (93391)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (89766)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (86126)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (82483)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (78845)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (75212)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (71573)
[014b7cb8] access_output_udp access out debug: packet has been sent too late (67935)
Re: delay of multicast caching
Posted: 11 Jul 2013 12:53
by Jean-Baptiste Kempf
What happens if you remove --sout-udp-caching="400" but keep the network caching?
Re: delay of multicast caching
Posted: 11 Jul 2013 13:10
by AndreyKzn1
Nothing happens. Delay of play 3 seconds too.
Code: Select all
$ ./vlc.exe -vvv --network-caching="200" rtsp://192.168.1.247:554/live/ch00_0 --sout "#duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name="TestStream"}}"
[004c34b0] main libvlc debug: VLC media player - 2.0.7 Twoflower
[004c34b0] main libvlc debug: Copyright ▒ 1996-2013 VLC authors and VideoLAN
[004c34b0] main libvlc debug: revision 2.0.7-7-gf12ab4a
[004c34b0] main libvlc debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--disable-portaudio' '--disable-sdl' '--enable-qt4' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-sqlite' '--disable-dirac' '--host=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'CXX=i686-w64-mingw32-g++ -static-libgcc'
[004c34b0] main libvlc debug: searching plug-in modules
[004c34b0] main libvlc debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[004c34b0] main libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
[004c34b0] main libvlc debug: saving plugins cache C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[004c34b0] main libvlc debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[004c34b0] main libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
[004c34b0] main libvlc debug: saving plugins cache C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
[004c34b0] main libvlc debug: plug-ins loaded: 777 modules
[004c34b0] main libvlc debug: opening config file (C:\Users\Gamma\AppData\Roaming\vlc\vlcrc)
[004c34b0] main libvlc debug: translation test: code is "ru"
[004c34b0] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 FPU
[004c34b0] main libvlc debug: looking for memcpy module: 8 candidates
[004c34b0] main libvlc debug: using memcpy module "memcpymmxext"
[004ccee8] main input debug: Creating an input for '▒▒▒▒▒▒▒▒▒'
[004ccee8] main input debug: Input is a meta file: disabling unneeded options
[004ccee8] main input debug: using timeshift granularity of 50 MiB, in path 'F:\Develop\SDK\cygwin\tmp'
[004ccee8] main input debug: `file/xspf-open:///C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf'
[004ccee8] main input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[017d7d30] main demux debug: looking for access_demux module: 6 candidates
[017d7d30] main demux debug: no access_demux module matching "file" could be loaded
[017d7d30] main demux debug: TIMER module_need() : 1.963 ms - Total 1.963 ms / 1 intvls (Avg 1.963 ms)
[004ccee8] main input debug: creating access 'file' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf', path='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[01840298] main access debug: looking for access module: 6 candidates
[01840298] filesystem access debug: opening file `C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[01840298] main access debug: using access module "filesystem"
[01840298] main access debug: TIMER module_need() : 1.286 ms - Total 1.286 ms / 1 intvls (Avg 1.286 ms)
[0184d358] main stream debug: Using stream method for AStream*
[0184d358] main stream debug: starting pre-buffering
[0184d358] main stream debug: received first data after 0 ms
[0184d358] main stream debug: pre-buffering done 309 bytes in 0s - 9429 KiB/s
[0184d408] main stream debug: looking for stream_filter module: 8 candidates
[0184d408] main stream debug: no stream_filter module matching "any" could be loaded
[0184d408] main stream debug: TIMER module_need() : 2.150 ms - Total 2.150 ms / 1 intvls (Avg 2.150 ms)
[0184d408] main stream debug: looking for stream_filter module: 2 candidates
[0184d408] main stream debug: using stream_filter module "stream_filter_record"
[0184d408] main stream debug: TIMER module_need() : 0.565 ms - Total 0.565 ms / 1 intvls (Avg 0.565 ms)
[004ccee8] main input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Gamma\AppData\Roaming\vlc\ml.xspf'
[017d7ea0] main demux debug: looking for demux module: 2 candidates
[017d7ea0] playlist demux debug: using XSPF playlist reader
[017d7ea0] main demux debug: using demux module "playlist"
[017d7ea0] main demux debug: TIMER module_need() : 0.663 ms - Total 0.663 ms / 1 intvls (Avg 0.663 ms)
[017d5d58] main demux meta debug: looking for meta reader module: 4 candidates
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[017d5d58] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[017d5d58] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[017d5d58] main demux meta debug: no meta reader module matching "any" could be loaded
[017d5d58] main demux meta debug: TIMER module_need() : 4.439 ms - Total 4.439 ms / 1 intvls (Avg 4.439 ms)
[004ccee8] main input debug: `file/xspf-open:///C:/Users/Gamma/AppData/Roaming/vlc/ml.xspf' successfully opened
[017c7730] main xml reader debug: looking for xml reader module: 2 candidates
[017c7730] main xml reader debug: using xml reader module "xml"
[017c7730] main xml reader debug: TIMER module_need() : 0.913 ms - Total 0.913 ms / 1 intvls (Avg 0.913 ms)
[017d7ea0] playlist demux debug: parsed 0 tracks successfully
[004ccee8] main input debug: EOF reached
[017d7ea0] main demux debug: removing module "playlist"
[0184d408] main stream debug: removing module "stream_filter_record"
[01840298] main access debug: removing module "filesystem"
[004ccee8] main input debug: TIMER input launching for '▒▒▒▒▒▒▒▒▒' : 11.990 ms - Total 11.990 ms / 1 intvls (Avg 11.990 ms)
[017c7870] main interface debug: looking for interface module: 2 candidates
[017c7870] main interface debug: using interface module "hotkeys"
[017c7870] main interface debug: TIMER module_need() : 0.587 ms - Total 0.587 ms / 1 intvls (Avg 0.587 ms)
[018506b0] main playlist debug: playlist threads correctly activated
[018506b0] [018506b0] main playlist debug: main playlist debug: rebuilding array of current - root ▒▒▒▒▒▒▒▒
adding item `rtsp://192.168.1.247:554/live/ch00_0' ( rtsp://192.168.1.247:554/live/ch00_0 )
[018506b0] main playlist debug: rebuild done - 0 items, index -1
[018506b0] main playlist debug: meta ok for (null), need to fetch art
[017c77d0] main interface debug: looking for interface module: 2 candidates
[017d5d58] main demux meta debug: looking for meta fetcher module: 2 candidates
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\fetcher
[017d5d58] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
[017d5d58] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac
[017d5d58] main demux meta debug: using meta fetcher module "lua"
[017d5d58] main demux meta debug: TIMER module_need() : 3.519 ms - Total 3.519 ms / 1 intvls (Avg 3.519 ms)
[017d5d58] main demux meta debug: removing module "lua"
[018506b0] main playlist debug: searching art for rtsp://192.168.1.247:554/live/ch00_0
[0188fb30] main art finder debug: looking for art finder module: 4 candidates
[017c77d0] main interface debug: using interface module "globalhotkeys"
[017c77d0] main interface debug: TIMER module_need() : 5.300 ms - Total 5.300 ms / 1 intvls (Avg 5.300 ms)
[004c34b0] main libvlc: [▒▒▒▒▒▒ vlc ▒ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒. ▒▒▒▒▒▒▒▒▒▒▒ 'cvlc' ▒▒▒ ▒▒▒▒▒▒▒ vlc ▒▒▒ ▒▒▒▒▒▒▒▒▒▒.0
188fb30] lua art finder debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\art
[0188fb30] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
[0188fb30] [017c7910] lua art finder debug: main interface debug: looking for interface module: 8 candidates
Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
[0188fb30] lua art finder debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\art
[0188fb30] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
[0188fb30] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
[0188fb30] main art finder debug: no art finder module matching "any" could be loaded
[0188fb30] main art finder debug: TIMER module_need() : 15.712 ms - Total 15.712 ms / 1 intvls (Avg 15.712 ms)
[018506b0] main playlist debug: art not found for rtsp://192.168.1.247:554/live/ch00_0
[017d80c8] main generic debug: looking for extension module: 2 candidates
[017d80c8] lua generic debug: Opening Lua Extension module
[017d80c8] lua generic debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\extensions
[017d80c8] lua generic debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\extensions
[017d80c8] main generic debug: using extension module "lua"
[017d80c8] main generic debug: TIMER module_need() : 0.729 ms - Total 0.729 ms / 1 intvls (Avg 0.729 ms)
[017c7910] main interface debug: using interface module "qt4"
[017c7910] main interface debug: TIMER module_need() : 67.175 ms - Total 67.175 ms / 1 intvls (Avg 67.175 ms)
[018506b0] main playlist debug: rebuilding array of current - root ▒▒▒▒▒▒▒▒
[018506b0] main playlist debug: rebuild done - 1 items, index -1
[018506b0] main playlist debug: processing request item: null, node: ▒▒▒▒▒▒▒▒, skip: 0
[018506b0] main playlist debug: starting playback of the new playlist item
[018506b0] main playlist debug: resyncing on rtsp://192.168.1.247:554/live/ch00_0
[018506b0] main playlist debug: rtsp://192.168.1.247:554/live/ch00_0 is at 0
[018506b0] main playlist debug: creating new input thread
[0197e9d0] main input debug: Creating an input for 'rtsp://192.168.1.247:554/live/ch00_0'
[017c7910] qt4 interface debug: IM: Setting an input
[0184d828] main stream output debug: using sout chain=`duplicate{dst=udp{mux=ts,dst=239.255.12.42,port=1234,sap,name=TestStream}}'
[0184d828] main stream output debug: stream=`duplicate'
[017bbde0] main stream out debug: looking for sout stream module: 2 candidates
[017bbde0] stream_out_duplicate stream out debug: creating 'duplicate'
[017bbde0] stream_out_duplicate stream out debug: * adding `udp{mux=ts,dst=239.255.12.42,port=1234,sap,name=TestStream}'
[0184d828] main stream output debug: stream=`udp'
[017bbf30] main stream out debug: looking for sout stream module: 2 candidates
[017bbf30] main stream out debug: set config option: sout-standard-mux to ts
[017bbf30] main stream out debug: set config option: sout-standard-dst to 239.255.12.42
[017bbf30] main stream out warning: option port is unknown
[017bbf30] main stream out debug: set config option: sout-standard-sap to (null)
[017bbf30] main stream out debug: set config option: sout-standard-name to TestStream
[017d8460] main access out debug: looking for sout access module: 2 candidates
[017d8460] main access out debug: net: connecting to [239.255.12.42]:1234
[017d8460] access_output_udp access out debug: source: 192.168.1.111 port 65483
[017d8460] access_output_udp access out debug: destination: 239.255.12.42 port 1234
[017d8460] main access out debug: using sout access module "access_output_udp"
[017d8460] main access out debug: TIMER module_need() : 2.501 ms - Total 2.501 ms / 1 intvls (Avg 2.501 ms)
[0198c370] main mux debug: looking for sout mux module: 2 candidates
[0198c370] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[0198c370] main mux debug: using sout mux module "mux_ts"
[0198c370] main mux debug: TIMER module_need() : 1.270 ms - Total 1.270 ms / 1 intvls (Avg 1.270 ms)
[0184d828] main stream output debug: muxer support adding stream at any time
[0184d828] main stream output debug: muxer prefers to wait for all ES before starting to mux
[017bbf30] stream_out_standard stream out debug:
[0184d828] main stream output debug: adding SAP session
[017c7cd0] main sap sender debug: using SAP address: 239.255.255.255
[017c7cd0] main sap sender debug: net: connecting to [239.255.255.255]:9875
[017bbf30] stream_out_standard stream out debug: using `udp/ts://239.255.12.42'
[017bbf30] main stream out debug: using sout stream module "stream_out_standard"
[017bbf30] main stream out debug: TIMER module_need() : 9.200 ms - Total 9.200 ms / 1 intvls (Avg 9.200 ms)
[017bbde0] main stream out debug: using sout stream module "stream_out_duplicate"
[017bbde0] main stream out debug: TIMER module_need() : 10.191 ms - Total 10.191 ms / 1 intvls (Avg 10.191 ms)
[0197e9d0] main input debug: using timeshift granularity of 50 MiB, in path 'F:\Develop\SDK\cygwin\tmp'
[0197e9d0] main input debug: `rtsp://192.168.1.247:554/live/ch00_0' gives access `rtsp' demux `' path `192.168.1.247:554/live/ch00_0'
[0197e9d0] main input debug: creating demux: access='rtsp' demux='' location='192.168.1.247:554/live/ch00_0' file='\\192.168.1.247:554\live\ch00_0'
[017d8518] main demux debug: looking for access_demux module: 2 candidates
[017d8518] live555 demux debug: version 2012.12.18
Opening connection to 192.168.1.247, port 554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.1.247:554/live/ch00_0 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Received 112 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Server: UBNT Streaming Server v1.2
Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE
Sending request: DESCRIBE rtsp://192.168.1.247:554/live/ch00_0 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Accept: application/sdp
Received 562 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Server: UBNT Streaming Server v1.2
Content-Base: rtsp://192.168.1.247:554/live/ch00_0/
Content-Type: application/sdp
Content-Length: 393
v=0
o=- 1 1 IN IP4 127.0.0.1
s=Ubiquiti Live
i=UBNT Streaming Media
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 99
b=AS:50000
a=framerate:30
a=x-dimensions:1280,720
a=x-vendor-id:ubnt,a521
a=x-rtp-ts:4658945033938928336
a=rtpmap:99 H264/90000
a=fmtp:99 profile-level-id=420028;packetization-mode=1;sprop-parameter-sets=Z0IAKOkAoAt2A8SABt3QAM3+YA2IEJR=,aM4xUg==
a=control:trackID=0
[017d8518] live555 demux debug: RTP subsession 'video/H264'
Sending request: SETUP rtsp://192.168.1.247:554/live/ch00_0/trackID=0 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Transport: RTP/AVP;unicast;client_port=65486-65487
Received 47 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 461 Unsupported Transport
CSeq: 4
Sending request: SETUP rtsp://192.168.1.247:554/live/ch00_0/trackID=0 RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
Received 107 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
Session: 16EA1549B0C75052F6B5
[0197e9d0] main input debug: selecting program id=0
[017d8518] live555 demux debug: setup start: 0.000000 stop:0.000000
Sending request: PLAY rtsp://192.168.1.247:554/live/ch00_0/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.0.7 (LIVE555 Streaming Media v2012.12.18)
Session: 16EA1549B0C75052F6B5
Range: npt=0.000-
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Session: 16EA1549B0C75052F6B5
Date: Thu Jul 11 11:13:18 2013
Range: npt=now-
RTP-Info: url=rtsp://192.168.1.247:554/live/ch00_0//trackID=0;seq=18675;rtptime=0
[017d8518] live555 demux debug: play start: 0.000000 stop:0.000000
[017d8518] main demux debug: using access_demux module "live555"
[017d8518] main demux debug: TIMER module_need() : 19.603 ms - Total 19.603 ms / 1 intvls (Avg 19.603 ms)
[047a2ad8] main decoder debug: looking for packetizer module: 42 candidates
[047a2ad8] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0)
[047a2ad8] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0)
[047a2ad8] main decoder debug: using packetizer module "packetizer_h264"
[047a2ad8] main decoder debug: TIMER module_need() : 5.824 ms - Total 5.824 ms / 1 intvls (Avg 5.824 ms)
[0197e9d0] main input debug: starting in async mode
[017d69d0] main demux meta debug: looking for meta reader module: 4 candidates
[017d69d0] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[017d69d0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[017d69d0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[017d69d0] lua demux meta debug: Trying Lua scripts in C:\Users\Gamma\AppData\Roaming\vlc\lua\meta\reader
[017d69d0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
[017d69d0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
[017d69d0] main demux meta debug: no meta reader module matching "any" could be loaded
[017d69d0] main demux meta debug: TIMER module_need() : 2.368 ms - Total 2.368 ms / 1 intvls (Avg 2.368 ms)
[0197e9d0] main input debug: `rtsp://192.168.1.247:554/live/ch00_0' successfully opened
[0197e9d0] main input debug: switching to sync mode
[0197e9d0] main input debug: Buffering 0%
[0197e9d0] main input debug: Buffering 0%
[0197e9d0] main input debug: Buffering 0%
[0197e9d0] main input debug: Buffering 16%
[0197e9d0] main input debug: Buffering 32%
[0184d828] main stream output debug: adding a new sout input (sout_input:019817b0)
[017bbde0] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0)
[0198c370] main mux debug: adding a new input
[0198c370] mux_ts mux debug: adding input codec=h264 pid=68
[0198c370] mux_ts mux debug: new PCR PID is 68
[017bbde0] stream_out_duplicate stream out debug: - added for output 0
[0197e9d0] main input debug: Buffering 48%
[0197e9d0] main input debug: Buffering 65%
[0197e9d0] main input debug: Buffering 81%
[0197e9d0] main input debug: Buffering 97%
[0197e9d0] main input debug: Stream buffering done (228 ms in 231 ms)
[0197e9d0] main input debug: Decoder buffering done in 0 ms
[017d8460] access_output_udp access out debug: late packet for UDP input (793267)
[017d8460] access_output_udp access out debug: late packet for UDP input (791783)
[017d8460] access_output_udp access out debug: late packet for UDP input (790280)
[017d8460] access_output_udp access out debug: late packet for UDP input (788775)
[017d8460] [017d8460] access_output_udp access out debug: late packet for UDP input (787270)
access_output_udp access out debug: [017d8460] packet has been sent too late (793438)
access_output_udp access out debug: late packet for UDP input (785776)
[017d8460] access_output_udp access out debug: late packet for UDP input (784276)
[017d8460] access_output_udp access out debug: late packet for UDP input (782775)
[017d8460] access_output_udp access out debug: late packet for UDP input (781269)
[017d8460] access_output_udp access out debug: late packet for UDP input (779761)
[017d8460] access_output_udp access out debug: late packet for UDP input (778255)
[017d8460] access_output_udp access out debug: late packet for UDP input (776747)
[017d8460] access_output_udp access out debug: late packet for UDP input (775240)
[017d8460] access_output_udp access out debug: late packet for UDP input (773733)
[017d8460] access_output_udp access out debug: late packet for UDP input (772226)
[017d8460] access_output_udp access out debug: late packet for UDP input (770719)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (769212)
access_output_udp access out debug: [017d8460] packet has been sent too late (792412)
access_output_udp access out debug: late packet for UDP input (767724)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (766224)
access_output_udp access out debug: packet has been sent too late (790954)
[017d8460] access_output_udp access out debug: late packet for UDP input (764738)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (763236)
packet has been sent too late (789495)
[017d8460] access_output_udp access out debug: late packet for UDP input (761733)
[017d8460] access_output_udp access out debug: late packet for UDP input (760228)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (788057)
late packet for UDP input (758721)
[017d8460] access_output_udp access out debug: late packet for UDP input (757221)
[017d8460] access_output_udp access out debug: late packet for UDP input (755714)
[017d8460] access_output_udp access out debug: late packet for UDP input (754211)
[017d8460] access_output_udp access out debug: late packet for UDP input (752704)
[017d8460] access_output_udp access out debug: late packet for UDP input (751196)
[017d8460] access_output_udp access out debug: late packet for UDP input (749689)
[017d8460] access_output_udp access out debug: late packet for UDP input (748181)
[017d8460] access_output_udp access out debug: late packet for UDP input (746673)
[017d8460] access_output_udp access out debug: late packet for UDP input (745166)
[017d8460] access_output_udp access out debug: late packet for UDP input (743658)
[017d8460] access_output_udp access out debug: late packet for UDP input (742151)
[017d8460] access_output_udp access out debug: late packet for UDP input (740643)
[017d8460] access_output_udp access out debug: late packet for UDP input (739135)
[017d8460] access_output_udp access out debug: late packet for UDP input (737628)
[017d8460] access_output_udp access out debug: late packet for UDP input (736120)
[017d8460] access_output_udp access out debug: late packet for UDP input (734613)
[017d8460] access_output_udp access out debug: late packet for UDP input (733105)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (731597)
access_output_udp access out debug: packet has been sent too late (787231)
[017d8460] access_output_udp access out debug: late packet for UDP input (730121)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (728617)
packet has been sent too late (785770)
[017d8460] access_output_udp access out debug: late packet for UDP input (727115)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (725612)
packet has been sent too late (784311)
[017d8460] access_output_udp access out debug: late packet for UDP input (724111)
[017d8460] access_output_udp access out debug: late packet for UDP input (722604)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (782871)
late packet for UDP input (721097)
[017d8460] access_output_udp access out debug: late packet for UDP input (719597)
[017d8460] access_output_udp access out debug: late packet for UDP input (718089)
[017d8460] access_output_udp access out debug: late packet for UDP input (716587)
[017d8460] access_output_udp access out debug: late packet for UDP input (715079)
[017d8460] access_output_udp access out debug: late packet for UDP input (713572)
[017d8460] access_output_udp access out debug: late packet for UDP input (712064)
[017d8460] access_output_udp access out debug: late packet for UDP input (710555)
[017d8460] access_output_udp access out debug: late packet for UDP input (709048)
[017d8460] access_output_udp access out debug: late packet for UDP input (707540)
[017d8460] access_output_udp access out debug: late packet for UDP input (706034)
[017d8460] access_output_udp access out debug: late packet for UDP input (704526)
[017d8460] access_output_udp access out debug: late packet for UDP input (703018)
[017d8460] access_output_udp access out debug: late packet for UDP input (701511)
[017d8460] access_output_udp access out debug: late packet for UDP input (700003)
[017d8460] access_output_udp access out debug: late packet for UDP input (698496)
[017d8460] access_output_udp access out debug: late packet for UDP input (696988)
[017d8460] access_output_udp access out debug: late packet for UDP input (695480)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (693986)
access_output_udp access out debug: [017d8460] packet has been sent too late (782058)
access_output_udp access out debug: late packet for UDP input (692500)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (690997)
access_output_udp access out debug: [017d8460] packet has been sent too late (780599)
access_output_udp access out debug: late packet for UDP input (689495)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (687993)
access_output_udp access out debug: [017d8460] packet has been sent too late (779140)
access_output_udp access out debug: late packet for UDP input (686488)
[017d8460] access_output_udp access out debug: late packet for UDP input (684985)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (683478)
packet has been sent too late (777699)
[017d8460] access_output_udp access out debug: late packet for UDP input (681976)
[017d8460] access_output_udp access out debug: late packet for UDP input (680474)
[017d8460] access_output_udp access out debug: late packet for UDP input (678970)
[017d8460] access_output_udp access out debug: late packet for UDP input (677462)
[017d8460] access_output_udp access out debug: late packet for UDP input (675955)
[017d8460] access_output_udp access out debug: late packet for UDP input (674447)
[017d8460] access_output_udp access out debug: late packet for UDP input (672939)
[017d8460] access_output_udp access out debug: late packet for UDP input (671431)
[017d8460] access_output_udp access out debug: late packet for UDP input (669924)
[017d8460] access_output_udp access out debug: late packet for UDP input (668416)
[017d8460] access_output_udp access out debug: late packet for UDP input (666908)
[017d8460] access_output_udp access out debug: late packet for UDP input (665401)
[017d8460] access_output_udp access out debug: late packet for UDP input (663893)
[017d8460] access_output_udp access out debug: late packet for UDP input (662386)
[017d8460] access_output_udp access out debug: late packet for UDP input (660877)
[017d8460] access_output_udp access out debug: late packet for UDP input (659369)
[017d8460] access_output_udp access out debug: late packet for UDP input (657863)
[017d8460] access_output_udp access out debug: late packet for UDP input (656355)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (776878)
late packet for UDP input (654861)
[017d8460] access_output_udp access out debug: late packet for UDP input (653373)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (775431)
late packet for UDP input (651866)
[017d8460] access_output_udp access out debug: late packet for UDP input (650378)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (773976)
late packet for UDP input (648871)
[017d8460] access_output_udp access out debug: late packet for UDP input (647381)
[017d8460] access_output_udp access out debug: late packet for UDP input (645874)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (772562)
late packet for UDP input (644367)
[017d8460] access_output_udp access out debug: late packet for UDP input (642873)
[017d8460] access_output_udp access out debug: late packet for UDP input (641370)
[017d8460] access_output_udp access out debug: late packet for UDP input (639863)
[017d8460] access_output_udp access out debug: late packet for UDP input (638356)
[017d8460] access_output_udp access out debug: late packet for UDP input (636849)
[017d8460] access_output_udp access out debug: late packet for UDP input (635341)
[017d8460] access_output_udp access out debug: late packet for UDP input (633834)
[017d8460] access_output_udp access out debug: late packet for UDP input (632325)
[017d8460] access_output_udp access out debug: late packet for UDP input (630817)
[017d8460] access_output_udp access out debug: late packet for UDP input (629310)
[017d8460] access_output_udp access out debug: late packet for UDP input (627802)
[017d8460] access_output_udp access out debug: late packet for UDP input (626295)
[017d8460] access_output_udp access out debug: late packet for UDP input (624786)
[017d8460] access_output_udp access out debug: late packet for UDP input (623278)
[017d8460] access_output_udp access out debug: late packet for UDP input (621771)
[017d8460] access_output_udp access out debug: late packet for UDP input (620263)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (618756)
access_output_udp access out debug: [017d8460] packet has been sent too late (771700)
access_output_udp access out debug: late packet for UDP input (617264)
[017d8460] access_output_udp access out debug: late packet for UDP input (615764)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (770252)
late packet for UDP input (614256)
[017d8460] access_output_udp access out debug: late packet for UDP input (612763)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (768802)
late packet for UDP input (611260)
[017d8460] access_output_udp access out debug: late packet for UDP input (609762)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (608256)
packet has been sent too late (767350)
[017d8460] access_output_udp access out debug: late packet for UDP input (606753)
[017d8460] access_output_udp access out debug: late packet for UDP input (605250)
[017d8460] access_output_udp access out debug: late packet for UDP input (603747)
[017d8460] access_output_udp access out debug: late packet for UDP input (602239)
[017d8460] access_output_udp access out debug: late packet for UDP input (600733)
[017d8460] access_output_udp access out debug: late packet for UDP input (599435)
[017d8460] access_output_udp access out debug: late packet for UDP input (597930)
[017d8460] access_output_udp access out debug: late packet for UDP input (595572)
[017d8460] access_output_udp access out debug: late packet for UDP input (593212)
[017d8460] access_output_udp access out debug: late packet for UDP input (590852)
[017d8460] access_output_udp access out debug: late packet for UDP input (588492)
[017d8460] access_output_udp access out debug: late packet for UDP input (586133)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (766522)
late packet for UDP input (583788)
[017d8460] access_output_udp access out debug: late packet for UDP input (581436)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (765061)
late packet for UDP input (579076)
[017d8460] access_output_udp access out debug: late packet for UDP input (576732)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (763608)
late packet for UDP input (574373)
[017d8460] access_output_udp access out debug: late packet for UDP input (572024)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (569664)
packet has been sent too late (762159)
[017d8460] access_output_udp access out debug: late packet for UDP input (567311)
[017d8460] access_output_udp access out debug: late packet for UDP input (564956)
[017d8460] access_output_udp access out debug: late packet for UDP input (562601)
[017d8460] access_output_udp access out debug: late packet for UDP input (560241)
[017d8460] access_output_udp access out debug: late packet for UDP input (557881)
[017d8460] access_output_udp access out debug: late packet for UDP input (555522)
[017d8460] access_output_udp access out debug: late packet for UDP input (553162)
[017d8460] access_output_udp access out debug: late packet for UDP input (550802)
[017d8460] access_output_udp access out debug: late packet for UDP input (548442)
[017d8460] access_output_udp access out debug: late packet for UDP input (546083)
[017d8460] access_output_udp access out debug: late packet for UDP input (543723)
[017d8460] access_output_udp access out debug: late packet for UDP input (541362)
[017d8460] access_output_udp access out debug: late packet for UDP input (539002)
[017d8460] access_output_udp access out debug: late packet for UDP input (536643)
[017d8460] access_output_udp access out debug: late packet for UDP input (534283)
[017d8460] access_output_udp access out debug: late packet for UDP input (531923)
[017d8460] access_output_udp access out debug: late packet for UDP input (529563)
[017d8460] access_output_udp access out debug: late packet for UDP input (527203)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (524842)
packet has been sent too late (761340)
[017d8460] access_output_udp access out debug: late packet for UDP input (522503)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (520146)
packet has been sent too late (759880)
[017d8460] access_output_udp access out debug: late packet for UDP input (517795)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (515440)
packet has been sent too late (758423)
[017d8460] access_output_udp access out debug: late packet for UDP input (513085)
[017d8460] access_output_udp access out debug: late packet for UDP input (510726)[
017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (756981)
late packet for UDP input (508367)
[017d8460] access_output_udp access out debug: late packet for UDP input (506014)
[017d8460] access_output_udp access out debug: late packet for UDP input (503653)
[017d8460] access_output_udp access out debug: late packet for UDP input (501298)
[017d8460] access_output_udp access out debug: late packet for UDP input (498938)
[017d8460] access_output_udp access out debug: late packet for UDP input (496579)
[017d8460] access_output_udp access out debug: late packet for UDP input (494218)
[017d8460] access_output_udp access out debug: late packet for UDP input (491859)
[017d8460] access_output_udp access out debug: late packet for UDP input (489516)
[017d8460] access_output_udp access out debug: late packet for UDP input (487157)
[017d8460] access_output_udp access out debug: late packet for UDP input (484797)
[017d8460] access_output_udp access out debug: late packet for UDP input (482437)
[017d8460] access_output_udp access out debug: late packet for UDP input (480077)
[017d8460] access_output_udp access out debug: late packet for UDP input (477717)
[017d8460] access_output_udp access out debug: late packet for UDP input (475358)
[017d8460] access_output_udp access out debug: late packet for UDP input (472998)
[017d8460] access_output_udp access out debug: late packet for UDP input (470638)
[017d8460] access_output_udp access out debug: late packet for UDP input (468278)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (465918)
packet has been sent too late (756164)
[017d8460] access_output_udp access out debug: late packet for UDP input (463600)
[017d8460] access_output_udp access out debug: late packet for UDP input (461253)
[017d8460] access_output_udp access out debug: late packet for UDP input (458895)
[017d8460] access_output_udp access out debug: late packet for UDP input (456537)
[017d8460] access_output_udp access out debug: late packet for UDP input (454180)
[017d8460] access_output_udp access out debug: late packet for UDP input (451828)
[017d8460] access_output_udp access out debug: late packet for UDP input (449469)
[017d8460] access_output_udp access out debug: late packet for UDP input (447111)
[017d8460] access_output_udp access out debug: late packet for UDP input (444752)
[017d8460] access_output_udp access out debug: late packet for UDP input (442393)
[017d8460] access_output_udp access out debug: late packet for UDP input (440035)
[017d8460] access_output_udp access out debug: late packet for UDP input (437676)
[017d8460] access_output_udp access out debug: late packet for UDP input (435318)
[017d8460] access_output_udp access out debug: late packet for UDP input (432959)
[017d8460] access_output_udp access out debug: late packet for UDP input (430599)
[017d8460] access_output_udp access out debug: late packet for UDP input (428240)
[017d8460] access_output_udp access out debug: late packet for UDP input (425880)
[017d8460] access_output_udp access out debug: late packet for UDP input (423522)
[017d8460] access_output_udp access out debug: late packet for UDP input (421162)
[017d8460] access_output_udp access out debug: late packet for UDP input (418804)
[017d8460] access_output_udp access out debug: late packet for UDP input (416446)
[017d8460] access_output_udp access out debug: late packet for UDP input (414087)
[017d8460] access_output_udp access out debug: late packet for UDP input (411728)
[017d8460] access_output_udp access out debug: late packet for UDP input (409368)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (755619)
late packet for UDP input (407025)
[017d8460] access_output_udp access out debug: late packet for UDP input (404673)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (754157)
late packet for UDP input (402314)
[017d8460] access_output_udp access out debug: late packet for UDP input (399962)
[017d8460] access_output_udp access out debug: late packet for UDP input (397602)
[017d8460] access_output_udp access out debug: late packet for UDP input (395244)
[017d8460] access_output_udp access out debug: late packet for UDP input (392885)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (390526)
packet has been sent too late (752823)
[017d8460] access_output_udp access out debug: late packet for UDP input (388177)
[017d8460] access_output_udp access out debug: packet has been sent too late (751367)
[017d8460] access_output_udp access out debug: late packet for UDP input (386085)
[017d8460] access_output_udp access out debug: late packet for UDP input (383724)
[017d8460] access_output_udp access out debug: late packet for UDP input (381332)
[017d8460] access_output_udp access out debug: late packet for UDP input (378937)
[017d8460] access_output_udp access out debug: late packet for UDP input (376544)
[017d8460] access_output_udp access out debug: late packet for UDP input (374150)
[017d8460] access_output_udp access out debug: late packet for UDP input (371757)
[017d8460] access_output_udp access out debug: late packet for UDP input (369363)
[017d8460] access_output_udp access out debug: late packet for UDP input (366969)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (750437)
late packet for UDP input (364585)
[017d8460] access_output_udp access out debug: late packet for UDP input (362206)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (748979)
late packet for UDP input (359812)
[017d8460] access_output_udp access out debug: late packet for UDP input (357435)
[017d8460] access_output_udp access out debug: late packet for UDP input (355043)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (352650)
access_output_udp access out debug: [017d8460] packet has been sent too late (747589)
access_output_udp access out debug: late packet for UDP input (350262)
[017d8460] access_output_udp access out debug: late packet for UDP input (347871)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (345476)
access_output_udp access out debug: [017d8460] packet has been sent too late (746160)
access_output_udp access out debug: late packet for UDP input (343106)
[017d8460] access_output_udp access out debug: late packet for UDP input (340720)
[017d8460] access_output_udp access out debug: late packet for UDP input (338331)
[017d8460] access_output_udp access out debug: late packet for UDP input (335937)
[017d8460] access_output_udp access out debug: late packet for UDP input (333542)
[017d8460] access_output_udp access out debug: late packet for UDP input (331153)
[017d8460] access_output_udp access out debug: late packet for UDP input (328759)
[017d8460] access_output_udp access out debug: late packet for UDP input (326364)
[017d8460] access_output_udp access out debug: late packet for UDP input (323970)
[017d8460] access_output_udp access out debug: late packet for UDP input (321575)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (745065)
late packet for UDP input (319205)
[017d8460] access_output_udp access out debug: late packet for UDP input (316823)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (743612)
late packet for UDP input (314430)
[017d8460] access_output_udp access out debug: late packet for UDP input (312043)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (742152)
late packet for UDP input (309650)
[017d8460] access_output_udp access out debug: late packet for UDP input (307272)
[017d8460] access_output_udp access out debug: late packet for UDP input (304884)
[017d8460] access_output_udp access out debug: late packet for UDP input (302492)
[017d8460] access_output_udp access out debug: late packet for UDP input (300100)
[017d8460] access_output_udp access out debug: late packet for UDP input (297706)
[017d8460] access_output_udp access out debug: late packet for UDP input (295316)
[017d8460] access_output_udp access out debug: late packet for UDP input (292923)
[017d8460] access_output_udp access out debug: late packet for UDP input (290530)
[017d8460] access_output_udp access out debug: late packet for UDP input (288136)
[017d8460] access_output_udp access out debug: late packet for UDP input (285743)
[017d8460] access_output_udp access out debug: late packet for UDP input (283355)
[017d8460] access_output_udp access out debug: late packet for UDP input (280960)
[017d8460] access_output_udp access out debug: late packet for UDP input (278567)
[017d8460] access_output_udp access out debug: late packet for UDP input (276173)
[017d8460] access_output_udp access out debug: late packet for UDP input (273780)
[017d8460] access_output_udp access out debug: late packet for UDP input (271387)
[017d8460] access_output_udp access out debug: late packet for UDP input (268993)
[017d8460] access_output_udp access out debug: late packet for UDP input (266601)
[017d8460] access_output_udp access out debug: late packet for UDP input (264206)
[017d8460] access_output_udp access out debug: late packet for UDP input (261813)
[017d8460] access_output_udp access out debug: late packet for UDP input (259419)
[017d8460] access_output_udp access out debug: late packet for UDP input (257026)
[017d8460] access_output_udp access out debug: late packet for UDP input (254633)
[017d8460] access_output_udp access out debug: late packet for UDP input (252239)
[017d8460] access_output_udp access out debug: [017d846late packet for UDP input (249846)0
] access_output_udp access out debug: packet has been sent too late (741628)[
017d8460] access_output_udp access out debug: late packet for UDP input (247484)
[017d8460] access_output_udp access out debug: late packet for UDP input (245100)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (740196)
late packet for UDP input (242706)
[017d8460] access_output_udp access out debug: late packet for UDP input (240321)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (738736)
late packet for UDP input (237929)
[017d8460] access_output_udp access out debug: late packet for UDP input (235540)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (737278)
late packet for UDP input (233147)
[017d8460] access_output_udp access out debug: late packet for UDP input (230772)
[017d8460] access_output_udp access out debug: late packet for UDP input (228382)
[017d8460] access_output_udp access out debug: late packet for UDP input (225989)
[017d8460] access_output_udp access out debug: late packet for UDP input (223595)
[017d8460] access_output_udp access out debug: late packet for UDP input (221202)
[017d8460] access_output_udp access out debug: late packet for UDP input (218808)
[017d8460] access_output_udp access out debug: late packet for UDP input (216414)
[017d8460] access_output_udp access out debug: late packet for UDP input (214020)
[017d8460] access_output_udp access out debug: late packet for UDP input (211626)
[017d8460] access_output_udp access out debug: late packet for UDP input (209232)
[017d8460] access_output_udp access out debug: late packet for UDP input (206838)
[017d8460] access_output_udp access out debug: late packet for UDP input (204445)
[017d8460] access_output_udp access out debug: late packet for UDP input (202051)
[017d8460] access_output_udp access out debug: late packet for UDP input (199657)
[017d8460] access_output_udp access out debug: late packet for UDP input (197263)
[017d8460] access_output_udp access out debug: late packet for UDP input (194869)
[017d8460] access_output_udp access out debug: late packet for UDP input (192475)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: late packet for UDP input (190092)
packet has been sent too late (736448)
[017d8460] access_output_udp access out debug: late packet for UDP input (187709)
[017d8460] [017access_output_udp access out debug: d8460] late packet for UDP input (185318)
access_output_udp access out debug: [017d8460] packet has been sent too late (735003)
access_output_udp access out debug: late packet for UDP input (182929)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (180539)
access_output_udp access out debug: [017d8460] packet has been sent too late (733546)
access_output_udp access out debug: late packet for UDP input (178150)
[017d8460] access_output_udp access out debug: late packet for UDP input (175761)
[017d8460] access_output_udp access out debug: late packet for UDP input (173367)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (732139)
late packet for UDP input (170975)
[017d8460] access_output_udp access out debug: late packet for UDP input (168590)
[017d8460] access_output_udp access out debug: late packet for UDP input (166200)
[017d8460] access_output_udp access out debug: late packet for UDP input (163807)
[017d8460] access_output_udp access out debug: late packet for UDP input (161412)
[017d8460] access_output_udp access out debug: late packet for UDP input (159245)
[017d8460] access_output_udp access out debug: late packet for UDP input (156711)
[017d8460] access_output_udp access out debug: late packet for UDP input (154149)
[017d8460] access_output_udp access out debug: late packet for UDP input (151586)
[017d8460] access_output_udp access out debug: late packet for UDP input (149023)
[017d8460] access_output_udp access out debug: late packet for UDP input (146462)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (731271)
late packet for UDP input (143911)
[017d8460] access_output_udp access out debug: late packet for UDP input (141364)
[017d8460] access_output_udp access out debug: late packet for UDP input (138802)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (729851)
late packet for UDP input (136240)
[017d8460] access_output_udp access out debug: late packet for UDP input (133688)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (131125)
access_output_udp access out debug: [017d8460] packet has been sent too late (728412)
access_output_udp access out debug: late packet for UDP input (128567)
[017d8460] access_output_udp access out debug: late packet for UDP input (126009)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (726967)
late packet for UDP input (123448)
[017d8460] access_output_udp access out debug: late packet for UDP input (120892)
[017d8460] access_output_udp access out debug: late packet for UDP input (118334)
[017d8460] access_output_udp access out debug: late packet for UDP input (115772)
[017d8460] access_output_udp access out debug: late packet for UDP input (113210)
[017d8460] access_output_udp access out debug: late packet for UDP input (110648)
[017d8460] access_output_udp access out debug: late packet for UDP input (108085)
[017d8460] access_output_udp access out debug: late packet for UDP input (105522)
[017d8460] access_output_udp access out debug: late packet for UDP input (102960)
[017d8460] access_output_udp access out debug: late packet for UDP input (100397)
[017d8460] access_output_udp access out debug: late packet for UDP input (97834)
[017d8460] access_output_udp access out debug: late packet for UDP input (95274)
[017d8460] access_output_udp access out debug: late packet for UDP input (92711)
[017d8460] access_output_udp access out debug: late packet for UDP input (90151)
[017d8460] access_output_udp access out debug: late packet for UDP input (87589)
[017d8460] access_output_udp access out debug: late packet for UDP input (85025)
[017d8460] access_output_udp access out debug: late packet for UDP input (82463)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (726102)
late packet for UDP input (79924)
[017d8460] access_output_udp access out debug: late packet for UDP input (77378)
[017d8460] access_output_udp access out debug: late packet for UDP input (74815)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (724690)
late packet for UDP input (72252)
[017d8460] access_output_udp access out debug: late packet for UDP input (69706)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (723230)
late packet for UDP input (67143)
[017d8460] access_output_udp access out debug: late packet for UDP input (64593)
[017d8460] access_output_udp access out debug: late packet for UDP input (62037)
[017d8460] access_output_udp access out debug: late packet for UDP input (59474)
[017d8460] access_output_udp access out debug: late packet for UDP input (56915)
[017d8460] access_output_udp access out debug: late packet for UDP input (54352)
[017d8460] access_output_udp access out debug: late packet for UDP input (51789)
[017d8460] access_output_udp access out debug: late packet for UDP input (49226)
[017d8460] access_output_udp access out debug: late packet for UDP input (46662)
[017d8460] access_output_udp access out debug: late packet for UDP input (44099)
[017d8460] access_output_udp access out debug: late packet for UDP input (41536)
[017d8460] access_output_udp access out debug: late packet for UDP input (38972)
[017d8460] access_output_udp access out debug: late packet for UDP input (36414)
[017d8460] access_output_udp access out debug: late packet for UDP input (33850)
[017d8460] access_output_udp access out debug: late packet for UDP input (31286)
[017d8460] access_output_udp access out debug: late packet for UDP input (28723)
[017d8460] access_output_udp access out debug: late packet for UDP input (26160)
[017d8460] access_output_udp access out debug: late packet for UDP input (23596)
[017d8460] access_output_udp access out debug: late packet for UDP input (21033)
[017d8460] access_output_udp access out debug: late packet for UDP input (18470)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (722459)
late packet for UDP input (15925)
[017d8460] access_output_udp access out debug: late packet for UDP input (13369)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (721009)
late packet for UDP input (10807)
[017d8460] access_output_udp access out debug: late packet for UDP input (8258)
[017d8460] [017d8460] access_output_udp access out debug: access_output_udp access out debug: packet has been sent too late (719552)
late packet for UDP input (5695)
[017d8460] access_output_udp access out debug: late packet for UDP input (3145)
[017d8460] access_output_udp access out debug: [017d8460] late packet for UDP input (582)
access_output_udp access out debug: packet has been sent too late (718119)
[017d8460] access_output_udp access out debug: packet has been sent too late (717280)
[017d8460] access_output_udp access out debug: packet has been sent too late (715906)
[017d8460] access_output_udp access out debug: packet has been sent too late (714439)
[017d8460] access_output_udp access out debug: packet has been sent too late (713053)
[017d8460] access_output_udp access out debug: packet has been sent too late (711711)
[017d8460] access_output_udp access out debug: packet has been sent too late (710251)
[017d8460] access_output_udp access out debug: packet has been sent too late (708786)
[017d8460] access_output_udp access out debug: packet has been sent too late (707343)
[017d8460] access_output_udp access out debug: packet has been sent too late (705925)
[017d8460] access_output_udp access out debug: packet has been sent too late (704473)
[017d8460] access_output_udp access out debug: packet has been sent too late (703042)
[017d8460] access_output_udp access out debug: packet has been sent too late (701608)
[017d8460] access_output_udp access out debug: packet has been sent too late (700174)
[017d8460] access_output_udp access out debug: packet has been sent too late (698737)
[017d8460] access_output_udp access out debug: packet has been sent too late (697305)
[017d8460] access_output_udp access out debug: packet has been sent too late (695913)