You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have use
"react-native": "0.75.4",
"react-native-video": "^6.8.0",
and need add text track on video, i found source.textTracks. But i need custom some thing alike: change language, position show, size, color and background.
But with current props, as i found just only change language. about view style is not.
After that, i have use onTextTrackDataChanged to keep track text change, i put it in an other component to handle this.
but i can't hide default the texttracks at bottom video.
have any help for my case :(
Why it is needed ?
Because it is need for show subtitle, cc for video
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered:
Thanks for the feature request! Check out our roadmap here. If your request is already there – great! If not, give us some time, and we'll get back to you with information on when TheWidlarzGroup can address it as part of our free open-source support. Alternatively, contact us to discuss ways to speed up the process.
Description
i have use
"react-native": "0.75.4",
"react-native-video": "^6.8.0",
and need add text track on video, i found source.textTracks. But i need custom some thing alike: change language, position show, size, color and background.
But with current props, as i found just only change language. about view style is not.
After that, i have use onTextTrackDataChanged to keep track text change, i put it in an other component to handle this.
but i can't hide default the texttracks at bottom video.
have any help for my case :(
Why it is needed ?
Because it is need for show subtitle, cc for video
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered: