This message was deleted.
# cloud
s
This message was deleted.
d
thanks for the bug report. we will verify on our end. This is not the expected behavior. Can you append to the bug report the kind of egress you are performing? as much information to the exact API along with parameters passed would be great. 🙏
a
It happens only when I use Track Composite egress both with mp4 and HLS, but when I use Room composite egress everything works correctly
Copy code
&livekit.TrackCompositeEgressRequest{
	RoomName:     "test-room3",
	AudioTrackId: "TR_AMUeuCNthEmzn7",
	VideoTrackId: "TR_VCVRmHNrygNWWK",
	Output: &livekit.TrackCompositeEgressRequest_File{
		File: &livekit.EncodedFileOutput{
			FileType:        livekit.EncodedFileType_MP4,
			Filepath:        "/test",
			DisableManifest: false,
			Output: &livekit.EncodedFileOutput_S3{
				S3: &livekit.S3Upload{
					AccessKey: "xxx",
					Secret:    "xxx",
					Region:    "ams3",
					Endpoint:  "<http://ams3.digitaloceanspaces.com|ams3.digitaloceanspaces.com>",
					Bucket:    "xxx",
				},
			},
		},
	},
And the same with Segmented (HLS)
d
when the participant disconnects, how long does that last? I think this may be an issue with how the track IDs are no longer available with a slightly longer disconnect.
a
I tried just to switch off wifi for 2 sec and turn it on,
d
thanks, we'll have a look