This commit is contained in:
xyj 2024-03-05 10:49:53 +08:00
parent f43b4ed4ea
commit 2546e94355
3 changed files with 12 additions and 2 deletions

View File

@ -6,6 +6,7 @@
<component name="ChangeListManager">
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="update">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/bash/stream.sh" beforeDir="false" afterPath="$PROJECT_DIR$/bash/stream.sh" afterDir="false" />
<change beforePath="$PROJECT_DIR$/forever.py" beforeDir="false" afterPath="$PROJECT_DIR$/forever.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -371,7 +372,15 @@
<option name="project" value="LOCAL" />
<updated>1709603862500</updated>
</task>
<option name="localTasksCounter" value="24" />
<task id="LOCAL-00024" summary="update">
<option name="closed" value="true" />
<created>1709603965369</created>
<option name="number" value="00024" />
<option name="presentableId" value="LOCAL-00024" />
<option name="project" value="LOCAL" />
<updated>1709603965369</updated>
</task>
<option name="localTasksCounter" value="25" />
<servers />
</component>
<component name="UnknownFeatures">

View File

@ -1,3 +1,3 @@
#!/bin/bash
device_name=`cat /home/pi/device_name`
/usr/bin/ffmpeg -rtsp_transport tcp -re -i "rtsp://admin:lihai123@192.168.0.123:554/cam/realmonitor?channel=1&subtype=0" -c copy -f rtsp -rtsp_transport tcp rtsp://47.108.186.87:554/live/$device_name
/usr/bin/ffmpeg -loglevel quiet -rtsp_transport tcp -re -i "rtsp://admin:lihai123@192.168.0.123:554/cam/realmonitor?channel=1&subtype=0" -c copy -f rtsp -rtsp_transport tcp rtsp://47.108.186.87:554/live/$device_name

View File

@ -3,6 +3,7 @@ import time
import subprocess
def job():
subprocess.Popen(['supervisorctl restart push_stream'], shell=True)