Closed
Add Google Live Stream API with CAPTURE_SRT mode integration#25
Conversation
…module Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
…fig, clean up pyproject.toml Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add video capture using Google Live Stream API
Add Google Live Stream API alternative for video capture
Jan 11, 2026
heming-h
marked this pull request as ready for review
January 11, 2026 17:30
heming-h
reviewed
Jan 11, 2026
Member
There was a problem hiding this comment.
@copilot can you update according to these comments:
- more relevant comparison in my case is cost per hour since each event typically is about 10 hours duration.
Author
There was a problem hiding this comment.
Updated the cost comparison to focus on 10-hour events with detailed per-hour analysis. Key changes in commit 0be0f7b:
- Added "Cost Per Hour Analysis" section showing $3/hour for Live Stream API vs variable cost for Traditional
- Created "Cost Comparison by Scenario" table highlighting 10-hour events specifically
- Calculated break-even point: 52 hours/month (~5 events of 10 hours)
- Added clear recommendations:
- 1-5 events/month (10-50 hours): Live Stream API saves $7-127/month
- 6+ events/month: Traditional becomes more cost-effective
- Updated conclusion with specific guidance for typical 10-hour event scenarios
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
heming-h
requested changes
Jan 11, 2026
heming-h
left a comment
Member
There was a problem hiding this comment.
@copilot , can you make the following updates:
- Today there is a mode "CAPTURE" - this mode should be renamed to "CAPTURE_LOCAL" and this new function should be mode "CAPTURE_SRT" and it shall support push SRT.
- When app.py is started in mode "CAPTURE_SRT" the program shall wait for push video-stream and store it to the cloud bucket in a folder <event_id>/CAPTURE_SRT. If the folder do not exist, it shall be created.
- rename folder video-streaming to srt-streaming.
- only push from ip-camera shall be supported. Remove all code related to pull.
- Sporting event shall be default decision and everything related to continuous monitoring should be removed.
- Simplification. Only strictly required code should be implemented. Remove examples and nice to know information from the code.
- Skip requirements and ruff under video-streaming folder. Re-use the se-up in root folder with pyproject.toml
- Re-use the configuration file: video_service/config/global_settings.json
…ream API integration Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Author
Implemented in commit 8c1546d: Mode Changes:
CAPTURE_SRT Functionality:
Configuration:
To use: Set |
Copilot
AI
changed the title
Add Google Live Stream API alternative for video capture
Add Google Live Stream API with CAPTURE_SRT mode integration
Jan 11, 2026
heming-h
approved these changes
Jan 20, 2026
Member
|
Build failed. @copilot, can you fix? |
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Author
Member
|
Fail again! @copilot , help! |
Co-authored-by: heming-h <111746990+heming-h@users.noreply.github.com>
Author
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.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.