mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
simplify h264 publish examples
This commit is contained in:
@@ -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{}
|
||||
|
Reference in New Issue
Block a user