Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... | 68
davidcole
6099 posts

Uber Geek
+1 received by user: 1465

Trusted

  #1807383 27-Jun-2017 09:15
Send private message

timmmay:

 

Can anyone give a bit of a dummies guide to getting this working in Kodi? I'm having a try but it's really not simple. The guides I've found suggest you need to find a PVR add on (which one?), maybe install a plug-in, etc.

 

 

 

 

There seems to have been a few addons mentioned....but I haven't seen a single comment on "use this repo and install this addon"  which is probably what you're after.

 

 





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 




Mavarick
213 posts

Master Geek
+1 received by user: 10


  #1807387 27-Jun-2017 09:20
Send private message

see second post on page 3, im a dummy and I got it to work, careful of the spelling 

 

its not an add-on as such 


vorghahn
8 posts

Wannabe Geek
+1 received by user: 1


  #1807389 27-Jun-2017 09:22
Send private message

Using info from OP, title and Google:

 

 

 

http://kodi-addons.club/addon/plugin.video.freeviewnz/2.0.0

 

http://red eneo bux.com/en/install-freeview-nz-kodi-addon/   (remove the two spaces at the start)

 

https://kodi17.com/freeview-nz-add-on-free-new-zealand-iptv-on-kodi-review-how-to-install/




davidcole
6099 posts

Uber Geek
+1 received by user: 1465

Trusted

  #1807392 27-Jun-2017 09:22
Send private message

Mavarick:

 

see second post on page 3, im a dummy and I got it to work, careful of the spelling 

 

its not an add-on as such 

 

 

 

 

ahh cheers.  So it's just using that playlist almost natively/via ip PVR addon?, and that has all the channel links?  Ok cool.





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 


timbosan
2199 posts

Uber Geek
+1 received by user: 294

Subscriber

  #1807393 27-Jun-2017 09:27
Send private message

I have a question on quality.  Yesterday I tried the streams noted in this thread directly in VLC and the quality was worse than my DVB-S feed, and kept breaking up, to the point I changed back to DVB-S.

Later on I tried the streams in Kodi (I already had the plugin and LOVE how it updates automatically to add the new channels, thanks!) and the quality was far improved - definitely looking like the 720p its advertised as.

Has anyone else noticed this?  Are the streams dynamic, or are there different streams for different bitrates?  Anyone else had problems running this in VLC?


vorghahn
8 posts

Wannabe Geek
+1 received by user: 1


  #1807406 27-Jun-2017 09:45
Send private message

If you open up the TVNZ 1 m3u8 link in notepad etc you will see that it contains several links of different quality. In tvheadend im using the 720p links directly as it isn't liking the playlist style.


 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
solaybro
630 posts

Ultimate Geek
+1 received by user: 224

Trusted

  #1807420 27-Jun-2017 10:00
Send private message

Is there a way to automatically get channel icons?


linw
2893 posts

Uber Geek
+1 received by user: 1205


  #1807652 27-Jun-2017 14:01
Send private message

Thought I was going mad as I couldn't get it going. It was that 'Enable'/'Disable' box that got me. How intuitive is it that it should be set to 'Disable'? 

 

I obviously missed something in the logic of that!

 

Anyway, thanks apsattv for your great work. This will be handy in my den being able to have access to these channels from my computer.


Paparangi
166 posts

Master Geek
+1 received by user: 67


  #1807733 27-Jun-2017 14:53
Send private message

solaybro:

 

Is there a way to automatically get channel icons?

 

 

 

 

To get this to work with the inbuilt Kodi IPTV Simple player, you just need to edit the M3U file so instead of this for example:

 

#EXTINF:0, TVNZ 2

 

it has this:

 

#EXTINF:0 tvg-logo="http://www.XXX.nz/XXX.jpg", TVNZ 2

 

where http://www.XXX.nz/XXX.jpg is replaced with the URL to the logo.

 

