rtmp-to-webrtc icon indicating copy to clipboard operation
rtmp-to-webrtc copied to clipboard

Demonstrate a RTMP server that publishes to WebRTC

Results 8 rtmp-to-webrtc issues
Sort by recently updated
recently updated
newest added

add audio aac convert to opus,just for 4800 ,2 channels

hi: I added audio support to convert AAC to opus. Welcome to test add import package "github.com/Glimesh/go-fdkaac/fdkaac" opus "gopkg.in/hraban/opus.v2" please run in bash: apt install -y pkg-config build-essential libopusfile-dev libfdk-aac-dev...

Hey, This is my first time working with go-lang so if I can restructure this better please let me know. I am confident we can move the Handler Object into...

Hi @Sean-Der , Here is my use case , I'm basically trying to get audio stream from zoom meeting , In the zoom docs they have mentioned in order to...

Hi there, thanks for this example. It works when using ffmpeg to inject an RTMP stream. However with a real GOPRO camera, the video is not displayed. The stream arrives...

``` ffmpeg -re -i ~/Downloads/jing.mp4 -acodec pcm_s16le -f flv rtmp://localhost:1935/publish/foobar ffmpeg version 5.0.1 Copyright (c) 2000-2022 the FFmpeg developers built with Apple clang version 13.1.6 (clang-1316.0.21.2) configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/5.0.1 --enable-shared --enable-pthreads...