obs-wormhole icon indicating copy to clipboard operation
obs-wormhole copied to clipboard

Supercharge OBS with WebRTC. Remote WebRTC Sources and Serverless Broadcasting

Results 11 obs-wormhole issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/yutopp/go-rtmp](https://togithub.com/yutopp/go-rtmp) | `v0.0.0-20191212152852-4e41609a99bb` -> `v0.0.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fyutopp%2fgo-rtmp/v0.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fyne.io/fyne](https://togithub.com/fyne-io/fyne) | `v1.3.0` -> `v2.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/fyne.io%2ffyne/v2.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/yutopp/go-flv](https://togithub.com/yutopp/go-flv) | require | minor | `v0.2.0` -> `v0.3.1` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/sirupsen/logrus](https://togithub.com/sirupsen/logrus) | require | minor | `v1.7.0` -> `v1.9.3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pion/webrtc/v3](https://togithub.com/pion/webrtc) | require | patch | `v3.0.4` -> `v3.0.15` | ###...

The master branch fails to run go build on ubuntu/debian. I even tried installing x11proto-core-dev, and pkg-config via apt-get and it still fails. Is there something i'm missing? Go envs...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fyne.io/fyne](https://togithub.com/fyne-io/fyne) | require | minor | `v1.3.0` -> `v1.4.3` | ---...

OBS disables inserting the SPS/PPS every IDR [here](https://github.com/obsproject/obs-studio/blob/master/plugins/obs-x264/obs-x264.c#L579) We need to capture the first SPS/PPS we see, and then every time we see an IDR without one we need to...

Create UI with Fyne that allows * [x] Select wormhole type - Consume Remote WebRTC Resource (and make available via RTMP) - Publish RTMP Resource (and make available via WebRTC)...