merge serverWriter and clientWriter

This commit is contained in:
aler9
2022-12-11 22:54:16 +01:00
parent a1396206b5
commit 256877086b
11 changed files with 80 additions and 147 deletions

View File

@@ -12,7 +12,7 @@ import (
// This example shows how to
// 1. generate RTP/VP9 packets with GStreamer
// 2. connect to a RTSP server, announce an VP9 media
// 2. connect to a RTSP server, announce a VP9 media
// 3. route the packets from GStreamer to the server
func main() {