A good source of TV logo pictures is the Freeview page here: http://www.freeviewnz.tv/tvguide/whats-on/

 

 

 

You can also add tvg-id="blahblah" as well to make it link up with an XMLTV guide, there is one for FreeviewNZ that comes up with a quick Google. Open the XMLTV file on your computer and you will find the channel ID's it uses. This URL can be entered in the same Kodi menu as where you choose the M3U file.

 

An example of a full #EXTINF is:

 

#EXTINF:0 tvg-id="XXXXX" tvg-name="XXXXX" tvg-logo="http://www.XXX.tv/xx.jpg", TVNZ 1

 

https://xxx.co.nz/xxx.m3u8


Apsattv
2453 posts

Uber Geek
+1 received by user: 724


  #1807783 27-Jun-2017 16:47
Send private message

vorghahn:

 

Now all we need is Prime to send out an IPTV stream and we're set...

 

 

I have Prime, however its not official as provided by them so its not there.

 

 

 

 


Apsattv
2453 posts

Uber Geek
+1 received by user: 724


  #1807785 27-Jun-2017 16:53
Send private message

timbosan:

 

I have a question on quality.  Yesterday I tried the streams noted in this thread directly in VLC and the quality was worse than my DVB-S feed, and kept breaking up, to the point I changed back to DVB-S.

Later on I tried the streams in Kodi (I already had the plugin and LOVE how it updates automatically to add the new channels, thanks!) and the quality was far improved - definitely looking like the 720p its advertised as.

Has anyone else noticed this?  Are the streams dynamic, or are there different streams for different bitrates?  Anyone else had problems running this in VLC?

 

 

The master.m3u8 have substreams inside them you can verify this by saving rather than opening the .m3u8 file and renaming it .txt and opening in notepad.

 

Note the backup server 261789-b

 

That's why its usually best to link to the master.m3u8 and you should get whatever is best for your bandwidth.

 

Press the o key if viewing on Kodi to see the stats

 

example of tvnz m3u8

 

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=510400,AVERAGE-BANDWIDTH=510400,CODECS="avc1.42c015,mp4a.40.2",RESOLUTION=480x270
https://tvnzioslive05-i.akamaihd.net/hls/live/267189/1924997895001/channel2/masterR_11.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=910800,AVERAGE-BANDWIDTH=910800,CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=640x360
https://tvnzioslive05-i.akamaihd.net/hls/live/267189/1924997895001/channel2/masterR_22.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1350800,AVERAGE-BANDWIDTH=1350800,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=960x540
https://tvnzioslive05-i.akamaihd.net/hls/live/267189/1924997895001/channel2/masterR_33.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1790800,AVERAGE-BANDWIDTH=1790800,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=1024x576
https://tvnzioslive05-i.akamaihd.net/hls/live/267189/1924997895001/channel2/masterR_44.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2780800,AVERAGE-BANDWIDTH=2780800,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=1280x720
https://tvnzioslive05-i.akamaihd.net/hls/live/267189/1924997895001/channel2/masterR_55.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=400000
https://tvnzioslive05-i.akamaihd.net/hls/live/267189-b/1924997895001/channel2/masterR_11.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=700000
https://tvnzioslive05-i.akamaihd.net/hls/live/267189-b/1924997895001/channel2/masterR_22.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1100000
https://tvnzioslive05-i.akamaihd.net/hls/live/267189-b/1924997895001/channel2/masterR_33.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1500000
https://tvnzioslive05-i.akamaihd.net/hls/live/267189-b/1924997895001/channel2/masterR_44.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2400000
https://tvnzioslive05-i.akamaihd.net/hls/live/267189-b/1924997895001/channel2/masterR_55.m3u8

 

 


 
 
 

Support Geekzone with one-off or recurring donations Donate via PressPatron.
Apsattv
2453 posts

Uber Geek
+1 received by user: 724


  #1807790 27-Jun-2017 17:00
Send private message

Paparangi:

 

solaybro:

 

