How to make EPG works in Kodi ?

Hello, i'm using KODI + Pvr Simple Client to watch some TV shows.

What I can't make works is EPG: someone can help me make it running ?

Thanks

3 Answers

IPTV on Android Box (Goobang doo) vs. Mag322

Hi Guys

I have tried to research this on google but haven’t found much of a definitive answer.

I am currently using an m3u playlist which works quite well on my Android box and Android Tv but wanted to try the Mag322 with the stalker portal URL my IPTV provider lists.

Will a Mag box work better as a dedicated IPTV system than Android boxes?

If so, what is the reason why?

Many Thanks

2 Answers

Formuler z8 bluetooth

I plan to buy a formuler z8. It supports Bluetooth, can someone confirm I would be able to connect my Bluetooth headphones (OnePlus bullets, Bose AE2)? Not sure if it's only for mouse/keyboard or also for audio.

Thanks

1 Answers

Playlist

Hi, I have uploaded a playlist to my smart iptv app on my TV. Is it possible to find the link that I've uploaded on my MAC adress? Or see what is uploaded on my MAC adress? So i can save it for the future

1 Answers

Samsung galaxy tab s6 or Lenovo yoga

I need help deciding weather I should buy the new Samsung galaxy tab s6 or buy the Lenovo yoga 2 in one. Which one you guys think would be better? The other thing is that I already have a laptop and a desktop. My wife uses the laptop all the time is more her laptop.

1 Answers

Formuler remote + NVIDIA Shield?

Hey all. Figured this belongs here, but I'm using the new iMPlayer and I have a Formuler remote. The one thing I can't figure out is how to use the actual remote with the NVIDIA Shield. Has anyone done this? Any tips/guidance to get this to work? Many thanks!

1 Answers

IPTV Smarters difference

Any reason why it is different on the Samsung TV app and a phone and fire stick? The TV app is really lacking the epg interface any way to turn it on??http://imgur.com/a/NuB9SYL

3 Answers

IPTV on Android TV with a VPN?

I'm trying to use an M3U IPTV provider on my Android TV with OpenVPN. I confirmed that OpenVPN works (both with the OpenVPN app, and the provider's app), and that I can use an app to connect to the IPTV provider. If I connect directly, it's fine. If I connect through the VPN, the video plays but stutters and buffers. Given I use a VPN elsewhere on my network and can get 15+ mb/sec download speeds on torrents, I don't think the issue is the VPN connection. I think the issue is the TV running the VPN -- that my TV's CPU can't keep up with the encryption fast enough.

Is there some method for using IPTV on my android TV, and have the VPN connection terminated at my home server?

  • Is there some IPTV server software I can run on my home server that I can setup the M3U playlist with, run over OpenVPN, and connect to from my Android TV?
  • I see that there are M3U plugins for Plex. Is there a setup that would allow me to use OpenVPN only for the IPTV connection for Plex?
  • Is there some other setup I should be considering?

EDIT In case there's someone from the future that looks into how to do this, here's a quick and dirty guide of how I resolved this. You need a separate home server to run Plex on, and then you use Plex with your Smart TV normally. Read all of this before starting

5 Parts:

  1. docker. You need to have docker installed on your home server. This is a prereq for the rest of this

  2. dperson/openvpn You use this openvpn docker container to connect to your VPN

  3. telly, an IPTV proxy for Plex

  4. dperson/nginx A docker container that will proxy the telly proxy (yo dawg) for you

  5. plex, including Plex Pass

Step 1 Configure dperson/openvpn to use your VPN client. Lots of instructions linked at the project link above

Step 2 Configure telly in docker. Here's their docker how to which is easy enough to follow. You're going to configure your URLs for your IPTV provider here.

Step 3 Configure the telly docker container to connect through the openvpn container instead of directly. If you're worried about your IPTV provider logging your real IP at all, do this as part of the telly setup in Step 2

Here's the configuration presented in telly's docker config walkthrough:

docker run -d \
  --name='telly-test' \
  -e TZ="America/Chicago" \
  -p '6077:6077/tcp' \
  -v ${MY_DIR}/telly.config.toml:/etc/telly/telly.config.toml \
  --restart unless-stopped \
  tellytv/telly:dev-ffmpeg    

We're going to change 1 line from that:

docker run -d \
  --name='telly-test' \
  -e TZ="America/Chicago" \
  --net='container:vpn' \
  -v ${MY_DIR}/telly.config.toml:/etc/telly/telly.config.toml \
  --restart unless-stopped \
  tellytv/telly:dev-ffmpeg

The only thing that needs to change is 1) removing the 6077 port forward from the container, and 2) setting the networking for the telly container to use the vpn container (whatever container name you gave your openvpn container). The good news is that this means all of the telly container's networking will go over the vpn instead of your local network. The bad news is we can't use the normal port forwarding. Step 4 solves that.

Step 4 Use the dperson/nginx docker container as a proxy for the telly container. Here's an example config for that:

docker run \
    --name=nginx-telly \
    --rm \
    -p 6077:80 \
    --link vpn:telly-test \
    -e TZ="America/New_York" \
    dperson/nginx \
    -w "http://telly-test:6077;/"

This will run the nginx proxy on 6077 on the server (where all the rest of the telly guides expect it to be)

Step 5 Connect Telly to plex

Home that helps. If you run into a problem I can maybe help if you leave a comment, but you're probably best off soldiering through it. But remember I didn't ask the question and solve it myself without giving a solution. Good luck.

6 Answers

IPTV w/ PS4 through Plex

Hi All,

Already tried doing this. I know there were several links showing how using a Plex Server which I already have. They want you to edit the Info.plist file using Notepad ++....that's easy and all but my file does NOT look like what they are posting for the setup.......can't get any channels to load or even show a plugin.

Can anyone walk me through to see what's going on here?

3 Answers

Testing a new provider that I like....but no m3us.

Shadowstreams are I think a UK provider, small scale, snd streams seem good so far. I hooked them up after a few bumps with Helix over the summer - the latest being a really bad feed on the Lomachenko PPV o

Problem is , they dont do m3us - which means I might need to rule them out. I have been using VLC on my PI with great results....but i that doesn't work any more.

I can use smarters on my ipad, a custom app on my desktop, but i'm out of ideas for the Pi.

Any suggestions ?

2 Answers

A Lightweight IPTV app for android phones and tablets (xtream-code iptv only)

3 Answers

Changing channel on VLC on firestick (m3u stream)

[deleted]

2 Answers

Is gold IPTV down for anyone else?

Seems to be down for me. How about you guys?

18 Answers

Question about simultaneously streams.

Right now I have Eternal with 3 streams and everything works fine. My son barely watches TV, but now wants TV im his room. If i upgrade and do 4 or 5 streams at one time will that effect my service, cause buffering or anything?

3 Answers

M3U , channel name and EPG.. some clarification

Hello, i can't make works EPG in my channel lists.

In particular, Epg works on all spanish, germans, uk channels , but not italian.

This is my sample string:

#EXTINF:-1 tvg-ID="" tvg-name="IT: Channel Name" tvg-logo="" group-title="EU italian",Channel Name

http://www.something....

Is tvg-name the name i've to match with egp ? Or is tvg-id ?

Thanks

1 Answers

Filter m3u url ?

does anyone know if it is possible, as in the following example, to filter (remove) by quality. remove the quality sd and fhd for example ?

http://url.here:XX/get.php?username=XXXX&password=XXXX&filterCategory=Italy,Spain,Germany,Portugal,Ireland,Arabic,France,Tamil,Punjabi,Pakistan,India,Afghani,Bangla,Marathi,Malayalam,Gujrati,Filipino,Latino&type=m3u_plus&output=m3u8

1 Answers

Provider similar to IPguys ?

[deleted]

4 Answers

Help me become a reseller

[deleted]

2 Answers

Does express support m3u?

Does express support m3u? I need to test it out with the new android player that has been release.

1 Answers

Is it legal?

is it legal to sell IPTV on Shopify?

4 Answers

FastoTV opensource IPTV player with possibility for subscribers of remote control

[deleted]

1 Answers

IPTV with proper EPG

[deleted]

3 Answers

M3u url options

Hi Is there an option to load VOD only from the M3u url ?!

Or loading channels only !!

Thanks

5 Answers

Recording IPTV

I’m looking for an android IPTV app (I’m on an nvidia shield) that records iptv. Need the software, don’t need a provider.

I want to be able to record from the EPG by selecting. I don’t want to have to set up times as I’m recording in different countries.

Anyone got any recommendations? Thanks.

7 Answers

Retrieving links from iptv app

[deleted]

3 Answers

178 / 534

Back to start