mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
merge serverWriter and clientWriter
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
// This example shows how to
|
||||
// 1. generate RTP/VP8 packets with GStreamer
|
||||
// 2. connect to a RTSP server, announce an VP8 media
|
||||
// 2. connect to a RTSP server, announce a VP8 media
|
||||
// 3. route the packets from GStreamer to the server
|
||||
|
||||
func main() {
|
||||
|
@@ -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() {
|
||||
|
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's an VP8 media
|
||||
// 2. check if there's a VP8 media
|
||||
// 3. get access units of that media
|
||||
|
||||
func main() {
|
||||
|
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's an VP9 media
|
||||
// 2. check if there's a VP9 media
|
||||
// 3. get access units of that media
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user