Does SRS support play back? #3792
Answered
by
grootgordon
cococonuts
asked this question in
Q&A
-
Does SRS support play back? I would have a video server support non realtime video. |
Beta Was this translation helpful? Give feedback.
Answered by
grootgordon
Oct 7, 2023
Replies: 1 comment 1 reply
-
AFAIK, SRS doesn't directly support playback. In order to achieve playback functionality, we need to develop two external program for its implementation. I have completed the following steps, hope they can be helpful to you:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
winlinvip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK, SRS doesn't directly support playback. In order to achieve playback functionality, we need to develop two external program for its implementation.
I have completed the following steps, hope they can be helpful to you:
http://domain/app/stream.m3u8?startTime=xxx&endTime=xxx
. The …