add client-read-aac example

This commit is contained in:
aler9
2021-11-12 17:54:08 +01:00
committed by Alessandro Ros
parent 075f84de28
commit 9efdb91b7f
3 changed files with 109 additions and 1 deletions

View File

@@ -125,6 +125,6 @@ func (e *mpegtsEncoder) encode(nalus [][]byte, pts time.Duration) error {
return err
}
fmt.Println("wrote ts packet")
fmt.Println("wrote TS packet")
return nil
}