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
Hello, I have implemented RecordRTC to Node.js example in my node app with user authentication and I have problem like this:
And now, I'm curious if its due to this that I have an mvc architecture, so my index file is in views folder which causes that fileName has wrong regexp implemented?
The text was updated successfully, but these errors were encountered:
Yes I did. But now I am struggling with rewriting http post method to express. My app is supposed to record a 15 second fragments repeatedly. With use of your example I have developed a well working example but when I try to rewrite it to express it works like this: first fragment which is being recorded on load is also saved properly, unfortunately when app is supposed run event which records again, app crashes. Do you have any idea how to handle this problem?
Hello, I have implemented RecordRTC to Node.js example in my node app with user authentication and I have problem like this:

And now, I'm curious if its due to this that I have an mvc architecture, so my index file is in views folder which causes that fileName has wrong regexp implemented?
The text was updated successfully, but these errors were encountered: