mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename example
This commit is contained in:
@@ -53,7 +53,7 @@ Features:
|
|||||||
* [client-read-partial](examples/client-read-partial/main.go)
|
* [client-read-partial](examples/client-read-partial/main.go)
|
||||||
* [client-read-options](examples/client-read-options/main.go)
|
* [client-read-options](examples/client-read-options/main.go)
|
||||||
* [client-read-pause](examples/client-read-pause/main.go)
|
* [client-read-pause](examples/client-read-pause/main.go)
|
||||||
* [client-read-h264-decode](examples/client-read-h264-decode/main.go)
|
* [client-read-h264](examples/client-read-h264/main.go)
|
||||||
* [client-read-h264-convert-to-jpeg](examples/client-read-h264-convert-to-jpeg/main.go)
|
* [client-read-h264-convert-to-jpeg](examples/client-read-h264-convert-to-jpeg/main.go)
|
||||||
* [client-read-h264-save-to-disk](examples/client-read-h264-save-to-disk/main.go)
|
* [client-read-h264-save-to-disk](examples/client-read-h264-save-to-disk/main.go)
|
||||||
* [client-read-aac](examples/client-read-aac/main.go)
|
* [client-read-aac](examples/client-read-aac/main.go)
|
||||||
|
@@ -17,7 +17,7 @@ import (
|
|||||||
// This example shows how to
|
// This example shows how to
|
||||||
// 1. connect to a RTSP server and read all tracks on a path
|
// 1. connect to a RTSP server and read all tracks on a path
|
||||||
// 2. check whether there's a H264 track
|
// 2. check whether there's a H264 track
|
||||||
// 3. decode H264 NALUs of that track into raw frames
|
// 3. convert H264 NALUs of that track into raw frames
|
||||||
// 4. encode the frames into JPEG images and save them on disk
|
// 4. encode the frames into JPEG images and save them on disk
|
||||||
// This example requires the ffmpeg libraries, that can be installed in this way:
|
// This example requires the ffmpeg libraries, that can be installed in this way:
|
||||||
// apt install -y libavformat-dev libswscale-dev gcc pkg-config
|
// apt install -y libavformat-dev libswscale-dev gcc pkg-config
|
||||||
|
@@ -12,7 +12,7 @@ import (
|
|||||||
// This example shows how to
|
// This example shows how to
|
||||||
// 1. connect to a RTSP server and read all tracks on a path
|
// 1. connect to a RTSP server and read all tracks on a path
|
||||||
// 2. check whether there's an H264 track
|
// 2. check whether there's an H264 track
|
||||||
// 3. decode H264 NALUs of that track into raw frames
|
// 3. convert H264 NALUs of that track into raw frames
|
||||||
// This example requires the ffmpeg libraries, that can be installed in this way:
|
// This example requires the ffmpeg libraries, that can be installed in this way:
|
||||||
// apt install -y libavformat-dev libswscale-dev gcc pkg-config
|
// apt install -y libavformat-dev libswscale-dev gcc pkg-config
|
||||||
|
|
Reference in New Issue
Block a user