iptv4plex icon indicating copy to clipboard operation
iptv4plex copied to clipboard

IPTV m3u8 Proxy for Plex Live TV & DVR

Results 9 iptv4plex issues
Sort by recently updated
recently updated
newest added

``` if url.startswith('http'): logger.debug("m3u8 url") inputm3u8 = requests.Request(url, headers={'User-Agent':''}) inputm3u8 = requests.urlopen(inputm3u8).read().decode('utf-8') inputm3u8 = inputm3u8.split("\n")[1:] ``` Not sure if there's any point doing a PR with this because it might...

After following install instructions on Linux Ubuntu 18, I receive the subject error when executing: python3 iptv4plex.py

@vorghahn Any appetite for making a docker image and integrating it so it's built and stored in Github? I've forked and made changes to support this. If there's no appetite...

I am trying to play streams via Ubuntu 18.04 server but it always fails, while I try VLC it plays video fine. I have tried via my window machine and...

pip3 install code links to the wrong .py files. automation required to maintain up to date pip3 packages from source.

Hi, When using the web interface to filter out channels, the groups break after a group with a space in it. I can't turn on or off any groups after...

the plex interface is showing some shows, as movies. Is this an issue with my EPG, or can i edit something to let plex know how to handle shows v...

limitation

All channel names with spaces don't play, e.g. "SporTV HD" or "Discovery Channel" I'm using latest version of iptv4plex

Plex becomes unresponsive when trying to import EPG data via XMLTV. Tested on IPTV that provides 4000 channels.

limitation