Page 1 of 1

mosaic in vlc 2.2.x

Posted: 05 Sep 2016 08:02
by skuwakin
Good time of day. Anyone have the mosaic on the new version (2.2.x) working? Now special-but downloaded 2.2.4, in the hope that maybe this fixed it. But alas... the mosaic Or buried forever....

Re: mosaic in vlc 2.2.x

Posted: 02 Oct 2016 20:38
by skuwakin
Good time of day. In the development of the theme...
vlc.exe --mosaic-position=2 --image-duration=-1 --mosaic-keep-picture --aspect-ratio 16:9 --mosaic-order=c1,c2,cd,cu,cl,cr,c2_1,c2_2,c4_1,c4_2,c4_3,c4_4,c9_1,c9_2,c9_3,c9_4,c9_5,c9_6,c9_7,c9_8,c9_9 --mosaic-offsets=0,0,1230,680,1230,680,1230,40,50,40,50,680,0,270,960,270,0,0,960,0,0,540,960,540,0,0,640,0,1280,0,0,360,640,360,1280,360,0,720,640,720,1280,720 --vlm-conf=t.c

file t.c
del all
new bg broadcast enabled loop
setup bg input "udp://@239.1.15.1:1234"
setup bg output #transcode{sfilter=mosaic,venc=ffmpeg{ffmpeg-fast,ffmpeg-hw,no-ffmpeg-hurry-up},deinterlace,sout-deinterlace-mode=x,video-filter=deinterlace,vcodec=mpgv,vb=2048,fps=25,width=1920,height=1080}:bridge-in{id-offset=100}:display
control bg play
new chn2 broadcast loop option audio-language=ru input "udp://@239.1.15.2:1234" output #duplicate{dst=mosaic-bridge{id=cu,width=640,height=360},select=video,dst=bridge-out{id=cu},select=audio} enabled
control chn2 play

log
-- logger module started --
core: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса.
ts warning: first packet for pid=1112 cc=0x4
ts warning: first packet for pid=1111 cc=0xa
ts warning: first packet for pid=1021 cc=0x4
ts warning: first packet for pid=1022 cc=0x1
ts warning: first packet for pid=768 cc=0x9
core error: cannot create packetizer output (telx)
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
packetizer_h264 warning: waiting for SPS/PPS
core warning: option ffmpeg-fast is unknown
core warning: option ffmpeg-hw is unknown
core warning: option no-ffmpeg-hurry-up is unknown
packetizer_h264 warning: waiting for SPS/PPS
avcodec warning: plane 0 not aligned
avcodec warning: disabling direct rendering
core error: option mute does not exist
core error: option mute does not exist
avcodec warning: plane 0 not aligned
avcodec warning: disabling direct rendering
stream_out_transcode: input interval 40000 (base 1)
stream_out_transcode: output interval 40000 (base 1)
core warning: option ffmpeg-fast is unknown
core warning: option ffmpeg-hw is unknown
core warning: option no-ffmpeg-hurry-up is unknown
core warning: playback way too early (-197836): playing silence
core warning: playback way too early (-409481): playing silence
direct3d warning: trying surface pixel format: YV12
avcodec warning: plane 0 not aligned
avcodec warning: disabling direct rendering
core warning: picture is too late to be displayed (missing 81 ms)
core warning: picture is too late to be displayed (missing 241 ms)
core warning: picture is too late to be displayed (missing 410 ms)
core warning: picture is too late to be displayed (missing 577 ms)
core warning: picture is too late to be displayed (missing 748 ms)
avcodec warning: More than 4 late frames, dropping frame
avcodec warning: More than 4 late frames, dropping frame
avcodec warning: More than 4 late frames, dropping frame
avcodec warning: More than 4 late frames, dropping frame
-- logger module stopped --

this design works fine on 2.0.7, 2.1.5 and 2.2.x stopped working. Please tell me what is moeno to do...

Re: mosaic in vlc 2.2.x

Posted: 02 Oct 2016 20:52
by Rémi Denis-Courmont
Frankly, mosaic and bridge modules have not been actively maintained, let alone tested, for many years. And in my limited experience, it was always flaky to begin with.

So it is not unlikely that your setup just regressed in newer VLC versions. Generally speaking, VLC stream output sorely need new investment and workforce.

Re: mosaic in vlc 2.2.x

Posted: 02 Oct 2016 21:23
by skuwakin
Thanks for the reply! Yes, I would never touch a new version... But in 2.2.4 noticeable faster open the m3u8 streams.

Re: mosaic in vlc 2.2.x

Posted: 02 Oct 2016 23:11
by Rémi Denis-Courmont
If you mean HLS, that will only be properly supported in VLC 3.0 onward.