Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: TVHeadend 4.2 with NA-EIT

  1. #16
    Join Date
    Oct 2012
    Posts
    10
    Satfix Buxs
    373
    Thanks
    2
    Thanked 3x in 3 Posts

    Default

    Depending on the version, you may get a compile issue with this edit

    Code:
    -  ( mpegts_network_t *mn, uint16_t onid, uint16_t tsid, int check )
    +  ( mpegts_network_t *mn, uint32_t onid, uint32_t tsid, int check )
    My version has onid and tsid defined as uint32_t but yours has them defined as uint16_t
    You need to keep the line the same as in your current code. The last version of 4.2 from git master branch uses uinit32_t.
    Last edited by asdfgasdfg; 07-29-2020 at 12:13 PM.

  2. #17
    Join Date
    Nov 2017
    Posts
    46
    Satfix Buxs
    1,507,708
    Thanks
    13
    Thanked 22x in 10 Posts
    Items PizzaTreasureTrophyWireless AccessFootballBirdCanadaDish

    Default

    I was pulling my source from the 4.2.6 link on their github:
    Code:
    https://github.com/tvheadend/tvheadend/releases/tag/v4.2.6
    I'll update the diff on my earlier post for anyone compiling with this version
    Last edited by Bot; 07-29-2020 at 09:12 PM. Reason: no outside live links

Page 2 of 2 FirstFirst 12

Posting Permissions

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