mirror of
https://github.com/harshabose/simple_skyline_sonata.git
synced 2025-12-24 13:57:54 +08:00
14 lines
289 B
Go
14 lines
289 B
Go
package fpv
|
|
|
|
const (
|
|
DefaultVideoClockRate uint32 = 90000
|
|
DefaultVideoWidth uint16 = 854
|
|
DefaultVideoHeight uint16 = 480
|
|
DefaultVideoFPS uint8 = 25
|
|
)
|
|
|
|
const (
|
|
DefaultSPSBase64 = "AAAAAWdCwB/aA2D3m4QAAAMABAAAAwDLkYAMNQAYa4pIAeMGVA=="
|
|
DefaultPPSBase64 = "AAAAAWjOPIA="
|
|
)
|