0x0is1 / iptv-desktop

Watch TV channels on your device via internet from all over the world for free. IPTV API Implemented with QT C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPTV Desktop

Say Thanks! Version Join

Description

IPTV-Desktop is GUI application made with Qt C++ using IPTV API, which was developed by iptv-org. Watch free tv channels via internet for free from all over the world in different languages.

It gets updated automatically daily.

For more see IPTV Project.

Requirements

For Debian and Ubuntu Distro

  • Qt (<5.13.0)
  • QMake (3.1+)
  • gstreamer (1.20.3+)
  • GNU Make (4.3+)
  • OpenSSL

For Arch and Similar distros

  • Qt (5.13.0+)
  • QMake (3.1+)
  • gstreamer (1.20.3+)
  • GNU Make (4.3+)
  • gst-plugins-bad
  • gst-libav

Installation

For Debian and Ubuntu+

$ git clone https://github.com/0x0is1/iptv-desktop
$ cd iptv-desktop/src
$ qmake iptv-desktop.pro
$ make
$ ./iptv-desktop

For Arch and related

$ sudo pacman -S gst-plugins-bad
$ sudo pacman -Syu gst-libav
$ git clone https://github.com/0x0is1/iptv-desktop
$ cd iptv-desktop/src
$ qmake iptv-desktop.pro
$ make
$ ./iptv-desktop

Features

Sortable
Media Control
Compiled binary Compiled binary file is also attached in this project. It may work, if Qt libraries are available at your pc.
Sample preview
Preview 1
Preview 2
Preview 3
Preview 4

Copyright

We respect privacy and copyrights, if iptv-org wants to remove this content please reach us by mail. we will remove the content.

Feedback

Please consider submitting Issues or Pull Requests, we would love to look on it.

Also you can submit bugs and feedbacks directly to our email

Support authors:

If you wanted us to continue with this type of public use content forever, You may thank us by a coffee or more. Thank you for the contribution. Keep making open source world great <3

Donate

Donate

About

Watch TV channels on your device via internet from all over the world for free. IPTV API Implemented with QT C++

License:MIT License


Languages

Language:C++ 92.2%Language:QMake 7.8%