aerokube / ggr

A lightweight load balancer used to create big Selenium clusters
https://aerokube.com/ggr/latest/
Apache License 2.0
314 stars 74 forks source link

Support for proxying session video with custom name #300

Closed PapoyEdits closed 4 years ago

PapoyEdits commented 4 years ago

In the Selenoid docs it is described that you can change the name of the saved video from the session-id to something of your choosing. And then you can retrieve that specific video by using the /video/.mp4

However, if you change the name, is there currently any support in GGR to retrieve that video? The docs only mention using the session-id, so I'm assuming there is not, but wanted to double-check to be sure.

Either way, it's a feature that would be nice to have.

vania-pooh commented 4 years ago

@PapoyEdits this is technically impossible. Ggr is using first 32 symbols of session ID to determine the host where video file is actually being stored and proxies there.

PapoyEdits commented 4 years ago

Alright, I figured that was the case but thanks for the confirmation. We'll handle naming ourselves when saving the video afterwards instead then.