From 9296dd6a1b780ecc1045bdaa337e29599b20975d Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 2 Nov 2023 02:43:06 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b82f633..59094ef 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Just for fun, below is how you can pull WHEP feeds from VDO.Ninja into Gstreamer ``` # first, start publishing with VDO.Ninja using, to create a WHEP source: https://vdo.ninja/alpha/?whepout&push=XXXXXX123 +## WIP gst-launch-1.0 whepsrc whep-endpoint="https://whep.vdo.ninja/sSB57cX" whep-endpoint="https://whep.vdo.ninja/XXXXXX123" audio-caps="application/x-rtp,payload=111,encoding-name=OPUS,media=audio,clock-rate=48000" video-caps="application/x-rtp,payload=98,encoding-name=VP9,media=video,clock-rate=90000" ! queue ! tee name=t t. ! queue ! application/x-rtp,payload=111 ! rtpopusdepay ! opusparse ! matroskamux name=mux ! filesink location=output.webm t. ! queue ! application/x-rtp,payload=98 ! rtpvp9depay ! mux. ``` `whepsrc` can be used with Raspberry.Ninja of course also if you wanted to use Raspberry.Ninja as an SFU, for example.