Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.12.12 live:dvr progress bar scrubbing not working. #1562

Open
ashishdhngr opened this issue Jan 16, 2025 · 0 comments
Open

v1.12.12 live:dvr progress bar scrubbing not working. #1562

ashishdhngr opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ashishdhngr
Copy link

ashishdhngr commented Jan 16, 2025

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:

  1. Create an HTML page in vscode with the following settings -
  2. Use FFMPEG to create an HLS Stream with DVR
  3. Use a node or python server to serve the hls stream (http://localhost:8000/output.m3u8)

//HTML Code

<title>Document</title>
<script
  src="https://cdn.vidstack.io/[email protected]"
  type="module"
></script>

// 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:

@ashishdhngr ashishdhngr added the bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant