add server-h264-from-disk example (#719) (#727)

This commit is contained in:
Alessandro Ros
2025-03-23 16:53:54 +01:00
committed by GitHub
parent 8c6495c33b
commit e46ae59920
10 changed files with 278 additions and 35 deletions

View File

@@ -137,7 +137,7 @@ func main() {
return nil
})
// start reading the MPEG-TS file
// read the MPEG-TS file
for {
err := r.Read()
if err != nil {