Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HLSMerger Plugin #118

Merged
merged 10 commits into from
Jan 12, 2025
Merged

Add HLSMerger Plugin #118

merged 10 commits into from
Jan 12, 2025

Conversation

burak-58
Copy link
Contributor

@burak-58 burak-58 commented Oct 6, 2024

Copy link

sonarqubecloud bot commented Oct 6, 2024

Copy link

sonarqubecloud bot commented Oct 6, 2024

Copy link
Contributor

@mekya mekya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @burak-58,

Thank you for the implementation.

I need you to change somethings as I mention in the comments.

Regards
Oguz

Copy link
Contributor

@mekya mekya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @burak-58
I need further improvements in the code and there are some uncompleted conversations.

FYI

@Path("/multi-resolution-stream/{file-name}")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public Response start(@PathParam("file-name") String fileName, @Parameter(description = "Stream Id", required = true) String[] streamIds) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please return Result and give some more information when there is an error


try (PrintWriter out = new PrintWriter(audioHLSFile)) {
out.println(content);
} catch (FileNotFoundException e) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge the exceptions because if it fails here, it does not make sense to run the codes below

@mekya mekya changed the title add HLSMerger Plugin Add HLSMerger Plugin Jan 12, 2025
Copy link

Copy link

@mekya mekya merged commit 62db992 into master Jan 12, 2025
5 checks passed
@mekya mekya deleted the hlsMergerPlugin branch January 12, 2025 08:49
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