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 Jul 2, 2021. It is now read-only.
Leave the session (close browser tab, for example) within ~5s of joining.
What did you expect?
A readable file of the correct duration is produced.
What happened?
An invalid webm is produced.
Can't be opened by browser or VLC.
The binary size is always exactly 440 bytes.
I suspect this is because of some concurrency issue, but I can't put my finger on it. Isn't it supposed to work even if a peer has joined for a short duration?
If this helps, ffmpeg conversion produces this error:
[matroska,webm @ 0x7ff34b815a00] Duplicate element
[matroska,webm @ 0x7ff34b815a00] Element at 0x41 ending at 0x34e01 exceeds containing master element ending at 0x13ed
[matroska,webm @ 0x7ff34b815a00] Duplicate element
[matroska,webm @ 0x7ff34b815a00] Element at 0x50 ending at 0x6f4e10 exceeds containing master element ending at 0x13fc
[matroska,webm @ 0x7ff34b815a00] Element at 0x5f ending at 0x4f0ecb3 exceeds containing master element ending at 0x140b
test.webm: End of file
Thanks for the help!
The text was updated successfully, but these errors were encountered:
The problem is that after webmsaver recording starts, webmsaver does not write EOF when the video stream has been disconnected, and the file is occupied when ion-avp is not stopped.
Your environment.
Everything is running on a local machine, so network issues are unlikely to be the reason.
Config:
What did you do?
What did you expect?
A readable file of the correct duration is produced.
What happened?
An invalid
webm
is produced.Can't be opened by browser or VLC.
The binary size is always exactly 440 bytes.
I suspect this is because of some concurrency issue, but I can't put my finger on it. Isn't it supposed to work even if a peer has joined for a short duration?
If this helps,
ffmpeg
conversion produces this error:Thanks for the help!
The text was updated successfully, but these errors were encountered: