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

Fix producers can be null #21

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Fix producers can be null #21

merged 1 commit into from
Oct 31, 2024

Conversation

edenhaus
Copy link
Collaborator

Proposed Changes

/api/streams may have stream with null producers. If stream has only name with empty source list. This is useful for input stream.

go2rtc config:

streams:
  camera1:

Credits to @AlexxIT

@edenhaus edenhaus added the bugfix Inconsistencies or issues which will cause a problem for users or implementers. label Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.89%. Comparing base (61087e4) to head (141d9fb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   97.85%   97.89%   +0.03%     
==========================================
  Files           7        7              
  Lines         280      285       +5     
  Branches       46       48       +2     
==========================================
+ Hits          274      279       +5     
  Misses          4        4              
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MartinHjelmare MartinHjelmare merged commit c4f1ba4 into main Oct 31, 2024
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants