Skip to content

Commit

Permalink
Merge pull request #115 from ThomasVon2021/atx
Browse files Browse the repository at this point in the history
change atx command ws to http
  • Loading branch information
ThomasVon2021 authored Dec 10, 2023
2 parents 0dcce5b + 9d65d13 commit a196d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified package/kvmd-web/kvm-link
Binary file not shown.
2 changes: 1 addition & 1 deletion package/ustreamer/kvmd-video.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ elif [[ "$board_type" == "$v4_h616" ]]; then
done
if [ -n "$jpeg_supported_device" ]; then
echo "find support JPEG video divice: $jpeg_supported_device"
/usr/bin/blikvm/ustreamer.bin --format=MJPEG --device=$jpeg_supported_device --resolution=1920x1080 --host=0.0.0.0 --port=8008 --drop-same-frames=30
/usr/bin/blikvm/ustreamer.bin --format=MJPEG --device=$jpeg_supported_device --resolution=1920x1080 --host=0.0.0.0 --port=8008 --drop-same-frames=30 --desired-fps=20
else
echo "not find JPEG video device, use video1"
/usr/bin/blikvm/ustreamer.bin --format=MJPEG --device=/dev/video1 --resolution=1920x1080 --host=0.0.0.0 --port=8008 --drop-same-frames=30
Expand Down
4 changes: 2 additions & 2 deletions src/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Develop-1.3.4",
"version_int": 134,
"version": "Develop-1.3.5",
"version_int": 135,
"md5value": "",
"switch_handle":{
"switch_enable": 0,
Expand Down

0 comments on commit a196d0e

Please sign in to comment.