adamborecki
New Member
Howdy folks,
I'm using OBS Websockets and a custom javascript API that sends captions with the SendCaptions event to embed 608 captions
It works great in Twitch, Youtube and Wowza Cloud. But, I have not been able to get it to work with Vimeo Premium
Vimeo's support says it's possible: https://vimeo.zendesk.com/hc/en-us/articles/360040732851-Captioning-for-live-videos
Any ideas?
I noticed that Wowza reports the subtitles as "unknown cc", so maybe there's an issue with OBS not defining the language?
Or maybe the issue is with the obs_output_output_caption_text2 function that OBS is using?
It should be possible, especially judging from other websites that advertise live captioning to Vimeo.
Best,
-Adam
(Note: In the Log file, look for line 6353 for an example of a SendCaption request. I don't really know if the "messageid" needs to be unique, I've tested it out in the past using Wowza cloud with an empty string as the message id and it seems to work just fine. I.e., I can repeatedly send the message id "" with the caption "Subtitles are enabled for this live stream" and it shows the caption every time.
I'm using OBS Websockets and a custom javascript API that sends captions with the SendCaptions event to embed 608 captions
It works great in Twitch, Youtube and Wowza Cloud. But, I have not been able to get it to work with Vimeo Premium
Vimeo's support says it's possible: https://vimeo.zendesk.com/hc/en-us/articles/360040732851-Captioning-for-live-videos
Any ideas?
I noticed that Wowza reports the subtitles as "unknown cc", so maybe there's an issue with OBS not defining the language?
Or maybe the issue is with the obs_output_output_caption_text2 function that OBS is using?
It should be possible, especially judging from other websites that advertise live captioning to Vimeo.
Best,
-Adam
(Note: In the Log file, look for line 6353 for an example of a SendCaption request. I don't really know if the "messageid" needs to be unique, I've tested it out in the past using Wowza cloud with an empty string as the message id and it seems to work just fine. I.e., I can repeatedly send the message id "" with the caption "Subtitles are enabled for this live stream" and it shows the caption every time.