improve examples (#778)

This commit is contained in:
Alessandro Ros
2025-05-04 17:00:18 +02:00
committed by GitHub
parent 4e3c5e6c0d
commit cc0c96626c
55 changed files with 494 additions and 435 deletions

View File

@@ -12,11 +12,11 @@ import (
)
// This example shows how to
// 1. connect to a RTSP server, announce a G711 format
// 2. generate dummy LPCM audio samples
// 3. encode audio samples with G711
// 3. generate RTP packets from G711 samples
// 4. write RTP packets to the server
// 1. connect to a RTSP server, announce a G711 format.
// 2. generate dummy LPCM audio samples.
// 3. encode audio samples with G711.
// 3. generate RTP packets from G711 samples.
// 4. write RTP packets to the server.
func multiplyAndDivide(v, m, d int64) int64 {
secs := v / d