Вместо VLC

Ответить

Смайлики
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ОТКЛЮЧЕН
Смайлики ВКЛЮЧЕНЫ

Обзор темы
   

Развернуть Обзор темы: Вместо VLC

Re: Вместо VLC

zhendosina » Чт июл 11, 2019 2:22 pm

taraz писал(а): Пт июл 05, 2019 6:03 pm И что такое "ночной режим"?
У охраны обычно есть зоны интереса, разнесенные по времени суток, например днем - интересно то, что происходит внутри базы, ночью по периметру. Тут - просто дополнительные ночные конфиги, которые дергаются скриптом для переключения расладки.

Re: Вместо VLC

zhendosina » Чт июл 11, 2019 2:20 pm

taraz писал(а): Пт июл 05, 2019 6:03 pm Доку на такой инсталл мозаики для нас чайников в студию, пожалуйста! И что такое "ночной режим"?
Изи
Такой же инсталл, но на 36 камер на 4 ТВ по 40 дюймов

Код: Выделить всё

bpp=32
display=1920x1080, HDMI
clienthostname=security
M2_display=1920x1080, HDMI2
connection
vlc_cmdline=--intf dummy --vlm-conf=vlc_files/sec10 --udp-caching=100 --sout-udp-caching=100 --realrtsp-caching=100 --rtsp-caching=100 --tcp-caching=0
application=vlc
M2_next screen
connection
vlc_cmdline=--intf dummy --vlm-conf=vlc_files/sec11 --udp-caching=50 --sout-udp-caching=50 --realrtsp-caching=50 --rtsp-caching=50 --tcp-caching=0
application=vlc
vlc_files=sec.jpg,sec10,sec11,sec12,sec13

Код: Выделить всё

bpp=32
display=1920x1080, HDMI
clienthostname=security2
M2_display=1920x1080, HDMI2
connection
vlc_cmdline=--intf dummy --vlm-conf=vlc_files/sec12 --udp-caching=100 --sout-udp-caching=100 --realrtsp-caching=100 --rtsp-caching=100 --tcp-caching=0
application=vlc
M2_next screen
connection
vlc_cmdline=--intf dummy --vlm-conf=vlc_files/sec13 --udp-caching=50 --sout-udp-caching=50 --realrtsp-caching=50 --rtsp-caching=50 --tcp-caching=0
application=vlc
vlc_files=sec.jpg,sec10,sec11,sec12,sec13
sec1

Код: Выделить всё

del all

# Background options
new bg broadcast enabled
setup bg input "fake://" option "fake-file=/vlc_files/sec.jpg"
setup bg option sub-filter=mosaic

####
setup bg output #bridge-in{offset=100}:display
#####

# Mosaic options
setup bg option mosaic-height=1080
setup bg option mosaic-width=1920
setup bg option mosaic-rows=4
setup bg option mosaic-cols=4
setup bg option mosaic-order=c1,c2,c3,c4,c5,c6,c7,c8,c9
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new c1 broadcast enabled
setup c1 input "rtsp://login:password@192.168.0.207:554/mpeg4/ch1/sub/av_stream" 
setup c1 output #mosaic-bridge{id=c1,width=640,height=360}
setup c1 loop

new c2 broadcast enabled
setup c2 input "rtsp://login:password@192.168.0.202:554/mpeg4/ch1/sub/av_stream"
setup c2 output #mosaic-bridge{id=c2,width=640,height=360}
setup c2 loop

new c3 broadcast enabled
setup c3 input "rtsp://login:password@192.168.0.15:554/mpeg4/ch1/sub/av_stream"
setup c3 output #mosaic-bridge{id=c3,width=640,height=360}
setup c3 loop

new c4 broadcast enabled
setup c4 input "rtsp://login:password@192.168.0.13:554/mpeg4/ch1/sub/av_stream"
setup c4 output #mosaic-bridge{id=c4,width=640,height=360}
setup c4 loop

new c5 broadcast enabled
setup c5 input "rtsp://login:password@192.168.0.119:554/mpeg4/ch1/sub/av_stream"
setup c5 output #mosaic-bridge{id=c5,width=640,height=360}
setup c5 loop

new c6 broadcast enabled
setup c6 input "rtsp://login:password@192.168.0.225:554/mpeg4/ch1/sub/av_stream"
setup c6 output #mosaic-bridge{id=c6,width=640,height=360}
setup c6 loop

new c7 broadcast enabled
setup c7 input "rtsp://login:password@192.168.0.31:554/mpeg4/ch1/sub/av_stream"
setup c7 output #mosaic-bridge{id=c7,width=640,height=360}
setup c7 loop

new c8 broadcast enabled
setup c8 input "rtsp://login:password@192.168.0.219:554/mpeg4/ch1/sub/av_stream"
setup c8 output #mosaic-bridge{id=c8,width=640,height=360}
setup c8 loop

new c9 broadcast enabled
setup c9 input "rtsp://login:password@192.168.0.229:554/mpeg4/ch1/sub/av_stream"
setup c9 output #mosaic-bridge{id=c9,width=640,height=360}
setup c9 loop


# Launch everything
control bg play
control c1 play
control c2 play
control c3 play
control c4 play
control c5 play
control c6 play
control c7 play
control c8 play
control c9 play
sec2

Код: Выделить всё

del all

# Background options
new bg broadcast enabled
setup bg input "fake://" option "fake-file=/vlc_files/sec.jpg"
setup bg option sub-filter=mosaic

####
setup bg output #bridge-in{offset=100}:display
#####

# Mosaic options
setup bg option mosaic-height=1080
setup bg option mosaic-width=1920
setup bg option mosaic-rows=4
setup bg option mosaic-cols=4
setup bg option mosaic-order=c1,c2,c3,c4,c5,c6,c7,c8,c9
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new c1 broadcast enabled
setup c1 input "rtsp://login:password@192.168.0.218:554/mpeg4/ch1/sub/av_stream" 
setup c1 output #mosaic-bridge{id=c1,width=640,height=360}
setup c1 loop

new c2 broadcast enabled
setup c2 input "rtsp://login:password@192.168.0.211:554/mpeg4/ch1/sub/av_stream"
setup c2 output #mosaic-bridge{id=c2,width=640,height=360}
setup c2 loop

new c3 broadcast enabled
setup c3 input "rtsp://login:password@192.168.0.36:554/mpeg4/ch1/sub/av_stream"
setup c3 output #mosaic-bridge{id=c3,width=640,height=360}
setup c3 loop

new c4 broadcast enabled
setup c4 input "rtsp://login:password@192.168.0.30:554/mpeg4/ch1/sub/av_stream"
setup c4 output #mosaic-bridge{id=c4,width=640,height=360}
setup c4 loop

new c5 broadcast enabled
setup c5 input "rtsp://login:password@192.168.0.226:554/mpeg4/ch1/sub/av_stream"
setup c5 output #mosaic-bridge{id=c5,width=640,height=360}
setup c5 loop

new c6 broadcast enabled
setup c6 input "rtsp://login:password@192.168.0.19:554/mpeg4/ch1/sub/av_stream"
setup c6 output #mosaic-bridge{id=c6,width=640,height=360}
setup c6 loop

new c7 broadcast enabled
setup c7 input "rtsp://login:password@192.168.0.33:554/mpeg4/ch1/sub/av_stream"
setup c7 output #mosaic-bridge{id=c7,width=640,height=360}
setup c7 loop

new c8 broadcast enabled
setup c8 input "rtsp://login:password@192.168.0.17:554/mpeg4/ch1/sub/av_stream"
setup c8 output #mosaic-bridge{id=c8,width=640,height=360}
setup c8 loop

new c9 broadcast enabled
setup c9 input "rtsp://login:password@192.168.0.14:554/mpeg4/ch1/sub/av_stream"
setup c9 output #mosaic-bridge{id=c9,width=640,height=360}
setup c9 loop


# Launch everything
control bg play
control c1 play
control c2 play
control c3 play
control c4 play
control c5 play
control c6 play
control c7 play
control c8 play
control c9 play
sec3

Код: Выделить всё

del all

# Background options
new bg broadcast enabled
setup bg input "fake://" option "fake-file=/vlc_files/sec.jpg"
setup bg option sub-filter=mosaic

####
setup bg output #bridge-in{offset=100}:display
#####

# Mosaic options
setup bg option mosaic-height=1080
setup bg option mosaic-width=1920
setup bg option mosaic-rows=4
setup bg option mosaic-cols=4
setup bg option mosaic-order=c1,c2,c3,c4,c5,c6,c7,c8,c9
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new c1 broadcast enabled
setup c1 input "rtsp://login:password@192.168.0.199:554/mpeg4/ch1/sub/av_stream" 
setup c1 output #mosaic-bridge{id=c1,width=640,height=360}
setup c1 loop

new c2 broadcast enabled
setup c2 input "rtsp://login:password@192.168.0.25:554/mpeg4/ch1/sub/av_stream"
setup c2 output #mosaic-bridge{id=c2,width=640,height=360}
setup c2 loop

new c3 broadcast enabled
setup c3 input "rtsp://login:password@192.168.0.27:554/mpeg4/ch1/sub/av_stream"
setup c3 output #mosaic-bridge{id=c3,width=640,height=360}
setup c3 loop

new c4 broadcast enabled
setup c4 input "rtsp://login:password@192.168.0.41:554/mpeg4/ch1/sub/av_stream"
setup c4 output #mosaic-bridge{id=c4,width=640,height=360}
setup c4 loop

new c5 broadcast enabled
setup c5 input "rtsp://login:password@192.168.0.38:554/mpeg4/ch1/sub/av_stream"
setup c5 output #mosaic-bridge{id=c5,width=640,height=360}
setup c5 loop

new c6 broadcast enabled
setup c6 input "rtsp://login:password@192.168.0.37:554/mpeg4/ch1/sub/av_stream"
setup c6 output #mosaic-bridge{id=c6,width=640,height=360}
setup c6 loop

new c7 broadcast enabled
setup c7 input "rtsp://login:password@192.168.0.222:554/mpeg4/ch1/sub/av_stream"
setup c7 output #mosaic-bridge{id=c7,width=640,height=360}
setup c7 loop

new c8 broadcast enabled
setup c8 input "rtsp://login:password@192.168.0.212:554/mpeg4/ch1/sub/av_stream"
setup c8 output #mosaic-bridge{id=c8,width=640,height=360}
setup c8 loop

new c9 broadcast enabled
setup c9 input "rtsp://login:password@192.168.0.227:554/mpeg4/ch1/sub/av_stream"
setup c9 output #mosaic-bridge{id=c9,width=640,height=360}
setup c9 loop


# Launch everything
control bg play
control c1 play
control c2 play
control c3 play
control c4 play
control c5 play
control c6 play
control c7 play
control c8 play
control c9 play
sec4

Код: Выделить всё

del all

# Background options
new bg broadcast enabled
setup bg input "fake://" option "fake-file=/vlc_files/sec.jpg"
setup bg option sub-filter=mosaic

####
setup bg output #bridge-in{offset=100}:display
#####

# Mosaic options
setup bg option mosaic-height=1080
setup bg option mosaic-width=1920
setup bg option mosaic-rows=4
setup bg option mosaic-cols=4
setup bg option mosaic-order=c1,c2,c3,c4,c5,c6,c7,c8,c9
setup bg option mosaic-delay=0
setup bg option mosaic-keep-picture

# Input options
new c1 broadcast enabled
setup c1 input "rtsp://login:password@192.168.0.35:554/mpeg4/ch1/sub/av_stream" 
setup c1 output #mosaic-bridge{id=c1,width=640,height=360}
setup c1 loop

new c2 broadcast enabled
setup c2 input "rtsp://login:password@192.168.0.47:554/mpeg4/ch1/sub/av_stream"
setup c2 output #mosaic-bridge{id=c2,width=640,height=360}
setup c2 loop

