mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
b95ce1041b
commit
d8ae0a4eff
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function sendStreamToServer(stream) {
|
|||
console.error('MediaRecorder error:', event.error);
|
||||
};
|
||||
|
||||
mediaRecorder.start(500); // Record and send chunks every second
|
||||
mediaRecorder.start(250); // Record and send chunks every second
|
||||
console.log(`MediaRecorder started`);
|
||||
} catch (error) {
|
||||
console.error('Failed to initialize MediaRecorder:', error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue