Показать сообщение отдельно
Старый 22.01.2022, 14:53 #19
00ps 00ps вне форума
Junior Member
 
Регистрация: 02.03.2018
Сообщений: 4
Спасибо: 1
Поблагодарили 1 раз в 1 сообщении
2
По умолчанию

Погуглив "DVB2IP" со скриншота Big2Small, нашел описание подобной функции у тюнера другого бренда, а также скриншоты ее работы. Что подтвердило мои представления о работе данной функции.

DVB2IP (ака SAT-2-IP)

Пример работы DVB2IP с vlc

[свернуть]

Пример работы DVB2IP с vlc (Android)

[свернуть]
[свернуть]
Какова же ситуация у нас?
В нашем тюнере u2c A1ternativa Combo, прошивка 1.3.10:
IP тюнера - 192.168.0.12 (как пример)
Меню Интернет -> SAT-2-IP -> Сервер SAT-2-IP -> Включен. (По рекомендации выше из данного меню не выходим.)

Открытые порты тюнера (с включенным SAT-2-IP сервером):


port 554 (rtsp)
port 2871 (Sat2IP)
port 6000 (X11)
port 8080 (http-proxy)
port 49153 (???)what is it
[свернуть]
1. VLC (PC)
VLC media player - 3.0.16 Vetinari
В настройках по умолчанию установлено "Список каналов SAT > IP" - автоматически.

Смотрим список каналов (не находит)


Локальная сеть -> Протокол UPnP - списка каналов нет, в консоле ошибка
Код:
04445530] upnp services discovery: Initializing libupnp on 'default' interface
[04445530] upnp services discovery error: Initialization failed: UPNP_E_OUTOF_SO
CKET
[04445530] main services discovery error: no suitable services discovery module
[свернуть]

Пробуем запустить потоки

Медиа->Открыть URL
Запросы аналогично примеру со скринов выше и варианты, и смотрим логи в консоле
Код:
rtsp://192.168.0.12:8080/stream=1.ts
[1006d770] live555 demux error: Failed to connect with rtsp://192.168.0.12:8080/stream=1.ts
[102b0df0] satip stream error: Failed to setup RTSP session
Код:
http://192.168.0.12:8080/stream=1.ts
[102b0df0] access stream error: HTTP 404 error
[102b0df0] http stream error: error: HTTP/1.1 404 Not Found
Код:
rtsp://192.168.0.12:2781/stream=1.ts
[10042620] live555 demux error: Failed to connect with rtsp://192.168.0.12:2781/stream=1.ts
[101465d8] main stream error: connection failed: Connection refused by peer
[101465d8] satip stream error: Failed to connect to RTSP server 192.168.0.12:2781
[101465d8] main stream error: connection failed: Connection refused by peer
[101465d8] access_realrtsp stream error: cannot connect to 192.168.0.12:2781
Код:
http://192.168.0.12:2781/stream=1.ts
[101465d8] access stream error: HTTP connection failure
[101465d8] main stream error: error: connection failed: Connection refused by peer
[101465d8] http stream error: error: cannot connect to 192.168.0.12:2781
Код:
rtsp://192.168.0.12/stream=1.ts
[0434c098] live555 demux error: Nothing to play for rtsp://192.168.0.12:554/stream=1.ts
[102b0df0] satip stream error: Failed to setup RTSP session
Код:
http://192.168.0.12:554/stream=1.ts
[101465d8] access stream error: HTTP connection failure
[101465d8] http stream error: invalid HTTP replay 'RTSP/1.0 505 RTSP Version Not Supported'
[свернуть]
2. VLC (Android)
Появляется ALI SAT>IP SERVER - 13 в Обзор -> Локальная сеть, далее переход по ресурсу сообщает, что медиафайлы не найдены.

vlc (Android)

logs vlc (Android)

Код:
01-26 16:14:29.005 D/VLC     (30531): [0000007f5ec41f90/7b41] libvlc services discovery: Adding server 'ALi SAT>IP Server - 13' with uuid 'uuid:13ea6210-1e98-11b2-aebd-8c882b60d215'
01-26 16:14:29.006 W/VLC     (30531): [0000007f5ec41f90/7b40] libvlc services discovery: search timeout
01-26 16:14:29.006 W/VLC     (30531): [0000007f5ec41f90/7b42] libvlc services discovery: Server with uuid 'uuid:13ea6210-1e98-11b2-aebd-8c882b60d215' already exists.

01-26 16:14:31.784 D/VLC     (30531): [0000007f59c99890/7b5c] libvlc input: Creating an input for preparsing 'auto.m3u'
01-26 16:14:31.785 D/VLC     (30531): [0000007f59c99890/7b5d] libvlc input: using timeshift granularity of 50 MiB
01-26 16:14:31.785 D/VLC     (30531): [0000007f59c99890/7b5d] libvlc input: using default timeshift path
01-26 16:14:31.785 D/VLC     (30531): [0000007f59c99890/7b5d] libvlc input: `http://www.satip.info/Playlists/auto.m3u' gives access `http' demux `any' path `www.satip.info/Playlists/auto.m3u'
01-26 16:14:31.785 D/VLC     (30531): [0000007f5ed54b10/7b5d] libvlc demux: looking for access_demux module matching "http": 7 candidates
01-26 16:14:31.785 D/VLC     (30531): [0000007f5ed54b10/7b5d] libvlc demux: no access_demux modules matched
01-26 16:14:31.785 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: creating access: http://www.satip.info/Playlists/auto.m3u
01-26 16:14:31.785 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: looking for access module matching "http": 25 candidates
01-26 16:14:31.788 D/VLC     (30531): [0000007f8430d390/7b5d] http stream: resolving www.satip.info ...

01-26 16:14:41.791 E/VLC     (30531): [0000007f8430d390/7b5d] http stream: cannot resolve www.satip.info: No address associated with hostname
01-26 16:14:41.791 E/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: HTTP connection failure
01-26 16:14:41.791 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: querying proxy for http://www.satip.info/Playlists/auto.m3u
01-26 16:14:41.792 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: no proxy
01-26 16:14:41.792 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: http: server='www.satip.info' port=80 file='/Playlists/auto.m3u'
01-26 16:14:41.793 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: net: connecting to www.satip.info port 80
01-26 16:14:41.796 E/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: cannot resolve www.satip.info port 80 : No address associated with hostname
01-26 16:14:41.796 E/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: cannot connect to www.satip.info:80
01-26 16:14:41.796 D/VLC     (30531): [0000007f8430d390/7b5d] libvlc stream: no access modules matched
[свернуть]
[свернуть]
Объясните почему не работает SAT-2-IP через vlc, как формируются запросы для потоков каналов, что не так? любая помощь
__________________
u2c A1ternativa Combo 1.3.10

Последний раз редактировалось 00ps; 28.01.2022 в 15:37. Причина: added logs vlc (android)
00ps вне форума   Ответить с цитированием