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
I use javacv to make hls segments from mp4 and upload them to cloud, everything works fine except one drawback, the process waits all segments finished, then start to upload, which is acceptable for small video, but for large video it wastes time. is there any mechanism in javacv that I can get notified after one segment finished writing . below is my code
I use javacv to make hls segments from mp4 and upload them to cloud, everything works fine except one drawback, the process waits all segments finished, then start to upload, which is acceptable for small video, but for large video it wastes time. is there any mechanism in javacv that I can get notified after one segment finished writing . below is my code
The text was updated successfully, but these errors were encountered: