All Projects → schwifty42069 → piptv

schwifty42069 / piptv

Licence: MIT license
A very simple Python IPTV client

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to piptv

Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (+346.27%)
Mutual labels:  vlc, iptv
Countries
Free legally receivable IPTV channels as .m3u for Kodi. :-)
Stars: ✭ 657 (+880.6%)
Mutual labels:  vlc, iptv
IPTV-Player
IPTV Player (Delphi, VLC)
Stars: ✭ 37 (-44.78%)
Mutual labels:  vlc, iptv
bj-mobile-iptv
北京移动IPTV播放列表 Beijing Mobile IPTV playlist bj-mobile-iptv.m3u
Stars: ✭ 96 (+43.28%)
Mutual labels:  iptv
adl
🍿 anime-downloader + trackma wrapper
Stars: ✭ 91 (+35.82%)
Mutual labels:  vlc
vlc-portable
🚀 VLC Media Player portable for Windows
Stars: ✭ 17 (-74.63%)
Mutual labels:  vlc
epg
一个处理电信机顶盒焦点的JavaScript插件。
Stars: ✭ 12 (-82.09%)
Mutual labels:  iptv
vlc-protocol
Open vlc:// links directly from your web browser.
Stars: ✭ 143 (+113.43%)
Mutual labels:  vlc
YouTube to m3u
Grabs m3u from YouTube live.
Stars: ✭ 95 (+41.79%)
Mutual labels:  iptv
iptv-proxy
Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
Stars: ✭ 235 (+250.75%)
Mutual labels:  iptv
YouTube to m3u
Grab .m3u8 from YouTube live channels and makes .m3u IPTV Playlist from various languages and Events. Tamil / Malayalam / English / Hindi / French / Kids / Sports / Urudu etc.
Stars: ✭ 48 (-28.36%)
Mutual labels:  iptv
torrent-dl
Streaming Torrent Client for Python
Stars: ✭ 28 (-58.21%)
Mutual labels:  vlc
Helia
Media Player & IPTV & Digital TV ( DVB, ATSC, DTMB, ISDB )
Stars: ✭ 24 (-64.18%)
Mutual labels:  iptv
iptv-list
List of IPTV channels with the option to play them directly in the browser. 📺
Stars: ✭ 87 (+29.85%)
Mutual labels:  iptv
IPtv
A collection of private IPtv list as well as Third-party IPtv list. (not updated anymore)
Stars: ✭ 16 (-76.12%)
Mutual labels:  iptv
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (+229.85%)
Mutual labels:  vlc
smotreshka-ripper
smotreshka.tv playlist maker
Stars: ✭ 16 (-76.12%)
Mutual labels:  iptv
VLC-Scheduler
Basic automation & scheduling for VLC media player. [Currently not actively maintained].
Stars: ✭ 57 (-14.93%)
Mutual labels:  vlc
TwitchPotPlayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 159 (+137.31%)
Mutual labels:  vlc
Black-VLC-Mac
A black theme for VLC for Mac
Stars: ✭ 26 (-61.19%)
Mutual labels:  vlc

PIPTV - A simple Python IPTV client with 82 channels including NFL Network, ESPN, FS1 & FS2

This is an incredibly simple module. With that being said, I provide this code and all support free of charge, so any donations are welcome and can be sent to this bitcoin address: bc1qahz93vyljhjj0fsadu2m8zdhaqdaf60gnc7y2y Thank you and enjoy!

Setup

These setup instructions assume you have vlc installed before setup. If you don't have it installed, you can find a download link here. Please make sure that the architecture of vlc (64bit/32bit) matches the architecture of your python installation! These instructions also assume you have python 3.x and pip installed. If you don't and you're using windows, go to python.org and install the latest version of python (which will have pip bundled with it) Make sure you choose to install for all users and to add python to your path (you will see the check boxes in the install dialog) For ubuntu and other Debian based Linux distros, open a terminal and type the following:

apt install python3

Once you have finished installing vlc, python and pip, the process is as simple as navigating to the directory that you downloaded/cloned piptv into, and typing the following in your terminal:

For Ubuntu/Debian

python3 -m pip install -r requirements.txt

For Windows

pip install -r requirements.txt

If you need a more detailed explanation for windows 10, see doc/windows.md in this repository

Use:

To run the script, navigate to the directory where you downloaded it and type the following:

For Ubuntu/Debian

python3 piptv.py

For Windows

python piptv.py

Upon running the script, you can type list to see the channel list, you can type the name as it appears in the channel list to tune to that channel, or you can type quit to quit. To stop an actively streaming channel, hit CTRL + C to stop the stream and return to the prompt.

Debugging

The option to pass a debug flag has been added, so if you're experiencing issues you can add --debug to the end of the channel name when attempting to tune, and you will see a very verbose debug output in the terminal. For example, when prompted to enter a command after running the script, instead of typing..

espn

to tune to espn, type

espn --debug

and you will see the additional debug output in the terminal!

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].