Skip to content

v2: Extract Teletext-format subtitles from MPEG-TS stream (own PID) #688

Description

@ason-assistant

Version: V2

Feature request: extract Teletext-format subtitles carried in an MPEG-TS stream as their own PID, so they can be surfaced/routed alongside the audio/video PIDs the Demuxer already exposes.

Context

MPEG-TS input streams often include a subtitle track encoded as Teletext (EBU EN 300 472 / DVB Teletext) on a dedicated PID. Today the Demuxer isn't extracting these, so downstream consumers can't get at the subtitle data.

Ask

  • Detect Teletext-carrying PIDs on the Demuxer.
  • Expose them as an output like other tracks, tagged as Teletext + page number where available.
  • Downstream module(s) can then convert / forward / re-mux the subtitle payload.

I checked existing tickets and there is no prior issue for this (searched "teletext" / "subtitle" / "subtitles").

Reported by Ivan via Telegram.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions