Discussions
Method to differentiate streaming videos.
11 months ago by Daniel
I'm currently trying to stream three sentences with a 1 to 1.5-second interval using the talk text
function. For instance, when I call it in the order of "A," "B," "C," I want to differentiate the streaming videos for "A," "B," and "C." In the demo code, it distinguishes them using report.bytesReceived
, but this method isn't clear for precise differentiation. If you have a better approach, I would appreciate it if you could share it with me.
(This is intended to display subtitles corresponding to each video.)