add RTP/VP9 encoder and decoder (#152)

This commit is contained in:
Alessandro Ros
2022-11-14 18:46:26 +01:00
committed by GitHub
parent 34545becc3
commit e264304710
13 changed files with 537 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ func main() {
log.Println("Waiting for a RTP/VP8 stream on UDP port 9000 - you can send one with GStreamer:\n" +
"gst-launch-1.0 videotestsrc ! video/x-raw,width=1920,height=1080" +
" ! vp8enc cpu-used=8" +
" ! vp8enc cpu-used=8 deadline=1" +
" ! rtpvp8pay ! udpsink host=127.0.0.1 port=9000")
// wait for first packet