diff --git a/README.md b/README.md index c912792..b82f633 100644 --- a/README.md +++ b/README.md @@ -288,7 +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 -gst-launch-1.0 whepsrc 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" ! rtpvp9depay ! vp9dec ! videoconvert ! fakesink +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.