|
@@ -26,14 +26,16 @@ var (
|
|
|
1920 x 1080 20fps = 30Mbps
|
|
|
1920 x 1080 10fps = 15Mbps
|
|
|
|
|
|
- 1360 x 768 60fps = 28Mbps //Edge not support
|
|
|
+ 1360 x 768 60fps = 28Mbps
|
|
|
1360 x 768 30fps = 25Mbps
|
|
|
1360 x 768 25fps = 20Mbps
|
|
|
1360 x 768 20fps = 18Mbps
|
|
|
1360 x 768 10fps = 10Mbps
|
|
|
*/
|
|
|
- width = 1920
|
|
|
- height = 1080
|
|
|
+ pixfmt v4l2.FourCCType
|
|
|
+ width = 1920
|
|
|
+ height = 1080
|
|
|
+ streamInfo string
|
|
|
)
|
|
|
|
|
|
// start http service
|