Results 1 to 9 of 9

Thread: Android Tv Live Channels

  1. #1
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default Android Tv Live Channels

    I found this app which is pretty cool for those with an Android tv device (Nexus Player, Nvidia Shield and such). There is an app called Live Channels which shows up when you install certain other apps, which are compatible with the Live Channels. So if you've got a HD Homerun and you install the app it will add the Live Channels app as well and it's a much nicer interface.

    Anyways, this app - - lets you add streams to the Live Channels app. And if you don't want to mess about entering complicated stream links into your box, you can sync it with json file in your Google Drive and add them on your computer first.

    So you might do something like this to get the Channel 7 streams.

    Code:
    {"channels":[
        
    {"number":"7070","name":"7 Adelaide","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224816/ADE1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"},
    
    {"number":"7170","name":"7 Brisbane","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224815/BRI1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"},
    
    {"number":"7270","name":"7 Melbourne","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224813/MEL1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"},
    
    {"number":"7370","name":"7 Perth","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224817/PER1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"},
    
    {"number":"7470","name":"7 Sydney","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224814/SYD1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}
    
    ],"modified":1444247689838,"possibleGenres":["ENTERTAINMENT"]}

    There's no EPG information in it but it sounds like the developer is working on something syncing with a google calendar down the track.


    I haven't been able to get local streams from tvheadend yet, which is what I set out to do. Anyone got any thoughts on that?

  2. The Following 4 Users Say Thank You to pete123 For This Useful Post:

    admin (18-05-16),OSIRUS (18-05-16),pheggie (19-05-16),Smacca (17-05-16)



Look Here ->
  • #2
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default

    Here's a more complete list.

    Code:
    {"channels":[{"number":"570","name":"7 Adelaide","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224816/ADE1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}, 
    {"number":"470","name":"7 Brisbane","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224815/BRI1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}, 
    {"number":"370","name":"7 Melbourne","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224813/MEL1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}, 
    {"number":"670","name":"7 Perth","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224817/PER1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}, 
    {"number":"270","name":"7 Sydney","logo":"http://s20.postimg.org/75k6jgb8d/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224814/SYD1/master_high.m3u8","splashscreen":"http://s20.postimg.org/75k6jgb8d/image.png","genres":"ENTERTAINMENT"}, 
    {"number":"572","name":"7 Two Adelaide","logo":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224829/ADE2/master_high.m3u8","splashscreen":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","genres":"ENTERTAINMENT"}, 
    {"number":"472","name":"7 Two Brisbane","logo":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224828/BRI2/master_high.m3u8","splashscreen":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","genres":"ENTERTAINMENT"}, 
    {"number":"372","name":"7 Two Melbourne","logo":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224826/MEL2/master_high.m3u8","splashscreen":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","genres":"ENTERTAINMENT"}, 
    {"number":"672","name":"7 Two Perth","logo":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224830/PER2/master_high.m3u8","splashscreen":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","genres":"ENTERTAINMENT"}, 
    {"number":"272","name":"7 Two Sydney","logo":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224827/SYD2/master_high.m3u8","splashscreen":"http://s20.postimg.org/4qsaz0uzh/7_TWO.png","genres":"ENTERTAINMENT"},
    {"number":"573","name":"7 Mate Adelaide","logo":"http://s20.postimg.org/3n86n2acd/7_MATE.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224842/ADE3/master_high.m3u8","splashscreen":"http://s20.postimg.org/3n86n2acd/7_MATE.png","genres":"ENTERTAINMENT"},
    {"number":"473","name":"7 Mate Brisbane","logo":"http://s20.postimg.org/3n86n2acd/7_MATE.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224841/BRI3/master_high.m3u8","splashscreen":"http://s20.postimg.org/3n86n2acd/7_MATE.png","genres":"ENTERTAINMENT"},
    {"number":"373","name":"7 Mate Melbourne","logo":"http://s20.postimg.org/3n86n2acd/7_MATE.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224839/MEL3/master_high.m3u8","splashscreen":"http://s20.postimg.org/3n86n2acd/7_MATE.png","genres":"ENTERTAINMENT"},
    {"number":"673","name":"7 Mate Perth","logo":"http://s20.postimg.org/3n86n2acd/7_MATE.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224843/PER3/master_high.m3u8","splashscreen":"http://s20.postimg.org/3n86n2acd/7_MATE.png","genres":"ENTERTAINMENT"},
    {"number":"273","name":"7 Mate Sydney","logo":"http://s20.postimg.org/3n86n2acd/7_MATE.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224840/SYD3/master_high.m3u8","splashscreen":"http://s20.postimg.org/3n86n2acd/7_MATE.png","genres":"ENTERTAINMENT"},
    {"number":"576","name":"7 Flix Adelaide","logo":"http://s20.postimg.org/673th5xwd/7_FLIX.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224859/ADE6/master_high.m3u8","splashscreen":"http://s20.postimg.org/673th5xwd/7_FLIX.png","genres":"ENTERTAINMENT"},
    {"number":"476","name":"7 Flix Brisbane","logo":"http://s20.postimg.org/673th5xwd/7_FLIX.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224858/BRI6/master.m3u8","splashscreen":"http://s20.postimg.org/673th5xwd/7_FLIX.png","genres":"ENTERTAINMENT"},
    {"number":"376","name":"7 Flix Melbourne","logo":"http://s20.postimg.org/673th5xwd/7_FLIX.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224856/MEL6/master_high.m3u8","splashscreen":"http://s20.postimg.org/673th5xwd/7_FLIX.png","genres":"ENTERTAINMENT"},
    {"number":"676","name":"7 Flix Perth","logo":"http://s20.postimg.org/673th5xwd/7_FLIX.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224860/PER6/master_high.m3u8","splashscreen":"http://s20.postimg.org/673th5xwd/7_FLIX.png","genres":"ENTERTAINMENT"},
    {"number":"276","name":"7 Flix Sydney","logo":"http://s20.postimg.org/673th5xwd/7_FLIX.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224857/SYD6/master_high.m3u8","splashscreen":"http://s20.postimg.org/673th5xwd/7_FLIX.png","genres":"ENTERTAINMENT"},
    {"number":"590","name":"9 Adelaide","logo":"http://s20.postimg.org/3tqh3w8v1/image.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/226647/ch9adlprd/master.m3u8","splashscreen":"http://s20.postimg.org/3tqh3w8v1/image.png","genres":"ENTERTAINMENT"},
    {"number":"490","name":"9 Brisbane","logo":"http://s20.postimg.org/3tqh3w8v1/image.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/226646/ch9bneprd/master.m3u8","splashscreen":"http://s20.postimg.org/3tqh3w8v1/image.png","genres":"ENTERTAINMENT"},
    {"number":"390","name":"9 Melbourne","logo":"http://s20.postimg.org/3tqh3w8v1/image.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/226644/ch9melprd/master.m3u8","splashscreen":"http://s20.postimg.org/3tqh3w8v1/image.png","genres":"ENTERTAINMENT"},
    {"number":"690","name":"9 Perth","logo":"http://s20.postimg.org/3tqh3w8v1/image.png","url":"https://sevenwestmedia01-i.akamaihd.net/hls/live/224860/PER6/master.m3u8","splashscreen":"http://s20.postimg.org/3tqh3w8v1/image.png","genres":"ENTERTAINMENT"},
    {"number":"290","name":"9 Sydney","logo":"http://s20.postimg.org/3tqh3w8v1/image.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/226554/ch9sydprd/master.m3u8","splashscreen":"http://s20.postimg.org/3tqh3w8v1/image.png","genres":"ENTERTAINMENT"},
    {"number":"592","name":"9 Gem Adelaide","logo":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238027/gemadlprd/master.m3u8","splashscreen":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"492","name":"9 Gem Brisbane","logo":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238026/gembneprd/master.m3u8","splashscreen":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"392","name":"9 Gem Melbourne","logo":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238025/gemmelprd/master.m3u8","splashscreen":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"692","name":"9 Gem Perth","logo":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238024/gemperprd/master.m3u8","splashscreen":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"292","name":"9 Gem Sydney","logo":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238023/gemsydprd/master.m3u8","splashscreen":"http://s20.postimg.org/4dsorn8bh/NSD_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"593","name":"9 Go Adelaide","logo":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238032/goadlprd/master.m3u8","splashscreen":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"493","name":"9 Go Brisbane","logo":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238031/gobneprd/master.m3u8","splashscreen":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"393","name":"9 Go Melbourne","logo":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238030/gomelprd/master.m3u8","splashscreen":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"693","name":"9 Go Perth","logo":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238029/goperprd/master.m3u8","splashscreen":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"293","name":"9 Go Sydney","logo":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238028/gosydprd/master.m3u8","splashscreen":"http://s20.postimg.org/l2u4nk4wt/G9_S_290x170.png","genres":"ENTERTAINMENT"},
    {"number":"594","name":"9 Life Adelaide","logo":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238037/lifeadlprd/master.m3u8","splashscreen":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","genres":"ENTERTAINMENT"},
    {"number":"494","name":"9 Life Brisbane","logo":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238036/lifebneprd/master.m3u8","splashscreen":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","genres":"ENTERTAINMENT"},
    {"number":"394","name":"9 Life Melbourne","logo":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238035/lifemelprd/master.m3u8","splashscreen":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","genres":"ENTERTAINMENT"},
    {"number":"694","name":"9 Life Perth","logo":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238034/lifeperprd/master.m3u8","splashscreen":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","genres":"ENTERTAINMENT"},
    {"number":"294","name":"9 Life Sydney","logo":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","url":"https://9nowlivehls-i.akamaihd.net/hls/live/238033/lifesydprd/master.m3u8","splashscreen":"http://s20.postimg.org/xvi8nhgil/9_Life_logo.png","genres":"ENTERTAINMENT"},
    {"number":"510","name":"10 Adelaide","logo":"http://s20.postimg.org/4uqpt0pul/TEN.png","url":"http://csm-e.cds1.yospace.com/csm/extlive/networkten01,SDADS.m3u","splashscreen":"http://s20.postimg.org/4uqpt0pul/TEN.png","genres":"ENTERTAINMENT"},
    {"number":"410","name":"10 Brisbane","logo":"http://s20.postimg.org/4uqpt0pul/TEN.png","url":"http://csm-e.cds1.yospace.com/csm/extlive/networkten01,SDTVQ.m3u8","splashscreen":"http://s20.postimg.org/4uqpt0pul/TEN.png","genres":"ENTERTAINMENT"},
    {"number":"310","name":"10 Melbourne","logo":"http://s20.postimg.org/4uqpt0pul/TEN.png","url":"http://csm-e.cds1.yospace.com/csm/extlive/networkten01,SDATV.m3u8?zone=tenplay.web.live&vid=4640806154001&region=SDATV","splashscreen":"http://s20.postimg.org/4uqpt0pul/TEN.png","genres":"ENTERTAINMENT"},
    {"number":"610","name":"10 Perth","logo":"http://s20.postimg.org/4uqpt0pul/TEN.png","url":"http://csm-e.cds1.yospace.com/csm/extlive/networkten01,SDNEW.m3u8","splashscreen":"http://s20.postimg.org/4uqpt0pul/TEN.png","genres":"ENTERTAINMENT"},
    {"number":"210","name":"10 Sydney","logo":"http://s20.postimg.org/4uqpt0pul/TEN.png","url":"http://csm-e.cds1.yospace.com/csm/extlive/networkten01,SDTEN.m3u8","splashscreen":"http://s20.postimg.org/4uqpt0pul/TEN.png","genres":"ENTERTAINMENT"},
    {"number":"24","name":"ABC News 24","logo":"http://s20.postimg.org/3kxyb32e1/abc_news_24.png","url":"http://iphonestreaming.abc.net.au/news24/news24.m3u8","splashscreen":"http://s20.postimg.org/3kxyb32e1/abc_news_24.png","genres":"ENTERTAINMENT"}],"modified":"1431925822","possibleGenres":["ANIMAL_WILDLIFE","ANIMAL_WILDLIFE","ARTS","COMEDY","DRAMA","EDUCATION","ENTERTAINMENT","FAMILY_KIDS","GAMING","LIFE_STYLE","MOVIES","MUSIC","NEWS","PREMIER","SHOPPING","SPORTS","TECH_SCIENCE","TRAVEL"]}
    Last edited by pete123; 18-05-16 at 03:51 PM.

  • The Following 2 Users Say Thank You to pete123 For This Useful Post:

    kde (19-05-16),OSIRUS (18-05-16)

  • #3
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default

    I couldn't get tvheadend to work so I jumped onto which is working well for the local channels. Bit iffy with the racing channel is all. You can set it up with full EPG.

    The software has PVR features but you can't use them on the Live Channels app. It has a web interface and a phone app which you could use.

    My current set up is a Raspberry Pi 3 running DVBLink Server, with a Hauppauge USB tuner attached that I had kicking around. Then there's an app in Beta still on their which you need to sideload on the Nexus Player.

    You can run the server on most platforms. It's about $40 for a license but you get a 20 day trial.

    The Live Channels lets you mix sources too, so you can have your IPTV and your tuner channels all in the same list.

  • #4
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default

    Just to finish off the set up, I picked up an IPTV encoder of AliExpress so I can stream HD Foxtel over the local network. You can't change the channel obviously but I really only watch sport on it. I might see if I still have a remote extendy thing, it's only a very slight delay so you'd have no trouble working the Foxtel box with a spare remote. It's a cool little box, just came with a handwritten note telling me the IP and password. You have to work the rest out for yourself.

    I've added the stream from this box to the Cumulus tv setup, so now I have all the local tv stations, Foxtel and the various streams all in the Live TV app.

    Apparently Android N will add PVR options to it so I reckon it's going to be a brilliant app.

  • #5
    Junior Member
    Join Date
    Jul 2015
    Posts
    97
    Thanks
    5
    Thanked 17 Times in 11 Posts
    Rep Power
    117
    Reputation
    350

    Default

    Quote Originally Posted by pete123 View Post
    Just to finish off the set up, I picked up an IPTV encoder of AliExpress so I can stream HD Foxtel over the local network. You can't change the channel obviously but I really only watch sport on it. I might see if I still have a remote extendy thing, it's only a very slight delay so you'd have no trouble working the Foxtel box with a spare remote. It's a cool little box, just came with a handwritten note telling me the IP and password. You have to work the rest out for yourself.

    I've added the stream from this box to the Cumulus tv setup, so now I have all the local tv stations, Foxtel and the various streams all in the Live TV app.

    Apparently Android N will add PVR options to it so I reckon it's going to be a brilliant app.
    what quality can the encoder do? the delay how many seconds would you say it is?

  • #6
    Banned

    Join Date
    Jan 2008
    Posts
    2,783
    Thanks
    1,262
    Thanked 1,871 Times in 886 Posts
    Rep Power
    0
    Reputation
    27488

    Default

    Quote Originally Posted by pete123 View Post
    Just to finish off the set up, I picked up an IPTV encoder of AliExpress so I can stream HD Foxtel over the local network. You can't change the channel obviously but I really only watch sport on it. I might see if I still have a remote extendy thing, it's only a very slight delay so you'd have no trouble working the Foxtel box with a spare remote. It's a cool little box, just came with a handwritten note telling me the IP and password. You have to work the rest out for yourself.

    I've added the stream from this box to the Cumulus tv setup, so now I have all the local tv stations, Foxtel and the various streams all in the Live TV app.

    Apparently Android N will add PVR options to it so I reckon it's going to be a brilliant app.
    Is this the same encoder you bought?


    I bought a dvb-t modulator like this one and the picture quality for hd is very nice
    Last edited by pheggie; 22-07-16 at 07:46 AM.

  • #7
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default

    It was

    It's probably about a 3 second delay, although I assume that depends on the network.

    It says that it can do 1080P 60FPS. I've just been running it as 'Same as Input' for Foxtel and it can handle that. The other factors are the Bitrate and the GOP (which is apparently Group of Pictures). The GOP seems to be the main one with live sport. When it's a long shot moving quickly you seem to need a high GOP or it goes blocky.

    It runs into memory issues if you leave it running for too long at too high a quality. So if I leave it on the AFL channel for a few days I've found it gets a bit jittery and needs a reboot. But I probably just need to find the sweet spot.
    Last edited by pete123; 22-07-16 at 12:17 PM.

  • The Following User Says Thank You to pete123 For This Useful Post:

    pheggie (22-07-16)

  • #8
    Banned

    Join Date
    Jan 2008
    Posts
    2,783
    Thanks
    1,262
    Thanked 1,871 Times in 886 Posts
    Rep Power
    0
    Reputation
    27488

    Default

    thanks pete123 in your experience what is your choice of bitrate and GOP to help newcomers avoid a lot of trial and error
    I'd imagine 1080i would be encoded as progressive by the way. That's a good price in your aliexpress link.
    Last edited by pheggie; 22-07-16 at 02:43 PM.

  • #9
    Premium Member

    Join Date
    Jan 2008
    Posts
    293
    Thanks
    69
    Thanked 188 Times in 106 Posts
    Rep Power
    269
    Reputation
    3123

    Default

    I've been playing around trying to a keep the memory issues at bay but watching Fox Footy in HD on the tv, the optimum seems to be a bitrate of 3600 and a GOP of around 80.

    For general tv, or for a smaller screen, you can get away with a GOP of 30 and a bitrate of 1800.


    It also has an option for substreams. So if you wanted a lower quality stream to watch on your phone over the internet you can set that up.

  • The Following User Says Thank You to pete123 For This Useful Post:

    pheggie (22-07-16)

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •