Skip to content

Conversation

@denis-tingaikin
Copy link
Contributor

@denis-tingaikin denis-tingaikin commented Mar 7, 2025

Motivation

Fixes issue with playing videos by HLS player if front is using datalake files scheme.

The current front is using the next scheme for files.

/blob/:workspace/:name/:filename

where in most cases name == filename

And default file url makes the HLS player mad because it will try to permutate wrong combinations:

blob/workspace/master/master_1080
blob/workspace/master/master_720

when expected

/blob/workspace/master_1080
/ blob/workspace/master_720

This PR fixes the issue.

Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
@denis-tingaikin denis-tingaikin changed the title qfix: correctly handle urls for datalake template scheme qfix: correctly use datalake files scheme for recorder Mar 7, 2025
@denis-tingaikin denis-tingaikin requested a review from haiodo March 7, 2025 20:49
@haiodo haiodo merged commit 86cee50 into hcengineering:develop Mar 8, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants