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
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
modify findVideoDuration in videoUtils.js (the previous issue gave the way). to get the correct duration for each .ts file, otherwise, only the first 00000.ts is playable.
make sure you have installed ffmpeg, because nodejs use child_process call the ffmpeg to convert the original .webm file
The text was updated successfully, but these errors were encountered:
modify findVideoDuration in videoUtils.js (the previous issue gave the way). to get the correct duration for each .ts file, otherwise, only the first 00000.ts is playable.
make sure you have installed ffmpeg, because nodejs use child_process call the ffmpeg to convert the original .webm file
Are you able to elaborate on the second point? I have modified the code to correctly work out the duration as this was throwing null errors, but I still only seem to get a small section of the stream.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: