MiroTalk SFU: Recording not possible?
-
Hello @shrey
Just to make doubly so sure, please share your installed app version and confirm that you have restarted the app after the/app/data/envchanges. -
Ah, I see your issue. You are still using
AWS_S3_BUCKET_NAMEand notAWS_S3_BUCKETwhich was posted to be the wrong variable and fixed upstream.
Small detail, leading to fail.
ChangeAWS_S3_BUCKET_NAMEtoAWS_S3_BUCKETrestart and it should be working. -
Ah, I see your issue. You are still using
AWS_S3_BUCKET_NAMEand notAWS_S3_BUCKETwhich was posted to be the wrong variable and fixed upstream.
Small detail, leading to fail.
ChangeAWS_S3_BUCKET_NAMEtoAWS_S3_BUCKETrestart and it should be working.@james said in MiroTalk SFU: Recording not possible?:
Change AWS_S3_BUCKET_NAME to AWS_S3_BUCKET restart and it should be working.
Thanks!
That did get it working.
@mirotalk-57bab571 Just one more kink remaining:
When i 'disconnect' the call without stopping the recording, the Recording seems to get saved only in the local directory, and not S3. The S3 upload seems to be triggered only when an ongoing recording is stopped explicitly.
-
@james said in MiroTalk SFU: Recording not possible?:
Change AWS_S3_BUCKET_NAME to AWS_S3_BUCKET restart and it should be working.
Thanks!
That did get it working.
@mirotalk-57bab571 Just one more kink remaining:
When i 'disconnect' the call without stopping the recording, the Recording seems to get saved only in the local directory, and not S3. The S3 upload seems to be triggered only when an ongoing recording is stopped explicitly.
Hello @shrey
@shrey said in MiroTalk SFU: Recording not possible?:
The S3 upload seems to be triggered only when an ongoing recording is stopped explicitly.
Oh, so you mean if the meeting is exited by a recording member, his recording is not stopped and thus never saved/uploaded?
Could you give more details about what you'd expect and what the current behavior is that you have observed? -
Hello @shrey
@shrey said in MiroTalk SFU: Recording not possible?:
The S3 upload seems to be triggered only when an ongoing recording is stopped explicitly.
Oh, so you mean if the meeting is exited by a recording member, his recording is not stopped and thus never saved/uploaded?
Could you give more details about what you'd expect and what the current behavior is that you have observed?@james
Current behaviour:- I start a meeting as Host
- Start the Recording (only Host is allowed to record)
- Once meeting is over, i stop the meeting by clicking on "Leave Room"
- The recording is available in
/app/data/recbut not in S3.
If, in Step 3:
i stop the Recording and then stop the meeting, then the Recording gets uploaded to S3.Expectation:
Recording should get uploaded to S3 regardless of the path taken to 'stop' the meeting and without explicitly stopping the recording.
