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

update webrtc deps, update frontend deps, fix misc bugs #56

Merged
merged 2 commits into from
Apr 18, 2022
Merged

Conversation

GRVYDEV
Copy link
Owner

@GRVYDEV GRVYDEV commented Apr 18, 2022

No description provided.

Copy link
Contributor

@SpoopyTim SpoopyTim left a comment

Choose a reason for hiding this comment

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

Remove log messages

// Read RTP packets forever and send them to the WebRTC Client
for {

n, _, err := listener.ReadFrom(inboundRTPPacket)

once.Do(func() { fmt.Print("houston we have a packet") })
Copy link
Contributor

Choose a reason for hiding this comment

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

Missed a log message

Copy link
Owner Author

Choose a reason for hiding this comment

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

I want to keep this one in since its useful to know when we receive the first RTP packet. I plan on overhauling the logging here next though and will make it nicer :)

// Read RTP packets forever and send them to the WebRTC Client
for {

n, _, err := listener.ReadFrom(inboundRTPPacket)

once.Do(func() { fmt.Print("houston we have a packet") })

if err != nil {
fmt.Printf("error during read: %s", err)
Copy link
Contributor

Choose a reason for hiding this comment

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

Here too, although this one could be intentional

Copy link
Owner Author

Choose a reason for hiding this comment

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

yeah this one is intentional

@GRVYDEV GRVYDEV merged commit d65e879 into main Apr 18, 2022
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