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
Enable HTTP forwarding to S3 to play the streams directly on S3
Start a stream with id stream1 and let it broadcast 1 minute
While stream1 is active, ask Ant Media Server return the last 10 secs with startTime and endTime parameters such as http://{AMS}/{APP}/streams/stream1.m3u8?startTime={NOW}-10&endTime={NOW}
Expected:
Only last 10 secs should be in the m3u8 file
Actual:
Full m3u8 is returned
The text was updated successfully, but these errors were encountered:
Steps
startTime
andendTime
parameters such ashttp://{AMS}/{APP}/streams/stream1.m3u8?startTime={NOW}-10&endTime={NOW}
Expected:
Only last 10 secs should be in the m3u8 file
Actual:
Full m3u8 is returned
The text was updated successfully, but these errors were encountered: