Mosaic RSTP Streams crash VLC

About encoding, codec settings, muxers and filter usage
dkuzdas@gmail.com
New Cone
New Cone
Posts: 3
Joined: 07 Aug 2018 16:44

Mosaic RSTP Streams crash VLC

Postby dkuzdas@gmail.com » 07 Aug 2018 17:34

Team VLC
I am trying to build a Mosaic based off of 4 RSTP streams from 4 separate IP cameras
The following camera steam plays WITHOUT issue using the Media—Open Network Stream Gui on a Windows 10 fully patched machine
rtsp://admin:Fa11river@192.168.10.16:554/Streaming/Channels/1
When I try to attached using the VLM config Mosaic method – background picture shows without issue – when the RSTP streams come in they show up as raster and eventually crashing vLC
I have adjusted my VLM config files to a single stream with same results. I believe my core issue is that my RSTP syntax must be wrong. See attached for VLM config file along with error file
I have tried multiple iterations of both the VLM config file as well as the following command iterations:
vlc.exe --extraintf=http:logger --verbose=2 --file-logging --logfile=C:\vlc\vlc-log.txt --vlm-conf C:\vlc\VLMTest15.conf --mosaic-width=1920 --mosaic-order "1,2,3,4" --mosaic-height=1024
vlc.exe --vlm-conf C:\vlc\VLMTest15.conf --mosaic-width=1920 --mosaic-order "1,2,3,4" --mosaic-height=1024
vlc.exe --vlm-conf C:\vlc\VLMTest15.conf
Have also tried to pull other channels from the IP cameras – again – no issue when launching from GUI
Have also tried same configuration on a 5th Gen Core i7 with 32gigs of memory -- same issue
Tried to attached error log but went over my quota. See the following link for error log https://fallrivergroup-my.sharepoint.co ... A?e=D3nD3R
Thanks in advance for any help provided
Dan

Code: Select all

new channel1 broadcast enabled setup channel1 input rtsp://admin:Fa11river@192.168.10.2:554/h264_stream setup channel1 output #mosaic-bridge{id=1,height=540,width=960} new channel2 broadcast enabled setup channel2 input rtsp://admin:Fa11river@192.168.10.4:554/h264_stream setup channel2 output #mosaic-bridge{id=2,height=540,width=960} new channel3 broadcast enabled setup channel3 input rtsp://admin:Fa11river@192.168.10.6:554/h264_stream setup channel3 output #mosaic-bridge{id=3,height=540,width=960 new channel4 broadcast enabled setup channel4 input rtsp://admin:Fa11river@192.168.10.8:554/h264_stream setup channel4 output #mosaic-bridge{id=4,height=540,width=960} new mosaic broadcast enabled setup mosaic input file:///C:\VLC/Backround.jpg setup mosaic option image-duration=-1 setup mosaic option image-fps=0 setup mosaic option mosaic-rows=2 setup mosaic option mosaic-cols=2 setup mosaic option mosaic-position=1 setup mosaic output #transcode{sfilter=mosaic,vcodec=mp4v,vb=8500,acodec=none,fps=15,scale=1}:display control channel1 play control channel2 play control channel3 play control channel4 play control mosaic play

dkuzdas@gmail.com
New Cone
New Cone
Posts: 3
Joined: 07 Aug 2018 16:44

Re: Mosaic RSTP Streams crash VLC

Postby dkuzdas@gmail.com » 07 Aug 2018 17:50

Additional info
VLC version 3.0.3
See output from terminal window below:
Also attached log file


