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

Report failure when WHIP handler fails to initialize #285

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

biglittlebigben
Copy link
Contributor

No description provided.

@biglittlebigben biglittlebigben requested a review from a team as a code owner June 26, 2024 04:21
@@ -395,6 +395,8 @@ func (p *Params) SetInputVideoStats(st *ipc.TrackStats) {
func (p *Params) SendStateUpdate(ctx context.Context) {
info := p.CopyInfo()

fmt.Println("STATE UPDATE", info)
Copy link

Choose a reason for hiding this comment

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

Is it supposed to be logger.Infow?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Debugging code I forgot to cleanup. Thanks.

@biglittlebigben biglittlebigben merged commit 095cccb into main Jun 26, 2024
3 checks passed
@biglittlebigben biglittlebigben deleted the benjamin/handle_whip_setup_failure branch June 26, 2024 18:19
biglittlebigben added a commit that referenced this pull request Dec 13, 2024
 ## Changelog

 ### Fixed

- Log WHIP user agent and RTP packet if unmarshalling fails (#274)
- Tear down full WHIP session of one of the track handlers fail (#277)
- nil check on SDK teardown (#278)
- Be sure to cancel input initialization when shutting down an ingress during start up (#279)
- Update module golang.org/x/image to v0.18.0 [SECURITY] (#286)
- Implement KillIngressSession rpc (#282)
- Report failure when WHIP handler fails to initialize (#285)
- Stop output sdk watchdog on teardown (#287)
- Update go-gst (#305)
- Update to pion/webrtc v4 (#312)
@biglittlebigben biglittlebigben mentioned this pull request Dec 13, 2024
biglittlebigben added a commit that referenced this pull request Dec 13, 2024
 ## Changelog

 ### Fixed

- Log WHIP user agent and RTP packet if unmarshalling fails (#274)
- Tear down full WHIP session of one of the track handlers fail (#277)
- nil check on SDK teardown (#278)
- Be sure to cancel input initialization when shutting down an ingress during start up (#279)
- Update module golang.org/x/image to v0.18.0 [SECURITY] (#286)
- Implement KillIngressSession rpc (#282)
- Report failure when WHIP handler fails to initialize (#285)
- Stop output sdk watchdog on teardown (#287)
- Update go-gst (#305)
- Update to pion/webrtc v4 (#312)
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