This message was deleted.
# cloud
s
This message was deleted.
s
I'm currently working with the Python SDK and the React package with only <LiveKitRoom> and <VideoConference>
d
you'd need
roomRecord
to interact with an Egress.
give that a try in order to stop it.
though the room event does indicate the Egress is over.. could you post the EgressID here?
s
My EgressID: EG_XCfKbBWxqnrq I've also tried stopping with roomRecord, and I got
{'code': 'failed_precondition', 'msg': 'egress with status EGRESS_FAILED cannot be stopped'}
d
I'm checking that Room/Egress and it appears that it has ended correctly this may be due to delays in the dashboard. Regarding the failure itself,
'publish' cmd failed: connection closed remotely
is received when we could not publish RTMP to your destination.
s
Okay, that seems to be the case, I just got back from lunch and checked the room is terminated. What confuses me is why it took this room almost if not a little bit more than 24 hours to actually be closed.
d
that was a bug on our end.. one of the cleanup jobs (that the dashboard depends on) was a bit delayed. it's fully caught up now
s
Oh, I see; glad to know it wasn't something I might have broken hahaha. Anyway, thanks for the help David
👍 1
d
for sure, anytime 😊