VLC media player - 3.0.3 Vetinari
Copyright © 1996-2018 the VideoLAN team
Warning: if you cannot access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I qt"
Remote control interface initialized. Type `help' for help.
[000000000f53ef60] main interface debug: using interface module "oldrc"
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
[000000000634caf0] main vout display debug: auto hiding mouse cursor
[00000000063437a0] fps filter debug: Resetting timestamps
[00000000063437a0] fps filter debug: Resetting timestamps
To help you, we need messages, to completely understand what your problems is.

From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file

  • Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
  • Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
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.
-- logger module started --
main debug: VLC media player - 3.0.3 Vetinari
main debug: Copyright © 1996-2018 the VideoLAN team
main debug: revision 3.0.3-1-0-gc2bb759264
main debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--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' '--enable-qt' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--host=x86_64-w64-mingw32' '--with-breakpad=https://win.crashes.videolan.org' 'host_alias=x86_64-w64-mingw32' 'PKG_CONFIG_LIBDIR=/home/jenkins/workspace/vlc-release/windows/vlc-release-win32-x64/contrib/x86_64-w64-mingw32/lib/pkgconfig'
main debug: using multimedia timers as clock source
main debug: min period: 1 ms, max period: 1000000 ms
main debug: searching plug-in modules
main debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
main debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
main debug: plug-ins loaded: 490 modules
main debug: opening config file (C:\Users\test\AppData\Roaming\vlc\vlcrc)
main debug: looking for logger module matching "any": 2 candidates
file debug: opening logfile `C:\vlc\vlc-log.txt'
main debug: using logger module "file"
main debug: translation test: code is "C"
main debug: looking for keystore module matching "memory": 3 candidates
main debug: using keystore module "memory"
main debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
main debug: creating VLM
main debug: loading VLM configuration
main debug: load C:\vlc\VLMTest15.conf
main debug: Creating an input for 'rtsp://192.168.10.2:554/h264_stream'
main debug: using sout chain=`mosaic-bridge{id=1,height=540,width=960}'
main debug: stream=`mosaic-bridge'
main debug: looking for sout stream module matching "mosaic-bridge": 23 candidates
main debug: Creating an input for 'rtsp://192.168.10.4:554/h264_stream'
main debug: set config option: sout-mosaic-bridge-id to 1
main debug: set config option: sout-mosaic-bridge-height to 540
main debug: set config option: sout-mosaic-bridge-width to 960
main debug: using sout stream module "mosaic_bridge"
main debug: using sout chain=`mosaic-bridge{id=2,height=540,width=960}'
main debug: using timeshift granularity of 50 MiB
main debug: stream=`mosaic-bridge'
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: looking for sout stream module matching "mosaic-bridge": 23 candidates
main debug: `rtsp://admin:Fa11river@192.168.10.2:554/h264_stream' gives access `rtsp' demux `any' path `admin:Fa11river@192.168.10.2:554/h264_stream'
main debug: set config option: sout-mosaic-bridge-id to 2
main debug: set config option: sout-mosaic-bridge-height to 540
main debug: creating demux: access='rtsp' demux='any' location='admin:Fa11river@192.168.10.2:554/h264_stream' file='\\admin:Fa11river@192.168.10.2:554\h264_stream'
main debug: set config option: sout-mosaic-bridge-width to 960
main debug: looking for access_demux module matching "rtsp": 15 candidates
main debug: using sout stream module "mosaic_bridge"
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: Creating an input for 'rtsp://192.168.10.6:554/h264_stream'
main debug: `rtsp://admin:Fa11river@192.168.10.4:554/h264_stream' gives access `rtsp' demux `any' path `admin:Fa11river@192.168.10.4:554/h264_stream'
main debug: creating demux: access='rtsp' demux='any' location='admin:Fa11river@192.168.10.4:554/h264_stream' file='\\admin:Fa11river@192.168.10.4:554\h264_stream'
main debug: looking for access_demux module matching "rtsp": 15 candidates
live555 debug: version 2016.11.28
live555 debug: version 2016.11.28
main warning: Password in a URI is DEPRECATED
main debug: using sout chain=`mosaic-bridge{id=3,height=540,width=960}'
main warning: Password in a URI is DEPRECATED
main debug: stream=`mosaic-bridge'
main debug: looking for sout stream module matching "mosaic-bridge": 23 candidates
main debug: Creating an input for 'rtsp://192.168.10.8:554/h264_stream'
main debug: set config option: sout-mosaic-bridge-id to 3
main debug: set config option: sout-mosaic-bridge-height to 540
main debug: set config option: sout-mosaic-bridge-width to 960
main debug: using sout stream module "mosaic_bridge"
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: `rtsp://admin:Fa11river@192.168.10.6:554/h264_stream' gives access `rtsp' demux `any' path `admin:Fa11river@192.168.10.6:554/h264_stream'
main debug: creating demux: access='rtsp' demux='any' location='admin:Fa11river@192.168.10.6:554/h264_stream' file='\\admin:Fa11river@192.168.10.6:554\h264_stream'
main debug: looking for access_demux module matching "rtsp": 15 candidates
live555 debug: version 2016.11.28
main warning: Password in a URI is DEPRECATED
main debug: using sout chain=`mosaic-bridge{id=4,height=540,width=960}'
main debug: Creating an input for 'Backround.jpg'
main debug: stream=`mosaic-bridge'
main debug: looking for sout stream module matching "mosaic-bridge": 23 candidates
main debug: set config option: sout-mosaic-bridge-id to 4
main debug: set config option: sout-mosaic-bridge-height to 540
main debug: set config option: sout-mosaic-bridge-width to 960
main debug: using sout stream module "mosaic_bridge"
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: `rtsp://admin:Fa11river@192.168.10.8:554/h264_stream' gives access `rtsp' demux `any' path `admin:Fa11river@192.168.10.8:554/h264_stream'
main debug: creating demux: access='rtsp' demux='any' location='admin:Fa11river@192.168.10.8:554/h264_stream' file='\\admin:Fa11river@192.168.10.8:554\h264_stream'
main debug: looking for access_demux module matching "rtsp": 15 candidates
live555 debug: version 2016.11.28
main debug: using sout chain=`transcode{sfilter=mosaic,vcodec=mp4v,vb=8500,acodec=none,fps=15,scale=1}:display'
main debug: stream=`display'
main warning: Password in a URI is DEPRECATED
main debug: looking for sout stream module matching "display": 23 candidates
main debug: Creating an input for 'Media Library'
main debug: Input is a meta file: disabling unneeded options
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: using sout stream module "display"
main debug: `file/directory:///C:/Users/test/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `directory' path `/C:/Users/test/AppData/Roaming/vlc/ml.xspf'
main debug: stream=`transcode'
main debug: looking for sout stream module matching "transcode": 23 candidates
main debug: creating demux: access='file' demux='directory' location='/C:/Users/test/AppData/Roaming/vlc/ml.xspf' file='C:\Users\test\AppData\Roaming\vlc\ml.xspf'
main debug: looking for access_demux module matching "file": 15 candidates
main debug: set config option: sout-transcode-sfilter to mosaic
main debug: set config option: sout-transcode-vcodec to mp4v
main debug: set config option: sout-transcode-vb to 8500
main debug: set config option: sout-transcode-acodec to none
main debug: set config option: sout-transcode-fps to 15
main debug: set config option: sout-transcode-scale to 1
stream_out_transcode debug: Checking codec mapping for none got none
stream_out_transcode debug: codec audio=none 0Hz 0 channels 96Kb/s
stream_out_transcode debug: Checking video codec mapping for mp4v got mp4v
stream_out_transcode debug: codec video=mp4v 0x0 scaling: 1.000000 8500kb/s
main debug: looking for text renderer module matching "any": 3 candidates
main debug: no access_demux modules matched
main debug: creating access: file:///C:/Users/test/AppData/Roaming/vlc/ml.xspf
main debug: (path: C:\Users\test\AppData\Roaming\vlc\ml.xspf)
main debug: looking for access module matching "file": 26 candidates
freetype debug: Using DWrite backend
freetype debug: DWrite_GetFamily(): family name: Arial
freetype debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
freetype debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
freetype debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
freetype debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
main debug: using access module "filesystem"
main debug: looking for stream_filter module matching "prefetch,cache_read": 24 candidates
main debug: using text renderer module "freetype"
main debug: looking for video converter module matching "any": 24 candidates
cache_read debug: Using stream method for AStream*
cache_read debug: starting pre-buffering
cache_read debug: received first data after 0 ms
cache_read debug: pre-buffering done 304 bytes in 0s - 296875 KiB/s
main debug: using stream_filter module "cache_read"
main debug: looking for stream_filter module matching "any": 24 candidates
swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: looking for video converter module matching "any": 24 candidates
playlist debug: using XSPF playlist reader
main debug: using stream_filter module "playlist"
main debug: stream filter added to 0000000002b6de00
main debug: looking for stream_filter module matching "any": 24 candidates
main debug: no stream_filter modules matched
main debug: looking for stream_directory module matching "any": 1 candidates
main debug: no stream_directory modules matched
main debug: attachment of directory-extractor failed for file:///C:/Users/test/AppData/Roaming/vlc/ml.xspf
main debug: looking for stream_filter module matching "record": 24 candidates
yuvp debug: YUVP to YUVA converter
main debug: using video converter module "yuvp"
main debug: using sout stream module "stream_out_transcode"
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path: C:\Users\test\AppData\Local\Temp
main debug: `file:///C:\VLC/Backround.jpg' gives access `file' demux `any' path `/C:\VLC/Backround.jpg'
main debug: creating demux: access='file' demux='any' location='/C:\VLC/Backround.jpg' file='C:\VLC\Backround.jpg'
main debug: looking for access_demux module matching "file": 15 candidates
main debug: no access_demux modules matched
main debug: creating access: file:///C:\VLC/Backround.jpg
main debug: (path: C:\VLC\Backround.jpg)
main debug: looking for access module matching "file": 26 candidates
main debug: using access module "filesystem"
main debug: looking for stream_filter module matching "prefetch,cache_read": 24 candidates
cache_read debug: Using stream method for AStream*
cache_read debug: starting pre-buffering
cache_read debug: received first data after 0 ms
cache_read debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
main debug: using stream_filter module "cache_read"
main debug: looking for stream_filter module matching "any": 24 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\playlist
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\playlist
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_streams.luac
main debug: using stream_filter module "record"
main debug: creating demux: access='file' demux='directory' location='/C:/Users/test/AppData/Roaming/vlc/ml.xspf' file='C:\Users\test\AppData\Roaming\vlc\ml.xspf'
main debug: looking for demux module matching "directory": 55 candidates
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_xml.luac
main debug: using demux module "directory"
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\appletrailers.luac
live555 debug: RTP subsession 'video/H264'
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\bbc_co_uk.luac
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\cue.luac
main debug: no meta reader modules matched
main debug: `file/directory:///C:/Users/test/AppData/Roaming/vlc/ml.xspf' successfully opened
main debug: looking for xml reader module matching "any": 1 candidates
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\dailymotion.luac
main debug: using xml reader module "xml"
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\jamendo.luac
main debug: EOF reached
main debug: removing module "directory"
main debug: removing module "record"
main debug: removing module "playlist"
main debug: removing module "cache_read"
main debug: removing module "filesystem"
main debug: creating audio output
main debug: looking for audio output module matching "any": 6 candidates
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\koreus.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\liveleak.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\newgrounds.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\rockbox_fm_presets.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\soundcloud.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\twitch.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vimeo.luac
main debug: selecting program id=0
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vocaroo.luac
live555 debug: RTP subsession 'audio/PCMU'
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\youtube.luac
main debug: no stream_filter modules matched
main debug: looking for stream_directory module matching "any": 1 candidates
main debug: no stream_directory modules matched
main debug: attachment of directory-extractor failed for file:///C:\VLC/Backround.jpg
main debug: looking for stream_filter module matching "record": 24 candidates
main debug: using stream_filter module "record"
main debug: creating demux: access='file' demux='any' location='/C:\VLC/Backround.jpg' file='C:\VLC\Backround.jpg'
main debug: looking for demux module matching "any": 55 candidates
live555 debug: setup start: 0.000000 stop:0.000000
mmdevice debug: using default device
main debug: looking for xml reader module matching "any": 1 candidates
main debug: using xml reader module "xml"
ts debug: TS module discarded (lost sync)
image debug: Detected image: JPEG
main debug: looking for video decoder module matching "any": 17 candidates
main debug: using video decoder module "jpeg"
mmdevice debug: display name changed: VLC media player (LibVLC 3.0.3)
mmdevice debug: version 2 session control unavailable
mmdevice debug: volume from -96.000000 dB to +0.000000 dB with 1.500000 dB increments
main debug: using audio output module "mmdevice"
main debug: keeping audio output
main debug: looking for interface module matching "http,none": 16 candidates
lua debug: Found lua interface script: C:\Program Files\VideoLAN\VLC\lua\intf\http.luac
lua debug: Setting config variable: config={http={no_index=false}}
main debug: using interface module "lua"
main debug: looking for interface module matching "logger,none": 16 candidates
live555 debug: We have a timeout of 60 seconds
live555 debug: play start: 0.000000 stop:0.000000
main debug: using access_demux module "live555"
main debug: looking for packetizer module matching "any": 24 candidates
lua: Lua HTTP interface
main debug: removing module "jpeg"
lua debug: Loaded C:\Program Files\VideoLAN\VLC\lua\http/custom.lua
main debug: net: listening to * port 8080
image error: Invalid frame rate, using 10/1 instead
main debug: selecting program id=0
main debug: using demux module "image"
main debug: looking for a subtitle file in C:\VLC\
main debug: looking for packetizer module matching "any": 24 candidates
logger error: The logger interface no longer exists.
logger: As of VLC version 0.9.0, use --file-logging to write logs to a file.
main debug: no interface modules matched
main error: no suitable interface module
main error: interface "logger,none" initialization failed
main debug: looking for interface module matching "hotkeys,none": 16 candidates
main debug: using packetizer module "rawvideo"
main debug: starting in async mode
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader modules matched
main debug: `file:///C:\VLC/Backround.jpg' successfully opened
main debug: using interface module "hotkeys"
main debug: looking for interface module matching "globalhotkeys,none": 16 candidates
main debug: Buffering 0%
main debug: switching to sync mode
main debug: adding a new sout input for `RV24` (sout_input: 0000000002b45ef0)
stream_out_transcode debug: creating video transcoding from fcc=`RV24' to fcc=`mp4v'
main debug: looking for video decoder module matching "any": 17 candidates
h264 debug: found NAL_SPS (sps_id=0)
h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "h264"
main debug: looking for packetizer module matching "any": 24 candidates
main debug: Buffering 33%
main debug: using interface module "win32"
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module matching "any": 16 candidates
main debug: using packetizer module "copy"
main debug: starting in async mode
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: Buffering 66%
main debug: no meta reader modules matched
main debug: `rtsp://admin:Fa11river@192.168.10.2:554/h264_stream' successfully opened
main debug: using video decoder module "rawvideo"
main debug: looking for encoder module matching "any": 23 candidates
main debug: Buffering 100%
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
main debug: Stream buffering done (400 ms in 15 ms)
avcodec debug: Time base for probing set to 1000/25000
avcodec debug: Time base set to 1000/25000
avcodec debug: rc buffer size 34000000 bits
avcodec error: Unknown option "rc_buffer_aggressivity"
avcodec debug: found encoder MPEG-4 Video
main debug: using encoder module "avcodec"
main debug: removing module "avcodec"
main debug: Decoder wait done in 0 ms
stream_out_transcode debug: Checking if filter chain RV24 -> I420 is possible
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1080) chroma: RV24 -> 1920x1080 (1920x1080) chroma: I420 with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (00000000054d53b0) appended to chain
main debug: removing module "swscale"
main debug: Filter 00000000054d53b0 removed from chain
stream_out_transcode debug: Filter chain testing done, input chroma RV24 seems to be possible for transcode
stream_out_transcode debug: source fps 10/1, destination 15/1
stream_out_transcode debug: decoder aspect is 1.777778:1
stream_out_transcode debug: source pixel aspect is 1.000000:1
stream_out_transcode debug: scaled pixel aspect is 1.000000:1
stream_out_transcode debug: source 1920x1080, destination 1920x1080
stream_out_transcode debug: encoder aspect is 1920:1080
stream_out_transcode debug: source chroma: RV24, destination I420
main debug: looking for video filter module matching "fps": 46 candidates
fps debug: Converting fps from 10/1 -> 15/1
main debug: using video filter module "fps"
main debug: Filter 'fps' (00000000054d53b0) appended to chain
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1080) chroma: RV24 -> 1920x1080 (1920x1080) chroma: I420 with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (00000000054d6170) appended to chain
stream_out_transcode debug: destination (after video filters) 1920x1080
main debug: looking for encoder module matching "any": 23 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: Time base for probing set to 1/15
avcodec debug: Time base set to 1/15
avcodec debug: rc buffer size 34000000 bits
avcodec error: Unknown option "rc_buffer_aggressivity"
avcodec debug: found encoder MPEG-4 Video
main debug: using encoder module "avcodec"
main debug: looking for video decoder module matching "any": 17 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: allowing 5 thread(s) for decoding
avcodec debug: codec (mpeg4) started
main debug: using video decoder module "avcodec"
fps debug: Resetting timestamps
main debug: looking for sub source module matching "mosaic": 6 candidates
main debug: using sub source module "mosaic"
main debug: Filter 'mosaic' (0000000005676de0) appended to chain
main debug: looking for extension module matching "any": 1 candidates
lua debug: Opening Lua Extension module
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\extensions
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\extensions
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac
lua debug: Scanning Lua script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac
lua debug: Script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac has the following capability flags: 0x5
main debug: using extension module "lua"
avcodec debug: available hardware decoder output format 119 (cuda)
avcodec debug: available software decoder output format 0 (yuv420p)
main debug: looking for text renderer module matching "any": 3 candidates
freetype debug: Using DWrite backend
freetype debug: DWrite_GetFamily(): family name: Arial
freetype debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
freetype debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
freetype debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
freetype debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
main debug: using text renderer module "freetype"
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: looking for video converter module matching "any": 24 candidates
yuvp debug: YUVP to YUVA converter
main debug: using video converter module "yuvp"
main debug: Deinterlacing available
main debug: deinterlace -1, mode auto, is_needed 0
main debug: looking for vout window module matching "any": 3 candidates
main debug: no vout window modules matched
main debug: Opening vout display wrapper
main debug: looking for vout display module matching "any": 12 candidates
direct3d11 debug: creating Vout EventThread
direct3d11 debug: Win32VoutCreateWindow
direct3d11 debug: inclinometer not found. (hr=0x80070490)
direct3d11 debug: created video sub-window
direct3d11 debug: Vout EventThread running
live555 debug: RTP subsession 'video/H264'
main debug: switching to sync mode
main debug: Buffering 0%
main debug: adding a new sout input for `mlaw` (sout_input: 000000000ac4fcf0)
main warning: new sout input failed (sout_input: 000000000ac4fcf0)
main error: cannot create packetizer output (mlaw)
main debug: selecting program id=0
live555 debug: RTP subsession 'audio/PCMU'
live555 debug: RTP subsession 'video/H264'
live555 debug: setup start: 0.000000 stop:0.000000
fps debug: Resetting timestamps
main debug: selecting program id=0
live555 debug: RTP subsession 'audio/PCMU'
live555 debug: setup start: 0.000000 stop:0.000000
live555 debug: We have a timeout of 60 seconds
live555 debug: play start: 0.000000 stop:0.000000
main debug: using access_demux module "live555"
main debug: looking for packetizer module matching "any": 24 candidates
h264 debug: found NAL_SPS (sps_id=0)
h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "h264"
main debug: looking for packetizer module matching "any": 24 candidates
main debug: using packetizer module "copy"
main debug: starting in async mode
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
direct3d11 debug: supports colorspace RGB Rec.709 gamma:22 range:FULL
direct3d11 debug: supports colorspace RGB Rec.709 gamma:22 range:STUDIO
direct3d11 debug: supports colorspace RGB Rec.2020 gamma:22 range:STUDIO
direct3d11 debug: supports colorspace RGB Rec.2020 gamma:22 range:FULL
direct3d11 debug: supports colorspace RGB Rec.2020 gamma:2084 range:FULL
direct3d11 debug: supports colorspace RGB Rec.2020 gamma:2084 range:STUDIO
main debug: no meta reader modules matched
main debug: `rtsp://admin:Fa11river@192.168.10.8:554/h264_stream' successfully opened
direct3d11 debug: Output max luminance: 0.0, colorspace RGB Rec.709 gamma:22 range:FULL, bits per pixel 0
direct3d11 debug: using colorspace RGB Rec.709 gamma:22 range:FULL
direct3d11 debug: Using pixel format I420 for chroma I420
live555 debug: RTP subsession 'video/H264'
main debug: selecting program id=0
live555 debug: RTP subsession 'audio/PCMU'
live555 debug: We have a timeout of 60 seconds
live555 debug: play start: 0.000000 stop:0.000000
main debug: using access_demux module "live555"
main debug: looking for packetizer module matching "any": 24 candidates
h264 debug: found NAL_SPS (sps_id=0)
h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "h264"
live555 debug: setup start: 0.000000 stop:0.000000
main debug: looking for packetizer module matching "any": 24 candidates
main debug: using packetizer module "copy"
main debug: starting in async mode
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader modules matched
main debug: `rtsp://admin:Fa11river@192.168.10.4:554/h264_stream' successfully opened
main debug: VoutDisplayEvent 'resize' 1920x1061
main debug: Buffering 6%
direct3d11 debug: Direct3D11 resources created
direct3d11 debug: Direct3D11 device adapter successfully initialized
direct3d11 debug: Direct3D11 Open Succeeded
main debug: using vout display module "direct3d11"
direct3d11 debug: D3D11 pool succeed with 22 surfaces (1920x1088) context 0x0000000006f72848
main debug: original format sz 1920x1088, of (0,0), vsz 1920x1080, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
main debug: VoutDisplayEvent 'window state' 0
main debug: VoutDisplayEvent 'window state' 0
avcodec warning: plane 0 not aligned: disabling direct rendering
fps debug: Resetting timestamps
main debug: using interface module "qt"
main debug: VoutDisplayEvent 'resize' 1920x1080
main: playlist is empty
main debug: nothing to play
main debug: switching to sync mode
main debug: Buffering 0%
main warning: picture is too late to be displayed (missing 45 ms)
live555 debug: We have a timeout of 60 seconds
live555 debug: play start: 0.000000 stop:0.000000
main debug: using access_demux module "live555"
main debug: looking for packetizer module matching "any": 24 candidates
h264 debug: found NAL_SPS (sps_id=0)
h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "h264"
main debug: looking for packetizer module matching "any": 24 candidates
main debug: using packetizer module "copy"
main debug: starting in async mode
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\test\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader modules matched
main debug: `rtsp://admin:Fa11river@192.168.10.6:554/h264_stream' successfully opened
main debug: Buffering 13%
main debug: adding a new sout input for `h264` (sout_input: 000000000cdfa440)
main debug: looking for video decoder module matching "any": 17 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: allowing 5 thread(s) for decoding
avcodec debug: codec (h264) started
avcodec debug: using frame thread mode with 5 threads
main debug: using video decoder module "avcodec"
mosaic_bridge debug: mosaic bridge id=1 pos=0
mosaic_bridge debug: psz_chain: (null)
main debug: switching to sync mode
main debug: Buffering 0%
main debug: adding a new sout input for `mlaw` (sout_input: 000000000a8813b0)
main warning: new sout input failed (sout_input: 000000000a8813b0)
main error: cannot create packetizer output (mlaw)
main debug: Buffering 3%
fps debug: Resetting timestamps
main debug: Buffering 6%
main debug: adding a new sout input for `mlaw` (sout_input: 000000000cdfaac0)
main warning: new sout input failed (sout_input: 000000000cdfaac0)
main error: cannot create packetizer output (mlaw)
main debug: switching to sync mode
main debug: Buffering 0%
main debug: adding a new sout input for `mlaw` (sout_input: 000000000ac5a9b0)
main warning: new sout input failed (sout_input: 000000000ac5a9b0)
main error: cannot create packetizer output (mlaw)
main debug: Buffering 6%
main debug: Buffering 20%
main debug: Buffering 11%
main debug: adding a new sout input for `h264` (sout_input: 000000000a881450)
main debug: looking for video decoder module matching "any": 17 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: allowing 5 thread(s) for decoding
avcodec debug: codec (h264) started
avcodec debug: using frame thread mode with 5 threads
main debug: using video decoder module "avcodec"
mosaic_bridge debug: mosaic bridge id=2 pos=1
mosaic_bridge debug: psz_chain: (null)
main debug: Buffering 6%
main debug: adding a new sout input for `h264` (sout_input: 000000000cda1ba0)
main debug: looking for video decoder module matching "any": 17 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: allowing 5 thread(s) for decoding
avcodec debug: codec (h264) started
avcodec debug: using frame thread mode with 5 threads
main debug: using video decoder module "avcodec"
mosaic_bridge debug: mosaic bridge id=3 pos=2
mosaic_bridge debug: psz_chain: (null)
main debug: Buffering 13%
main debug: Buffering 26%
main debug: Buffering 13%
main debug: adding a new sout input for `h264` (sout_input: 000000000570cb20)
main debug: looking for video decoder module matching "any": 17 candidates
avcodec debug: using ffmpeg Lavc58.6.103
avcodec debug: CPU flags: 0x000853db
avcodec debug: allowing 5 thread(s) for decoding
avcodec debug: codec (h264) started
avcodec debug: using frame thread mode with 5 threads
main debug: using video decoder module "avcodec"
mosaic_bridge debug: mosaic bridge id=4 pos=3
mosaic_bridge debug: psz_chain: (null)
fps debug: Resetting timestamps
main debug: Buffering 19%
main debug: Buffering 20%
main debug: Buffering 13%
main debug: Buffering 33%
main debug: Buffering 20%
main debug: Buffering 26%
main debug: Buffering 20%
main debug: Buffering 26%
main debug: Buffering 40%
main debug: Buffering 31%
main debug: Buffering 33%
main debug: Buffering 26%
fps debug: Resetting timestamps
main debug: Buffering 33%
main debug: Buffering 46%
main debug: Buffering 39%
main debug: Buffering 40%
main debug: Buffering 33%
main debug: Buffering 53%
main debug: Buffering 40%
main debug: Buffering 43%
main debug: Buffering 46%
main debug: Buffering 40%
main debug: Buffering 46%
main debug: Buffering 60%
main debug: Buffering 51%
main debug: Buffering 46%
fps debug: Resetting timestamps
main debug: Buffering 53%
main debug: Buffering 53%
main debug: Buffering 66%
main debug: Buffering 55%
main debug: Buffering 59%
main debug: Buffering 53%
main debug: Buffering 73%
main debug: Buffering 60%
main debug: Buffering 60%
main debug: Buffering 66%
main debug: Buffering 60%
main debug: Buffering 80%
main debug: Buffering 66%
main debug: Buffering 71%
main debug: Buffering 73%
main debug: Buffering 66%
fps debug: Resetting timestamps
main debug: Buffering 73%
main debug: Buffering 86%
main debug: Buffering 79%
main debug: Buffering 73%
main debug: Buffering 80%
main debug: Buffering 93%
main debug: Buffering 80%
main debug: Buffering 86%
main debug: Buffering 80%
main debug: Stream buffering done (1000 ms in 993 ms)
main error: buffer deadlock prevented
main debug: Decoder wait done in 0 ms
main debug: auto hiding mouse cursor
avcodec debug: available hardware decoder output format 119 (cuda)
avcodec debug: available hardware decoder output format 53 (dxva2_vld)
avcodec debug: available hardware decoder output format 118 (d3d11va_vld)
avcodec debug: available hardware decoder output format 174 (d3d11)
avcodec debug: available software decoder output format 12 (yuvj420p)
avcodec debug: trying format d3d11va_vld
main debug: looking for hw decoder module matching "any": 2 candidates
d3d11va debug: CreateDevice succeed
d3d11va debug: - 'MPEG-2 variable-length decoder' is supported
d3d11va debug: - 'MPEG-2 inverse discrete cosine transform' is supported
d3d11va debug: - 'VC-1 variable-length decoder' is supported
d3d11va debug: - 'VC-1 variable-length decoder 2 (Intel)' is supported
d3d11va debug: - 'VC-1 variable-length decoder (Intel)' is supported
d3d11va debug: - 'Windows Media Video 9 IDCT' is supported
d3d11va debug: - 'VC-1 inverse discrete cosine transform' is supported
d3d11va debug: - 'H.264 variable-length decoder, no film grain technology' is supported
d3d11va debug: - 'Unknown decoder 0x97688186-0x56a8-0x4094-0xb543fc9daaa49f4b' is supported
d3d11va debug: - 'Unknown decoder 0xc346e8a3-0xcbed-0x4d27-0x87cca70eb4dc8c27' is supported
d3d11va debug: - 'Unknown decoder 0xffc79924-0x5eaf-0x4666-0xa73606190f281443' is supported
d3d11va debug: - 'Unknown decoder 0xf416f7bd-0x098a-0x4cf1-0xa11bce54959ca03d' is supported
d3d11va debug: - 'Unknown decoder 0x49761bec-0x4b63-0x4349-0xa5ff87ffdf088466' is supported
d3d11va debug: Trying to use 'H.264 variable-length decoder, no film grain technology' as input
d3d11va debug: NV12 output is supported for decoder H.264 variable-length decoder, no film grain technology.
d3d11va debug: Using output format NV12 for decoder H.264 variable-length decoder, no film grain technology
d3d11va debug: va_pool_SetupDecoder id 27 1920x1088 count: 23
d3d11va debug: ID3D11VideoDecoderOutputView succeed with 23 surfaces (1920x1088)
d3d11va debug: we got 6 decoder configurations
d3d11va debug: configuration[0] ConfigBitstreamRaw 2
d3d11va debug: configuration[1] ConfigBitstreamRaw 1
d3d11va debug: configuration[2] ConfigBitstreamRaw 1
d3d11va debug: configuration[3] ConfigBitstreamRaw 1
d3d11va debug: configuration[4] ConfigBitstreamRaw 2
d3d11va debug: configuration[5] ConfigBitstreamRaw 2
d3d11va debug: DxCreateDecoderSurfaces succeed
main debug: using hw decoder module "d3d11va"
avcodec: Using D3D11VA (Intel(R) HD Graphics, vendor 32902(Intel), device 338, revision 9) for hardware decoding
main debug: Buffering 86%
main debug: Buffering 91%
main debug: looking for video converter module matching "any": 24 candidates
chain debug: Trying to build resize+chroma
main debug: looking for video converter module matching "any": 24 candidates
main debug: no video converter modules matched
main error: Failed to create video converter
chain debug: Trying to build chroma+resize
main debug: looking for video converter module matching "any": 24 candidates
main debug: using video converter module "d3d11_filters"
main debug: Filter 'd3d11_filters' (000000000ae7a580) appended to chain
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1088) chroma: I420 -> 960x540 (960x540) chroma: I420 with scaling using Bicubic (good quality)
main debug: Buffering 93%
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (000000000ae7b6b0) appended to chain
main debug: using video converter module "chain"
main debug: Buffering 86%
fps debug: Resetting timestamps
main debug: looking for video converter module matching "any": 24 candidates
swscale error: invalid scaling: 0x0 -> 960x512
scale debug: 960x540 -> 960x512
main debug: using video converter module "scale"
main debug: Buffering 93%
main debug: looking for video blending module matching "any": 1 candidates
main debug: using video blending module "blend"
main debug: Buffering 99%
main debug: Buffering 93%
main debug: Stream buffering done (1000 ms in 1024 ms)
main error: buffer deadlock prevented
main debug: Decoder wait done in 0 ms
avcodec debug: available hardware decoder output format 119 (cuda)
avcodec debug: available hardware decoder output format 53 (dxva2_vld)
avcodec debug: available hardware decoder output format 118 (d3d11va_vld)
avcodec debug: available hardware decoder output format 174 (d3d11)
avcodec debug: available software decoder output format 12 (yuvj420p)
avcodec debug: trying format d3d11va_vld
main debug: looking for hw decoder module matching "any": 2 candidates
d3d11va debug: CreateDevice succeed
d3d11va debug: - 'MPEG-2 variable-length decoder' is supported
d3d11va debug: - 'MPEG-2 inverse discrete cosine transform' is supported
d3d11va debug: - 'VC-1 variable-length decoder' is supported
d3d11va debug: - 'VC-1 variable-length decoder 2 (Intel)' is supported
d3d11va debug: - 'VC-1 variable-length decoder (Intel)' is supported
d3d11va debug: - 'Windows Media Video 9 IDCT' is supported
d3d11va debug: - 'VC-1 inverse discrete cosine transform' is supported
d3d11va debug: - 'H.264 variable-length decoder, no film grain technology' is supported
d3d11va debug: - 'Unknown decoder 0x97688186-0x56a8-0x4094-0xb543fc9daaa49f4b' is supported
d3d11va debug: - 'Unknown decoder 0xc346e8a3-0xcbed-0x4d27-0x87cca70eb4dc8c27' is supported
d3d11va debug: - 'Unknown decoder 0xffc79924-0x5eaf-0x4666-0xa73606190f281443' is supported
d3d11va debug: - 'Unknown decoder 0xf416f7bd-0x098a-0x4cf1-0xa11bce54959ca03d' is supported
d3d11va debug: - 'Unknown decoder 0x49761bec-0x4b63-0x4349-0xa5ff87ffdf088466' is supported
d3d11va debug: Trying to use 'H.264 variable-length decoder, no film grain technology' as input
d3d11va debug: NV12 output is supported for decoder H.264 variable-length decoder, no film grain technology.
d3d11va debug: Using output format NV12 for decoder H.264 variable-length decoder, no film grain technology
d3d11va debug: va_pool_SetupDecoder id 27 1920x1088 count: 23
d3d11va debug: ID3D11VideoDecoderOutputView succeed with 23 surfaces (1920x1088)
d3d11va debug: we got 6 decoder configurations
d3d11va debug: configuration[0] ConfigBitstreamRaw 2
d3d11va debug: configuration[1] ConfigBitstreamRaw 1
d3d11va debug: configuration[2] ConfigBitstreamRaw 1
d3d11va debug: configuration[3] ConfigBitstreamRaw 1
d3d11va debug: configuration[4] ConfigBitstreamRaw 2
d3d11va debug: configuration[5] ConfigBitstreamRaw 2
d3d11va debug: DxCreateDecoderSurfaces succeed
main debug: using hw decoder module "d3d11va"
avcodec: Using D3D11VA (Intel(R) HD Graphics, vendor 32902(Intel), device 338, revision 9) for hardware decoding
main debug: Stream buffering done (1000 ms in 1012 ms)
main error: buffer deadlock prevented
main debug: Decoder wait done in 0 ms
avcodec debug: available hardware decoder output format 119 (cuda)
avcodec debug: available hardware decoder output format 53 (dxva2_vld)
avcodec debug: available hardware decoder output format 118 (d3d11va_vld)
avcodec debug: available hardware decoder output format 174 (d3d11)
avcodec debug: available software decoder output format 12 (yuvj420p)
avcodec debug: trying format d3d11va_vld
main debug: looking for hw decoder module matching "any": 2 candidates
d3d11va debug: CreateDevice succeed
d3d11va debug: - 'MPEG-2 variable-length decoder' is supported
d3d11va debug: - 'MPEG-2 inverse discrete cosine transform' is supported
d3d11va debug: - 'VC-1 variable-length decoder' is supported
d3d11va debug: - 'VC-1 variable-length decoder 2 (Intel)' is supported
d3d11va debug: - 'VC-1 variable-length decoder (Intel)' is supported
d3d11va debug: - 'Windows Media Video 9 IDCT' is supported
d3d11va debug: - 'VC-1 inverse discrete cosine transform' is supported
d3d11va debug: - 'H.264 variable-length decoder, no film grain technology' is supported
d3d11va debug: - 'Unknown decoder 0x97688186-0x56a8-0x4094-0xb543fc9daaa49f4b' is supported
d3d11va debug: - 'Unknown decoder 0xc346e8a3-0xcbed-0x4d27-0x87cca70eb4dc8c27' is supported
d3d11va debug: - 'Unknown decoder 0xffc79924-0x5eaf-0x4666-0xa73606190f281443' is supported
d3d11va debug: - 'Unknown decoder 0xf416f7bd-0x098a-0x4cf1-0xa11bce54959ca03d' is supported
d3d11va debug: - 'Unknown decoder 0x49761bec-0x4b63-0x4349-0xa5ff87ffdf088466' is supported
d3d11va debug: Trying to use 'H.264 variable-length decoder, no film grain technology' as input
d3d11va debug: NV12 output is supported for decoder H.264 variable-length decoder, no film grain technology.
d3d11va debug: Using output format NV12 for decoder H.264 variable-length decoder, no film grain technology
d3d11va debug: va_pool_SetupDecoder id 27 1920x1088 count: 23
d3d11va debug: ID3D11VideoDecoderOutputView succeed with 23 surfaces (1920x1088)
d3d11va debug: we got 6 decoder configurations
d3d11va debug: configuration[0] ConfigBitstreamRaw 2
d3d11va debug: configuration[1] ConfigBitstreamRaw 1
d3d11va debug: configuration[2] ConfigBitstreamRaw 1
d3d11va debug: configuration[3] ConfigBitstreamRaw 1
d3d11va debug: configuration[4] ConfigBitstreamRaw 2
d3d11va debug: configuration[5] ConfigBitstreamRaw 2
d3d11va debug: DxCreateDecoderSurfaces succeed
main debug: using hw decoder module "d3d11va"
avcodec: Using D3D11VA (Intel(R) HD Graphics, vendor 32902(Intel), device 338, revision 9) for hardware decoding
main debug: looking for video converter module matching "any": 24 candidates
chain debug: Trying to build resize+chroma
main debug: looking for video converter module matching "any": 24 candidates
main debug: no video converter modules matched
main error: Failed to create video converter
chain debug: Trying to build chroma+resize
main debug: looking for video converter module matching "any": 24 candidates
main debug: using video converter module "d3d11_filters"
main debug: Filter 'd3d11_filters' (000000000ae77fb0) appended to chain
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1088) chroma: I420 -> 960x540 (960x540) chroma: I420 with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (000000000ae7a8f0) appended to chain
main debug: using video converter module "chain"
main debug: Stream buffering done (1000 ms in 1014 ms)
main error: buffer deadlock prevented
main debug: Decoder wait done in 0 ms
avcodec debug: available hardware decoder output format 119 (cuda)
avcodec debug: available hardware decoder output format 53 (dxva2_vld)
avcodec debug: available hardware decoder output format 118 (d3d11va_vld)
avcodec debug: available hardware decoder output format 174 (d3d11)
avcodec debug: available software decoder output format 12 (yuvj420p)
avcodec debug: trying format d3d11va_vld
main debug: looking for hw decoder module matching "any": 2 candidates
main debug: looking for video converter module matching "any": 24 candidates
chain debug: Trying to build resize+chroma
main debug: looking for video converter module matching "any": 24 candidates
main debug: no video converter modules matched
main error: Failed to create video converter
chain debug: Trying to build chroma+resize
main debug: looking for video converter module matching "any": 24 candidates
main debug: using video converter module "d3d11_filters"
main debug: Filter 'd3d11_filters' (000000000ae7ba20) appended to chain
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1088) chroma: I420 -> 960x540 (960x540) chroma: I420 with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (000000000ae78690) appended to chain
main debug: using video converter module "chain"
d3d11va debug: CreateDevice succeed
d3d11va debug: - 'MPEG-2 variable-length decoder' is supported
d3d11va debug: - 'MPEG-2 inverse discrete cosine transform' is supported
d3d11va debug: - 'VC-1 variable-length decoder' is supported
d3d11va debug: - 'VC-1 variable-length decoder 2 (Intel)' is supported
d3d11va debug: - 'VC-1 variable-length decoder (Intel)' is supported
d3d11va debug: - 'Windows Media Video 9 IDCT' is supported
d3d11va debug: - 'VC-1 inverse discrete cosine transform' is supported
d3d11va debug: - 'H.264 variable-length decoder, no film grain technology' is supported
d3d11va debug: - 'Unknown decoder 0x97688186-0x56a8-0x4094-0xb543fc9daaa49f4b' is supported
d3d11va debug: - 'Unknown decoder 0xc346e8a3-0xcbed-0x4d27-0x87cca70eb4dc8c27' is supported
d3d11va debug: - 'Unknown decoder 0xffc79924-0x5eaf-0x4666-0xa73606190f281443' is supported
d3d11va debug: - 'Unknown decoder 0xf416f7bd-0x098a-0x4cf1-0xa11bce54959ca03d' is supported
d3d11va debug: - 'Unknown decoder 0x49761bec-0x4b63-0x4349-0xa5ff87ffdf088466' is supported
d3d11va debug: Trying to use 'H.264 variable-length decoder, no film grain technology' as input
d3d11va debug: NV12 output is supported for decoder H.264 variable-length decoder, no film grain technology.
d3d11va debug: Using output format NV12 for decoder H.264 variable-length decoder, no film grain technology
d3d11va debug: va_pool_SetupDecoder id 27 1920x1088 count: 23
d3d11va debug: ID3D11VideoDecoderOutputView succeed with 23 surfaces (1920x1088)
d3d11va debug: we got 6 decoder configurations
d3d11va debug: configuration[0] ConfigBitstreamRaw 2
d3d11va debug: configuration[1] ConfigBitstreamRaw 1
d3d11va debug: configuration[2] ConfigBitstreamRaw 1
d3d11va debug: configuration[3] ConfigBitstreamRaw 1
d3d11va debug: configuration[4] ConfigBitstreamRaw 2
d3d11va debug: configuration[5] ConfigBitstreamRaw 2
d3d11va debug: DxCreateDecoderSurfaces succeed
main debug: using hw decoder module "d3d11va"
avcodec: Using D3D11VA (Intel(R) HD Graphics, vendor 32902(Intel), device 338, revision 9) for hardware decoding
main debug: looking for video converter module matching "any": 24 candidates
chain debug: Trying to build resize+chroma
main debug: looking for video converter module matching "any": 24 candidates
main debug: no video converter modules matched
main error: Failed to create video converter
chain debug: Trying to build chroma+resize
main debug: looking for video converter module matching "any": 24 candidates
main debug: using video converter module "d3d11_filters"
main debug: Filter 'd3d11_filters' (000000000ae790e0) appended to chain
main debug: looking for video converter module matching "any": 24 candidates
swscale debug: 1920x1080 (1920x1088) chroma: I420 -> 960x540 (960x540) chroma: I420 with scaling using Bicubic (good quality)
main debug: using video converter module "swscale"
main debug: Filter 'Swscale' (000000000ae7afd0) appended to chain
main debug: using video converter module "chain"
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
lua debug: Loading `C:\Program Files\VideoLAN\VLC\lua\http/requests/status.xml'
fps debug: Resetting timestamps
lua debug: Loading `C:\Program Files\VideoLAN\VLC\lua\http/requests/playlist_jstree.xml'
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
fps debug: Resetting timestamps
main debug: exiting
main debug: exiting
main debug: no exit handler
main debug: removing all interfaces
main debug: removing module "qt"
main debug: deactivating the playlist
main debug: removing module "mmdevice"
qt debug: requesting exit...
qt debug: waiting for UI thread...
qt debug: QApp exec() finished
qt debug: Video is not needed anymore
qt debug: Killing extension dialog provider
qt debug: ExtensionsDialogProvider is quitting...
main debug: removing module "lua"
main debug: removing module "win32"
main debug: removing module "hotkeys"
main debug: removing module "lua"
main debug: HTTP host removed
main debug: destroying
main debug: saving media library to file C:\Users\test\AppData\Roaming\vlc\ml.xspf.tmp3400
main debug: looking for playlist export module matching "export-xspf": 4 candidates
main debug: using playlist export module "export"
main debug: removing module "export"
main debug: deleting item `Media Library'
main debug: deleting item `Playlist'
main debug: removing module "memory"
main debug: killing decoder fourcc `h264'
main debug: removing module "h264"
main debug: removing a sout input (sout_input: 000000000cdfa440)
main debug: removing module "avcodec"
fps debug: Resetting timestamps
main debug: removing module "chain"
main debug: removing module "d3d11_filters"
main debug: Filter 000000000ae7a580 removed from chain
main debug: removing module "swscale"
main debug: Filter 000000000ae7b6b0 removed from chain
main debug: killing decoder fourcc `mlaw'
main debug: removing module "copy"
main debug: removing module "live555"
main debug: Program doesn't contain anymore ES
main debug: destroying useless sout
main debug: destroying chain... (name=mosaic-bridge)
main debug: removing module "mosaic_bridge"
main debug: destroying chain done
main debug: killing decoder fourcc `h264'
main debug: removing module "h264"
main debug: removing a sout input (sout_input: 000000000a881450)
main debug: removing module "avcodec"
main debug: removing module "chain"
main debug: removing module "d3d11_filters"
main debug: Filter 000000000ae77fb0 removed from chain
main debug: removing module "swscale"
main debug: Filter 000000000ae7a8f0 removed from chain
main debug: killing decoder fourcc `mlaw'
main debug: removing module "copy"
main debug: removing module "live555"
main debug: Program doesn't contain anymore ES
main debug: destroying useless sout
main debug: destroying chain... (name=mosaic-bridge)
main debug: removing module "mosaic_bridge"
main debug: destroying chain done
main debug: killing decoder fourcc `h264'
main debug: removing module "h264"
main debug: removing a sout input (sout_input: 000000000cda1ba0)
main debug: removing module "avcodec"
main debug: removing module "chain"
main debug: removing module "d3d11_filters"
main debug: Filter 000000000ae790e0 removed from chain
main debug: removing module "swscale"
main debug: Filter 000000000ae7afd0 removed from chain
main debug: killing decoder fourcc `mlaw'
main debug: removing module "copy"
main debug: removing module "live555"
main debug: Program doesn't contain anymore ES
main debug: destroying useless sout
main debug: destroying chain... (name=mosaic-bridge)
main debug: removing module "mosaic_bridge"
main debug: destroying chain done
main debug: killing decoder fourcc `h264'
main debug: removing module "h264"
main debug: removing a sout input (sout_input: 000000000570cb20)
main debug: removing module "avcodec"
main debug: removing module "chain"
main debug: removing module "d3d11_filters"
main debug: Filter 000000000ae7ba20 removed from chain
main debug: removing module "swscale"
main debug: Filter 000000000ae78690 removed from chain
main debug: killing decoder fourcc `mlaw'
main debug: removing module "copy"
main debug: removing module "live555"
main debug: Program doesn't contain anymore ES
main debug: destroying useless sout
main debug: destroying chain... (name=mosaic-bridge)
main debug: removing module "mosaic_bridge"
main debug: destroying chain done
main debug: killing decoder fourcc `RV24'
main debug: removing module "rawvideo"
main debug: removing a sout input (sout_input: 0000000002b45ef0)
avcodec warning: cannot encode one frame
main debug: removing module "rawvideo"
main debug: removing module "avcodec"
main debug: removing module "fps"
main debug: Filter 00000000054d53b0 removed from chain
main debug: removing module "swscale"
main debug: Filter 00000000054d6170 removed from chain
main debug: killing decoder fourcc `mp4v'
main debug: removing module "avcodec"
main debug: saving a free vout
main debug: reusing provided vout
main debug: removing module "image"
main debug: removing module "record"
main debug: removing module "cache_read"
main debug: removing module "filesystem"
main debug: Program doesn't contain anymore ES
main debug: destroying useless sout
main debug: destroying chain... (name=transcode)
main debug: removing module "stream_out_transcode"
main debug: removing module "freetype"
main debug: removing module "yuvp"
main debug: removing module "swscale"
main debug: removing module "mosaic"
main debug: removing module "scale"
main debug: Filter 0000000005676de0 removed from chain
main debug: removing module "blend"
main debug: destroying chain done
main debug: destroying chain... (name=display)
main debug: removing module "display"
main debug: destroying useless vout
main debug: removing module "direct3d11"
direct3d11 debug: Direct3D11 resources destroyed
direct3d11 debug: Direct3D11 device adapter closed
direct3d11 error: SetThumbNailClip failed: 0x800706f4
direct3d11 debug: Win32 Vout EventThread terminating
direct3d11 debug: Win32VoutCloseWindow
direct3d11 debug: WinProc WM_DESTROY
main debug: removing module "freetype"
main debug: removing module "yuvp"
main debug: removing module "swscale"
main debug: destroying chain done
-- logger module stopped --
[/logfile]

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Mosaic RSTP Streams crash VLC

Postby Jean-Baptiste Kempf » 03 Sep 2018 10:17

Is it crashing or just not working?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 48 guests