LINUX.ORG.RU

VLC на debian не стартует в режиме mosaic

 , ,


0

1

Доброго дня по всем примерам мой mosaic.vlm:

new channel1 broadcast enabled
setup channel1 input "rtsp://***:***@***:554/ISAPI/Streaming/Channels/101"
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,width=960,height=540},select=video,dst=bridge-out{id=11}}

new channel2 broadcast enabled
setup channel2 input "rtsp://***:***@***:554/ISAPI/Streaming/Channels/101"
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,width=960,height=540},select=video,dst=bridge-out{id=12}}

new channel3 broadcast enabled
setup channel3 input "rtsp://***:***@***:554/ISAPI/Streaming/Channels/101"
setup channel3 output #duplicate{dst=mosaic-bridge{id=3,width=960,height=540},select=video,dst=bridge-out{id=13}}

new channel4 broadcast enabled
setup channel4 input "rtsp://***:***@***:554/ISAPI/Streaming/Channels/101"
setup channel4 output #duplicate{dst=mosaic-bridge{id=4,width=960,height=540},select=video,dst=bridge-out{id=14}}

new mosaic broadcast enabled
setup mosaic input "./bg.jpg"
setup mosaic option image-duration=-1
setup mosaic output #transcode{sfilter=mosaic{width=1920,height=1080,cols=2,rows=2,order="1,2,3,4",keep-aspect-ratio=enabled,keep-picture=1,mosaic-align=5},vcodec=mp4v}:bridge-in:rtp{mux=ts,dst=10.10.5.1,port=5010,sap,name=testing}

control mosaic play
control channel1 play
control channel2 play
control channel3 play
control channel4 play

запускаю просто:

vlc --vlm-conf=mosaic.vlm

и получаю следующее:

root@:/usr/bin# vlc --vlm-conf=mosaic.vlm
VLC media player 3.0.17.4 Vetinari (revision 3.0.13-8-g41878ff4f2)
[0000557f7f730840] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000557f7f7571d0] main interface error: no suitable interface module
[0000557f7f65b460] main libvlc error: interface "globalhotkeys,none" initialization failed
[0000557f7f65b460] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0000557f7f7571d0] skins2 interface error: cannot initialize OSFactory
[0000557f7f6ef6e0] main playlist: playlist is empty
[0000557f7f7571d0] [cli] lua interface: Listening on host "*console".
VLC media player 3.0.17.4 Vetinari
Command Line Interface initialized. Type `help' for help.
> ^C[0000557f7f7571d0] [cli] lua interface error: Error loading script /usr/lib/x86_64-linux-gnu/vlc/lua/intf/cli.luac: lua/intf/modules/host.lua:289: Interrupted.
root@:/usr/bin#

спасибо за наводки