Skip to content

Develop#70

Closed
phongthien99 wants to merge 18 commits into
sigmaott:developfrom
phongthien99:develop
Closed

Develop#70
phongthien99 wants to merge 18 commits into
sigmaott:developfrom
phongthien99:develop

Conversation

@phongthien99

Copy link
Copy Markdown
Contributor

No description provided.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Summary of Changes

Hello @phongthien99, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on expanding and localizing the documentation for the Sigma Media Server. It introduces new comprehensive guides covering the configuration of manifest directories for various storage types (Local, S3, HTTP, Redis) in both English and Vietnamese. Additionally, it adds new Vietnamese guides for installing the Sigma AI plugin and for updating the Sigma Media Server on Ubuntu systems. The changes aim to provide clearer and more accessible instructions for users managing and deploying the media server.

Highlights

  • Comprehensive Manifest Directory Configuration Guide (English): This new guide provides detailed instructions for configuring where Sigma Media Server stores and retrieves manifest files for streaming services (HLS/DASH). It covers local file system storage, S3 object storage, HTTP/HTTPS servers, and various Redis configurations (single node, cluster, and sentinel), complete with JSON examples and parameter explanations.
  • Sigma AI Plugin Installation Guide (Vietnamese): A new guide has been added to assist users with installing the Sigma AI plugin on Ubuntu systems. It outlines the necessary steps, from adding the Sigma repository to updating package lists and installing specific versions of the plugin.
  • Sigma Media Server Update Guide (Vietnamese): This pull request introduces a guide on how to update Sigma Media Server on Ubuntu. It details the process of updating via apt-get, upgrading configurations through the web interface, and performing configuration updates using the API with curl commands.
  • Vietnamese Manifest Directory Configuration Guide: A Vietnamese version of the Manifest Directory configuration guide has been added, providing the same comprehensive details as its English counterpart, ensuring accessibility for Vietnamese-speaking users.
  • Updated Vietnamese Documentation Index: The main index file for the Vietnamese Sigma Media Server documentation has been updated to properly link to the newly added Sigma AI Plugin installation guide, improving navigation and discoverability of the new content.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@vietanha34

Copy link
Copy Markdown
Collaborator

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

Chào bạn, cảm ơn vì những đóng góp. Pull request này đã bổ sung nhiều tài liệu hướng dẫn quan trọng cho cả tiếng Việt và tiếng Anh. Nhìn chung, nội dung rất chi tiết và hữu ích.

Tuy nhiên, tôi có một vài góp ý để cải thiện chất lượng tài liệu và đảm bảo tuân thủ Style Guide của kho tài liệu:

  • Front Matter: Tất cả các file markdown mới đều thiếu trường id bắt buộc và trường title chưa tuân thủ quy tắc "Sentence case". Đây là vi phạm các quy tắc trong style guide (dòng 36-39 và 41-45).
  • Định dạng: Một số file có các dòng trống hoặc định dạng markdown chưa nhất quán, cần được dọn dẹp lại.
  • Thiếu nhất quán: Có một sự khác biệt về tên tham số (redis.username vs redis.user_name) giữa tài liệu tiếng Việt và tiếng Anh, có thể gây nhầm lẫn.

Vui lòng xem các bình luận chi tiết trong từng file để khắc phục các vấn đề trên. Cảm ơn bạn!

Comment thread docs/vi/sigma-media-server/08-update-version/update-version.md
Comment thread docs/vi/sigma-media-server/08-update-version/update-version.md
@phongthien99

Copy link
Copy Markdown
Contributor Author

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

Pull request này bổ sung các tài liệu hướng dẫn mới và cập nhật các trang hiện có. Nhìn chung, các thay đổi là hữu ích, nhưng có một số vi phạm quy tắc văn phong (style guide) của kho tài liệu, chủ yếu liên quan đến khối front matter trong các file Markdown. Tất cả các file mới đều thiếu trường id bắt buộc, điều này có thể ảnh hưởng đến quá trình xây dựng trang tài liệu. Ngoài ra, một số tiêu đề (title) chưa tuân thủ quy ước "Sentence case" và có một vài lỗi định dạng Markdown nhỏ. Vui lòng xem các bình luận chi tiết bên dưới để khắc phục.

Comment thread docs/en/sigma-media-server/08-update-version/update-version.md
Comment thread docs/vi/sigma-media-server/08-update-version/update-version.md
phongthien99 and others added 5 commits August 27, 2025 15:40
…-config-manifest-dir.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…ma-ai-plugin.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…-config-manifest-dir.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…-config-manifest-dir.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@vietanha34

Copy link
Copy Markdown
Collaborator

/gemini review

@gemini-code-assist

Copy link
Copy Markdown

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@vietanha34

Copy link
Copy Markdown
Collaborator

Phần image đẩy vào public static và có thể goi dang absolute path nhé

docs/en/sigma-media-server/09-guid-config-manifest-dir/09-guid-config-manifest-dir.md

đặt tên bị sai ngữ pháp chỉnh lại

vietanha34 and others added 2 commits August 28, 2025 17:02
…ma-ai-plugin.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@vietanha34

Copy link
Copy Markdown
Collaborator

@phongthien99

@vietanha34 vietanha34 closed this Oct 13, 2025
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