Skip to content
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

New event type de.ard.eventhub.v1.radio.text for possible encoder integration #735

Open
6 tasks
frytg opened this issue Nov 15, 2024 · 1 comment · May be fixed by #742
Open
6 tasks

New event type de.ard.eventhub.v1.radio.text for possible encoder integration #735

frytg opened this issue Nov 15, 2024 · 1 comment · May be fixed by #742
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@frytg
Copy link
Member

frytg commented Nov 15, 2024

Vorschlag: neuer Typ de.ard.eventhub.v1.radio.text (als Ergänzung zu https://swrlab.github.io/ard-eventhub/#/docs/EVENTS)

Event-Typ soll als Proof of concept genutzt werden, ob Eventhub als zentrale Quelle für Encoding-Plattform genutzt werden kann.

Zulieferung ist optional.
Keine Zulieferung: Fallback auf title + artist im Radiotext.
TBD Optionen:

  • $title - $artist
  • $artist - $title
  • $title / $artist

Mögliches Datenformat:

{
  "event": "de.ard.eventhub.v1.radio.text",

  "start": "YYYY-MM-DDTHH...", // ISO timestamp of now
  "validUntil": "YYYY-MM-DDTHH..." // ISO timestamp how long this text can be displayed (fallback to title - artist)

  "text": "Toller Sender jetzt auch in der ARD Audiothek", // one line of Radiotext for live encoder (limited in length)

  "services": [ // reference to playing station like in .playing or .next
    {
      "type": "PermanentLivestream",
      "externalId": "crid://swr.de/123450",
      "publisherId": "248000",
      "id": "urn:ard:permanent-livestream:49267f7d67be180d"
    }
  ],
}

next steps

  • Zulieferung an Encoder definieren (Push bevorzugt über Pull)

Integration

@frytg frytg added feature New feature or request help wanted Extra attention is needed labels Nov 15, 2024
@frytg
Copy link
Member Author

frytg commented Dec 18, 2024

Wir würden das dann mal umsetzen.

@Steinertech9 das könntest du dir bitte nach #727 mal anschauen.

@Steinertech9 Steinertech9 linked a pull request Jan 8, 2025 that will close this issue
@saerdnaer saerdnaer linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants