This message was deleted.
# helpdesk
s
This message was deleted.
f
You can instruct to store it in s3 compatible object storage service or minio with egress service request. Assuming you use RoomComposite you use https://docs.livekit.io/server/egress/room-composite/#starting-a-roomcomposite to pass s3 object storage credentials with file path to store
t
yes i’ve tried storage to local, and cloud storage, but no file were found. and there’s no error server produce, so don’t know what to do next
f
You need to check egress service log in debug, that should produce the errors. Check egress service repo sample config for reference: https://github.com/livekit/egress#config
t
Copy code
2023-04-23T05:41:56.449Z	INFO	egress	redis/redis.go:92	connecting to redis	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": "", "simple": true, "addr": "192.168.50.105:10002"}
2023-04-23T05:41:56.450Z	DEBUG	egress	service/debug.go:24	debug handler disabled	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": ""}
2023-04-23T05:41:56.451Z	DEBUG	egress	service/service.go:73	starting service	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": "", "version": "1.6.3"}
2023-04-23T05:41:56.451Z	DEBUG	egress	service/templates_server.go:24	starting template server on address localhost:7980	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": ""}
2023-04-23T05:41:56.451Z	INFO	egress	stats/monitor.go:133	available CPU cores: 16 max cost: 4.500000	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": ""}
2023-04-23T05:41:56.451Z	DEBUG	egress	service/service_deprecated.go:27	service ready	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": ""}
2023-04-23T05:42:37.873Z	WARN	egress	service/service_deprecated.go:41	Using deprecated egress client. Upgrade livekit-server to v1.3.5+ and add egress:use_psrpc:true to your livekit config	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": ""}
2023-04-23T05:42:37.874Z	INFO	egress	service/service_deprecated.go:117	request accepted	{"nodeID": "NE_7uYN8ZjMnNbW", "clusterID": "", "egressID": "EG_TxkA7FkpUorL", "requestID": "RPC_FCYLhyBrB7aP", "senderID": "ND_fgoEy733"}
2023-04-23T05:42:37.887Z	DEBUG	egress	server/main.go:169	handler launched	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL"}
2023-04-23T05:42:37.887Z	INFO	egress	redis/redis.go:92	connecting to redis	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL", "simple": true, "addr": "192.168.50.105:10002"}
2023-04-23T05:42:37.890Z	DEBUG	egress	source/web.go:137	launching xvfb	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL", "display": ":54594958", "dims": "1920x1080x24"}
2023-04-23T05:42:37.891Z	DEBUG	egress	source/web.go:172	launching chrome	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL", "url": "<http://localhost:7980/?layout=&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODIzMTQ5NTcsImlzcyI6ImRldmtleSIsIm5iZiI6MTY4MjIyODU1Nywic3ViIjoiRUdfVHhrQTdGa3BVb3JMIiwidmlkZW8iOnsiY2FuUHVibGlzaCI6ZmFsc2UsImNhblB1Ymxpc2hEYXRhIjpmYWxzZSwiY2FuU3Vic2NyaWJlIjp0cnVlLCJoaWRkZW4iOnRydWUsInJlY29yZGVyIjp0cnVlLCJyb29tIjoiVHR6Y2hROENUdG8yUWlQdHMiLCJyb29tSm9pbiI6dHJ1ZX19.6wzolu3h9YdksWb3ES-8RDAoDlTJhPu4YSEY_ynFVdk&url=ws%3A%2F%2F192.168.50.105%3A7880>"}
2023-04-23T05:42:38.473Z	INFO	egress	source/web.go:240	chrome: START_RECORDING	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL"}
2023-04-23T05:42:41.011Z	INFO	egress	pipeline/watch.go:152	pipeline playing	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL"}
2023-04-23T05:42:41.011Z	INFO	egress	service/handler_deprecated.go:157	egress updated	{"nodeID": "NE_7uYN8ZjMnNbW", "handlerID": "EGH_eWmLrLrLpB54", "clusterID": "", "egressID": "EG_TxkA7FkpUorL", "egressID": "EG_TxkA7FkpUorL", "request_type": "room_composite", "output_type": "file", "status": "EGRESS_ACTIVE"}
the look looks ok
but no file
okay i got it work after change filepath to filename
👍 1