我想以 zenity 获取表单的值(用户编写的 Ipaddress 值),以便使用 ffmpeg 进行一些视频流,我尝试了几个示例,例如列表、表单等
zenity --forms --title="Add Friend" --text="Enter Multicast address" --separator="," --add-entry="IP address" --add-entry="PORT"
或者
if zenity --list --title="Record Video Stream" --text "Enter the Multicast IP address and port of each of the video stream" --column "Video IP" --print-column=2 --multiple --column "PORT" --editable ip="0.0.0.0" port="2002"