You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @ali1234,
Is there any chance to allow the output to be DVB compliant and produce 42 byte PES to inject into a DVB TS?
I'm using a Python app to convert 2 static T42 pages 898 and 899 and inject using TSduck into DVB-T TS which and works well. The secret sauce is in ttx_gen.py (attached) which both formats and produces a timed PCR to sync for TS muxing . I'm developing in go with is similar to C and could modify the code to suit.
I'm looking to be usable on both Linux and Windows.
The idea of a few dynamic pages similar to the raspi-teletex demo is appealing. Updating the header with machine date and time and produce T42 output via std or UDP pipe.
Here's is what I'd envisage for dynamic pages.
Page 100 Teletext Index,
Page 102 Weather which gathers weather from external weather site Underground etc using API key.
Page 104 Stats bars graph for CPU, GPU and RAM usage temp etc.
Page 105 (Fish tank) https://www.youtube.com/watch?v=zFkBHuchOnk
Hello @ali1234,
Is there any chance to allow the output to be DVB compliant and produce 42 byte PES to inject into a DVB TS?
I'm using a Python app to convert 2 static T42 pages 898 and 899 and inject using TSduck into DVB-T TS which and works well. The secret sauce is in ttx_gen.py (attached) which both formats and produces a timed PCR to sync for TS muxing . I'm developing in go with is similar to C and could modify the code to suit.
I'm looking to be usable on both Linux and Windows.
The idea of a few dynamic pages similar to the raspi-teletex demo is appealing. Updating the header with machine date and time and produce T42 output via std or UDP pipe.
Here's is what I'd envisage for dynamic pages.
Page 100 Teletext Index,
Page 102 Weather which gathers weather from external weather site Underground etc using API key.
Page 104 Stats bars graph for CPU, GPU and RAM usage temp etc.
Page 105 (Fish tank) https://www.youtube.com/watch?v=zFkBHuchOnk
ttxgen.zip
The text was updated successfully, but these errors were encountered: