Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit cebc3ae

Browse files
committed
cmd/stream: update CommandPlay to FFmpeg specification
1 parent 7cf3c91 commit cebc3ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmd/stream/stream_commands.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import "github.com/WatchBeam/amf0"
44

55
type (
66
CommandPlay struct {
7-
StreamName string
8-
Start float64
9-
Duration float64
10-
Reset bool
7+
PlayPath string
8+
Live float64
119
}
1210

1311
CommandPlay2 struct {

0 commit comments

Comments
 (0)