simplify h264 publish examples

This commit is contained in:
aler9
2022-03-20 11:46:33 +01:00
parent 62d52a5e29
commit 7182b5b4a1
6 changed files with 39 additions and 52 deletions

View File

@@ -10,7 +10,7 @@ import (
// This example shows how to
// 1. connect to a RTSP server and read all tracks on a path
// 2. check if there's a H264 track
// 3. save the content of the H264 track to a file in MPEG-TS format
// 3. save the content of the H264 track into a file in MPEG-TS format
func main() {
c := gortsplib.Client{}