How to display text as subtitles in designated positions on the screen ? #477
Unanswered
webclient163
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Ideally, this should be coming from the source side as a data stream which will automatically set the timestamp same as last video timestamp. You might be able to pass this also with srt/ass format and open it as external subtitles stream. The issue with this is the timestamps need to much the video to be able to sync it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using it to play real-time H264 videos and hope to display the values collected by sensors on the player. Is there a simple way to make the player display real-time text?
Beta Was this translation helpful? Give feedback.
All reactions