new c3 broadcast enabled
setup c3 input "rtsp://login:password@192.168.0.205:554/mpeg4/ch1/sub/av_stream"
setup c3 output #mosaic-bridge{id=c3,width=640,height=360}
setup c3 loop

new c4 broadcast enabled
setup c4 input "rtsp://login:password@192.168.0.206:554/mpeg4/ch1/sub/av_stream"
setup c4 output #mosaic-bridge{id=c4,width=640,height=360}
setup c4 loop

new c5 broadcast enabled
setup c5 input "rtsp://login:password@192.168.0.221:554/mpeg4/ch1/sub/av_stream"
setup c5 output #mosaic-bridge{id=c5,width=640,height=360}
setup c5 loop

new c6 broadcast enabled
setup c6 input "rtsp://login:password@192.168.0.223:554/mpeg4/ch1/sub/av_stream"
setup c6 output #mosaic-bridge{id=c6,width=640,height=360}
setup c6 loop

new c7 broadcast enabled
setup c7 input "rtsp://login:password@192.168.0.220:554/mpeg4/ch1/sub/av_stream"
setup c7 output #mosaic-bridge{id=c7,width=640,height=360}
setup c7 loop

new c8 broadcast enabled
setup c8 input "rtsp://login:password@192.168.0.44:554/mpeg4/ch1/sub/av_stream"
setup c8 output #mosaic-bridge{id=c8,width=640,height=360}
setup c8 loop

new c9 broadcast enabled
setup c9 input "rtsp://login:password@192.168.0.45:554/mpeg4/ch1/sub/av_stream"
setup c9 output #mosaic-bridge{id=c9,width=640,height=360}
setup c9 loop


# Launch everything
control bg play
control c1 play
control c2 play
control c3 play
control c4 play
control c5 play
control c6 play
control c7 play
control c8 play
control c9 play

Re: Вместо VLC

taraz » Пт июл 05, 2019 6:03 pm

Доку на такой инсталл мозаики для нас чайников в студию, пожалуйста! И что такое "ночной режим"?

Re: Вместо VLC

zhendosina » Пт июл 05, 2019 5:49 pm

amxs3 писал(а): Пн июл 01, 2019 8:12 am
aka писал(а): Сб июн 22, 2019 5:34 pm А VLC "того"?
Мозаика больше не мозаика. Да и его конфиги как древнешумерский.
Сегодняшний инсталл: 4 телевизора по 55 дюймов, мозаика на 48 камер, которая ещё и на ночной режим переключается! Это все на двух intel nuc на i5. И более стабильного решения сейчас попросту не существует. Ломаться нечему. Единственная проблема - та что описана в теме про VLC на свежих nuc цвета едут, но наверняка это когда нибудь починится само, с обновлением графики, или VLC. Скинул бы фотку, да вряд ли заказчик обрадуется публикации раскладки камер.

Re: Вместо VLC

amxs3 » Пн июл 01, 2019 8:12 am

aka писал(а): Сб июн 22, 2019 5:34 pm А VLC "того"?
Мозаика больше не мозаика. Да и его конфиги как древнешумерский.

Re: Вместо VLC

aka » Сб июн 22, 2019 5:34 pm

А VLC "того"?

Re: Вместо VLC

taraz » Чт июн 20, 2019 5:44 pm

Уточните ссылку, сам еле нашел на попробовать...
VS Player - плеер для работы видео файлами
Скачать версию для Windows
Скачать версию для MacOS
Скачать версию для linux x32
http://ftp.hikvision.ru/09.%20%D0%A3%D1 ... V1.1.0.zip

Вместо VLC

amxs3 » Чт июн 20, 2019 10:01 am

Раз уж VLC "того", возник вопрос:
Можно ли прикрутить плеер "VS Player" от HiWatch (https://hi.watch/download в разделе "Работа с архивами") которая умеет RTSP на несколько каналов?

Вернуться к началу