Feature/multi resolution transcoding - #7
Merged
Conversation
- Introduced `ResolutionConfig` interface for defining video resolutions. - Added `DEFAULT_RESOLUTIONS` constant for standard resolutions (360p, 720p, 1080p). - Updated `TranscodeJobData` to include optional `resolutions` array, replacing the deprecated `profile` field for resolution specification. - Modified `QueueService`, `QueueConsumerService`, and `VideosService` to utilize the new resolution configuration, ensuring backward compatibility with existing profile usage.
- Added functionality to generate and upload a master playlist after successful resolution uploads. - Introduced `generateMasterPlaylist` method to create HLS playlist content based on successful resolutions. - Updated progress reporting to reflect the new steps in the transcoding workflow.
- Added `updateStatusSafely` method to handle video status updates with error logging. - Introduced `categorizeError` method to classify errors and provide detailed logging context. - Refactored status update calls in the message handling process to utilize the new methods, enhancing robustness and clarity in error management.
- Enhanced progress reporting for transcoding by implementing specific milestones for three resolutions (360p, 720p, 1080p) and dynamic calculations for other resolution counts. - Added upload progress milestones to improve user feedback during the upload phase. - Streamlined the progress reporting logic to ensure accurate updates throughout the transcoding and uploading processes.
…ality - Removed global prefix from API routes for cleaner URL structure. - Updated video streaming endpoints to support resolution-specific requests and improved error handling. - Introduced new HTML assets for the main dashboard and video player, enhancing user interface and experience. - Refactored existing methods to streamline video processing and loading logic, ensuring better performance and maintainability.
- Updated video processing logic to better accommodate multiple resolutions. - Refined methods for handling resolution-specific tasks, ensuring smoother transcoding and playback. - Improved overall performance and maintainability of the video processing workflow.
|
View your CI Pipeline Execution ↗ for commit 1d60141
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.