Is there a way to automatically get channel icons?

 

 

 

 

To get this to work with the inbuilt Kodi IPTV Simple player, you just need to edit the M3U file so instead of this for example:

 

#EXTINF:0, TVNZ 2

 

it has this:

 

#EXTINF:0 tvg-logo="http://www.XXX.nz/XXX.jpg", TVNZ 2

 

where http://www.XXX.nz/XXX.jpg is replaced with the URL to the logo.

 

A good source of TV logo pictures is the Freeview page here: http://www.freeviewnz.tv/tvguide/whats-on/

 

 

 

You can also add tvg-id="blahblah" as well to make it link up with an XMLTV guide, there is one for FreeviewNZ that comes up with a quick Google. Open the XMLTV file on your computer and you will find the channel ID's it uses. This URL can be entered in the same Kodi menu as where you choose the M3U file.

 

An example of a full #EXTINF is:

 

#EXTINF:0 tvg-id="XXXXX" tvg-name="XXXXX" tvg-logo="http://www.XXX.tv/xx.jpg", TVNZ 1

 

https://xxx.co.nz/xxx.m3u8

 

 

When I put the m3u together it was intended to be compatible on all different devices satellite receivers,mediaplayers, tv and android apps not just kodi hence leaving out logos and epgs.

 

I'll have another play around later

 

 





 


Paparangi
166 posts

Master Geek
+1 received by user: 67


  #1807796 27-Jun-2017 17:13
Send private message

Apsattv:

 

Paparangi:

 

solaybro:

 

Is there a way to automatically get channel icons?

 

 

 

 

To get this to work with the inbuilt Kodi IPTV Simple player, you just need to edit the M3U file so instead of this for example:

 

#EXTINF:0, TVNZ 2

 

it has this:

 

#EXTINF:0 tvg-logo="http://www.XXX.nz/XXX.jpg", TVNZ 2

 

where http://www.XXX.nz/XXX.jpg is replaced with the URL to the logo.

 

A good source of TV logo pictures is the Freeview page here: http://www.freeviewnz.tv/tvguide/whats-on/

 

 

 

You can also add tvg-id="blahblah" as well to make it link up with an XMLTV guide, there is one for FreeviewNZ that comes up with a quick Google. Open the XMLTV file on your computer and you will find the channel ID's it uses. This URL can be entered in the same Kodi menu as where you choose the M3U file.

 

An example of a full #EXTINF is:

 

#EXTINF:0 tvg-id="XXXXX" tvg-name="XXXXX" tvg-logo="http://www.XXX.tv/xx.jpg", TVNZ 1

 

https://xxx.co.nz/xxx.m3u8

 

 

When I put the m3u together it was intended to be compatible on all different devices satellite receivers,mediaplayers, tv and android apps not just kodi hence leaving out logos and epgs.

 

I'll have another play around later

 

 

 

 

I think most other players would just ignore it wouldn't they?


Apsattv
2453 posts

Uber Geek
+1 received by user: 724


  #1807808 27-Jun-2017 17:29
Send private message

Yes most should be fine but some devices don't like X-Forwarded

 

;-)

 

 


Mavarick
213 posts

Master Geek
+1 received by user: 10


  #1808004 28-Jun-2017 08:16
Send private message

vorghahn:

 

Using info from OP, title and Google:

 

 

 

http://kodi-addons.club/addon/plugin.video.freeviewnz/2.0.0

 

http://red eneo bux.com/en/install-freeview-nz-kodi-addon/   (remove the two spaces at the start)

 

https://kodi17.com/freeview-nz-add-on-free-new-zealand-iptv-on-kodi-review-how-to-install/

 

 

 

 

I tried 2 and 3 but kept saying could not connect to network server, (Andriod Sony TV)

 

Funny because I was, and Tv said I was connected to the Net. tried about 4-5 times, even deleting and stating again,

 

Did I miss something? 

 

thanks


1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... | 68
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.