Giter Site home page Giter Site logo

JSON output... isnt? about libdvbtee HOT 5 CLOSED

mkrufky avatar mkrufky commented on August 28, 2024
JSON output... isnt?

from libdvbtee.

Comments (5)

mkrufky avatar mkrufky commented on August 28, 2024

Good point about the single quotes - I just changed them to double quotes and pushed to master. As for the lengthSec and startTime, these are just the raw fields in the PSIP tables - they need some manipulation to convert to human readable timestamps. The high 16 bits are coded as Modified Julian Date (MJD) and the low 24 bits are coded as 6 digits in 4-bit Binary Coded Decimal (BCD). Does the debug output on the console for that EPG event have the right time?

from libdvbtee.

mkrufky avatar mkrufky commented on August 28, 2024

(tailing because I can't find a way to turn off the dots)

Are you talking about the periods that draw when there is a TEI error in the TS?

from libdvbtee.

benjojo avatar benjojo commented on August 28, 2024

Are you talking about the periods that draw when there is a TEI error in the TS?

Most likely yes, I tried reading around, is there a way to disable those?

from libdvbtee.

mkrufky avatar mkrufky commented on August 28, 2024

Are you talking about the periods that draw when there is a TEI error in the TS?

Most likely yes, I tried reading around, is there a way to disable those?

There wasn't before today, but I just added a compile flag to disable them, along with the TEI message on stderr. I'll probably change it to a runtime flag, or maybe switch it to default... let me think on that a bit, but this should resolve it for you in the meanwhile.

Please update your sources with the latest changes in my master branch and rebuild passing CXXFLAGS=-DQUIET_TEI to ./configure. For example:

./configure CXXFLAGS=-DQUIET_TEI

or if you're using build-auto.sh, you can pass it there:

./build-auto.sh CXXFLAGS=-DQUIET_TEI

from libdvbtee.

benjojo avatar benjojo commented on August 28, 2024

Yup, This all works for me now, Thanks for the help!

from libdvbtee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.