Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/anselbrandt/next-go-webrtc

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/anselbrandt/next-go-webrtc

  • v0.0.0-20220930045319-69917d31abd5
  • Source
  • Go
  • Socket score

Version published
Created
Source

Next Go WebRTC

Automatically negotiates a WebRTC connection and starts streaming video from file after receiving an offer via MQTT

Using the Eclipse public test MQTT broker service:

mqtt.eclipseprojects.io

1883 : MQTT over unencrypted TCP
8883 : MQTT over encrypted TCP
80 : MQTT over unencrypted WebSockets (note: URL must be /mqtt )
443 : MQTT over encrypted WebSockets (note: URL must be /mqtt )

Request/Response Pattern

https://github.com/eclipse/paho.golang/issues/7

Extension for Request/Response:

https://github.com/eclipse/paho.golang/blob/master/paho/extensions/rpc/rpc.go

Example of extension implementation:

https://github.com/eclipse/paho.golang/blob/master/paho/cmd/rpc/main.go

FAQs

Package last updated on 30 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc