obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

Feature Request: SendCaptions CEA 708 Support #806

Open alexfrench opened 3 years ago

alexfrench commented 3 years ago

I'm using SendCaptions from .NET

Questions:

  1. Is the payload for the SendCaptions function the plain caption text only or is it meant to be encoded as a EIA608 caption with control commands?
  2. If the answer to (1) is plain text only, how can I set the caption row so that it appears at the bottom of the screen?

Thanks.

tt2468 commented 3 years ago

SendCaptions sends only plain text, with a permanent display duration (if I'm reading it correctly).

I see here that OBS allows us to submit CEA 708 caption data instead. I'll have to look into what would be necessary to add that functionality.

alexfrench commented 3 years ago

Thanks so much for the quick reply. I had not drilled down too far and assumed that it was CEA708. Any help on that would be awesome.