Блок с содержанием первого сообщения

TVLINK: настройка и использование (инструкция обновляется и дополняется).


Телеграм чат по вопросам TVLINK.


Отдельный релиз для MIPSEL (MediaTek MT7621AT, OpenWrt 22.03, Python 3.10 ) собранный под Python-3.10:
Код
http://addons.alexelec.tv/TVLINK-3.2.4-mipsel-py3.10.tar.bz2

- модули Streamlink версии 5.1.2
- добавлена возможность сделать отдельные HLS-настройки (Streamer settings) для каждого источника

Если нажать кнопку (settings) возле имени источника (раньше это была кнопка info)



будет открыто окно где Вы можете задать некоторые индивидуальные HLS-настройки для этого источника. Это те же настройки (некоторые из них), что и на странице "Settings", но здесь Вы можете их изменить для конкретного источника не влияя на все остальные источники.



Настройки вступают в силу сразу после изменения и не требуют перезагрузки TVLINK.
Кнопка "Default" возвращает настройки по-умолчанию, то есть те, что заданы на странице "Settings".

Напомню значение этих настроек:
HLS Live Restart - если включено, воспроизведение всегда будет начинаться с первого HLS-сегмента.
Segment timeout - время ожидания соединения/загрузки сегмента.
HLS live edge - количество сегментов которые будут загружены перед тем как отдать поток, если не включен "HLS Stream Data".
HLS Stream Data - если включено, поток отдается сразу как только поступает на вход (нет буферизации)

По поводу последней опции "HLS Stream Data". Если она выключена - Вы увидите резкое увеличение потребления ОЗУ. Это потому, что количество сегментов указанное в "HLS live edge" будет закачиваться в оперативную память и только потом начнет отдаваться. Будьте внимательны с этой опцией (HLS Stream Data) если в Вашем устройстве (например роутер) мало ОЗУ.



Ссылка

TVLINK - 3.2.4

  • 17 Ответов
  • 3288 Просмотров

0 Пользователей и 1 Гость просматривают эту тему.

*

Оффлайн shippy

  • Пользователь
  • **
  • 52
  • +0/-0
Re: TVLINK - 3.2.4
« Ответ #15 : 17 Февраля 2023, 15:14:07 »
Hi Alex !

Couple of questions:

1. Does TVLink support plugins like plugin.video.youtube? I guess not...

To check if TVLink might stream VOD youtube channels correctly, I tried the stream URL:
plugin://plugin.video.youtube/play/?video_id=$VIDEOID
instead of the usual youtube url, in the input playlist.m3u. TVLink didn't accept it.

So TVLink will not accept any external plugin like youtube-dl either?

(In any case I tried another hack: I added the plugin.video.youtube movie channels to the IPTV Merge playlist.m3u8. Movie streaming worked fine via PVR Simple IPTV, destination for IPTV Merge !)

2. If I install a remote TVLink Server  (with license) in a Linux Cloud instance with other apps installed (with cloud public IP, of course), what will the streaming access link be for TVLink PVR and other clients like VLC, Jellyfin Server etc?

The http(s)://IP:2020 link is for the console.

*

Оффлайн Alex

  • Администратор
  • Ветеран
  • *****
  • 1457
  • +14/-0
Re: TVLINK - 3.2.4
« Ответ #16 : 18 Февраля 2023, 07:15:23 »
1. Does TVLink support plugins like plugin.video.youtube?
So TVLink will not accept any external plugin like youtube-dl either?
Hi,
No. This is not supported. The program is designed to work with live streams.
Цитировать
2. If I install a remote TVLink Server  (with license) in a Linux Cloud instance with other apps installed (with cloud public IP, of course), what will the streaming access link be for TVLink PVR and other clients like VLC, Jellyfin Server etc?
For a playlist? You can see the link on the About page. Like: http://ip-address:2020/playlist
Alex@ELEC

*

Оффлайн shippy

  • Пользователь
  • **
  • 52
  • +0/-0
Re: TVLINK - 3.2.4
« Ответ #17 : 18 Февраля 2023, 07:39:43 »
1. Does TVLink support plugins like plugin.video.youtube?
So TVLink will not accept any external plugin like youtube-dl either?
Hi,
No. This is not supported. The program is designed to work with live streams.
Цитировать
2. If I install a remote TVLink Server  (with license) in a Linux Cloud instance with other apps installed (with cloud public IP, of course), what will the streaming access link be for TVLink PVR and other clients like VLC, Jellyfin Server etc?
For a playlist? You can see the link on the About page. Like: http://ip-address:2020/playlist


Thanks !