![Thundercomm TurboX C610 Open Kit Скачать руководство пользователя страница 34](http://html1.mh-extra.com/html/thundercomm/turbox-c610-open-kit/turbox-c610-open-kit_user-manual_1113737034.webp)
Thundercomm TurboX C610 Open Kit
Rev. 1.0
MAY CONTAIN U.S. AND INTERNATIONAL EXPORT CONTROLLED INFORMATION
34
1.Start gst-launch-1.0 on device end
$ adb remount
$ adb shell mount -o remount,rw /
$ adb shell
# gst-launch-1.0 -e qtiqmmfsrc name=qmmf ! video/x-
h264,format=NV12,width=3840,height=2160,framerate=30/1 ! h264parse config-
interval=1 ! mpegtsmux name=muxer ! queue ! tcpserversink port=8900 host=x.x.x.x
"host=x.x.x.x",the IP address must be the same as configurated for the
device.
2.Start VLC-Media-Player on PC(Windows/Ubuntu)
Windows:
Open VLC media play and please turn off the Windows Firewall!
Go to "Media" → "Open Network Stream"
Enter "tcp://x.x.x.x:8900" for network URL
"tcp:// x.x.x.x",the IP address must be the same as configurated for the
device!
Ubuntu:
# vlc -vvv tcp://x.x.x.x:8900
"tcp:// x.x.x.x",the IP address must be the same as configurated for the
device!
3.10.4
Video record
1.Single H264/H265 stream encoding with MP4 file dump
To record 4K hardware encoded H264 video, use the following command:
# gst-launch-1.0 -e qtiqmmfsrc name=qmmf ! video/x-
h264,format=NV12,width=3840,height=2160,framerate=30/1 ! h264parse !
mp4mux ! queue ! filesink location="/data/mux_h264_4k_avc.mp4"
2.To record 1080p hardware encoded H265 video, use the following command:
# gst-launch-1.0 -e qtiqmmfsrc name=qmmf ! video/x-
h265,format=NV12,width=1920,height=1080,framerate=30/1 ! h265parse !
mp4mux ! queue ! filesink location="/data/mux_h265_avc.mp4"