git clone https://github.com/acrcloud/live_stream_client live_stream_client
cd Linux/x86-64
python stream.py client.conf
nohup python stream.py client.conf &
ps -ef | grep stream.py | grep -v grep | awk '{print $2}'| xargs kill -9
python stream.py client.conf
nohup python stream.py client.conf &