-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add input support for EBU Teletext in MPEG-TS #1181
feat: Add input support for EBU Teletext in MPEG-TS #1181
Conversation
Supports EBU Teletext input following Level 1.5 of the core specification ETSI EN 300 706 V1.2.1 (2003-04).
I tested Teletext implementation with live UDP input and it looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally this feature works well
return false; | ||
|
||
} else if (packet_nr > 26) { | ||
return false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packet28 has more language codec infos, so it's advisible to parse it and change teletext G0 charset accordingly
@marcusspangenberg I updated your code with cmake build changes in upstream, and also added additional languages support. Please, take a look on this patch (it is a diff from main) |
Please merge with |
Moving to #1344 |
Implements #272