RTSP Control and seekable streaming #325
Locked
iolumbaram
started this conversation in
General
Replies: 1 comment 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.
Uh oh!
There was an error while loading. Please reload this page.
## Which version are you using?
v0.14.1
## Question
How to create a seekable streaming and have controls using RTSP such that a playback can pause (this works), or seek to a different position, or enter fast forward or rewind mode.
Description
I have a RTSP streaming that is published to RTSP server at localhost:8554. I can pull the stream from rtsp://localhost:8554/mystream on VLC player. I have tested VLC player to pull the stream, it is showing but only is able to pause and not not able to perform other controls.
For your helps, thank you!
All reactions