Browser-Phone
Browser-Phone copied to clipboard
Recorded video is blank
A black screen appears on opening the recorded video. Nothing has got recorded.
On what browser? I am only aware that Safari sound recording is terrible, but other than that, I haven't had any issue.
mozilla firefox
Do video recordings work in other browsers? Chrome, Edge, etc
Checked with chrome and video recording is working fine.
checked with Edge and video recording is working fine.
Try this: Go to the Firefox Developer Tools, find the Storage Tab, and on the left expand Index DB, then expand the url, so it will be https://www.innovateasterisk.com/ (or whatever domain you use), then click once on CallRecordings (default).
What you may notice, is that the table structures are not established. (You can compare this with CallQosDate.) Essentially the database may have been created, but the data structures, index etc may be missing.
It's easy to fix, just delete the CallRecordings database. Just right click on the CallRecordings (default) item on the left, and the only option in the dropdown menu is "delete CallRecordings".
Then give it a try again. The code will build the index the next time it's used.
Thanks. Video recording is working now in firefox.