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
Version v1.12.12 using web components(in html or sveltekit) does not allow scrubbing/rewinding when stream-type is set to live:dvr, even though the hls stream allows for dvr capabilities.
Expected Behavior:
I should be able to move and scrub the progress bar/time. Only reverting back to 1.11.30 does the capability to scrub the timeline with DVR return.
Steps To Reproduce:
Steps to reproduce the behavior:
Create an HTML page in vscode with the following settings -
Current Behavior:
Version v1.12.12 using web components(in html or sveltekit) does not allow scrubbing/rewinding when stream-type is set to live:dvr, even though the hls stream allows for dvr capabilities.
Expected Behavior:
I should be able to move and scrub the progress bar/time. Only reverting back to 1.11.30 does the capability to scrub the timeline with DVR return.
Steps To Reproduce:
Steps to reproduce the behavior:
//HTML Code
<title>Document</title>// FFMPEG CODE
ffmpeg -re -i your_video.mp4
-c:v libx264 -preset ultrafast -tune zerolatency -b:v 1000k -maxrate 1000k -bufsize 2000k
-c:a aac -b:a 128k -ar 48000 -ac 2
-f hls
-hls_time 4
-hls_playlist_type event
-hls_list_size 0
-hls_segment_filename segment_%03d.ts
output.m3u8
Environment:
The text was updated successfully, but these errors were encountered: