Disable seek #668
-
Hi There, I have a use case where I need to disable video/audio seeking. Thanks for the great library. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @deepaktammali, If you're looking to just remove any user- or viewer-based seeking, you can do this with Media Chrome by simply:
Let me know if that answers your question, or if I'm misunderstanding. Thanks for the Media Chrome love! |
Beta Was this translation helpful? Give feedback.
-
Going to mark this as closed due to inactivity @deepaktammali. If my prior response answered your question, it would be great if you can let other folks know by marking it as an answer. This helps others in the community who are asking similar questions. |
Beta Was this translation helpful? Give feedback.
Hey @deepaktammali,
Just to clarify, if you're looking to disable any/all programmatic seeking, Media Chrome does not provide any infrastructure to disable that.
If you're looking to just remove any user- or viewer-based seeking, you can do this with Media Chrome by simply:
<media-seek-forward-button>
,<media-time-range>
)<media-controller hotkeys="noarrowleft noarrowright">
)Let me know if that answers your question, or if I'm misunderstanding. Thanks for the Media Chrome love!