ThomasLeister / vlc-htsp-plugin

Plugin for VLC to access TVHeadend via HTSP. Fixed Version für VLC 3.0

Home Page:https://thomas-leister.de/using-htsp-plugin-with-vlc-3-0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[repository not actively maintained !]

Install

Make sure you have the lastest VLC 3.0 development libraries installed together with C++ development tools for your system.

Install dependencies on Fedora Linux:

sudo dnf install gcc-c++ vlc-devel libatomic

Download, configure, make and install plugin file

wget https://github.com/ThomasLeister/vlc-htsp-plugin/archive/master.zip
unzip master.zip
cd vlc-htsp-plugin-master
make
sudo cp libhtsp_plugin.so /lib64/vlc/plugins/access/

Restart VLC, open the settings in advanced mode and search for "HTSP". Then enter your TVHeadend server's hostname and your login credentials.

URL format is htsp://{username{:password}@}server{:port}/channelId The Service Discovery module is listed under LAN and grabs the channel list from TVH.

Tips

Video stuttering while live playback and timeshift

=> Set "Clock synchronisation" to "Disable" in "Input/Codecs"

About

Plugin for VLC to access TVHeadend via HTSP. Fixed Version für VLC 3.0

https://thomas-leister.de/using-htsp-plugin-with-vlc-3-0/


Languages

Language:C++ 84.4%Language:C 11.8%Language:Makefile 3.8%