Terminal script fehlt #1

Closed
opened 2019-11-01 19:44:05 +01:00 by Simon · 0 comments
Member

#!/bin/bash
#terminal1
sleep 20

#Audio von cam1

gst-launch-1.0 -v udpsrc port=5003 caps="application/x-rtp" ! rtpjitterbuffer latency=20 do-lost=True ! rtpopusdepay ! opusdec plc=true ! alsasink device=hw:1 &

#Audio zu cam1

gst-launch-1.0 -vv alsasrc device=plughw:1,0 ! audioconvert ! audioresample ! opusenc ! rtpopuspay ! udpsink host=cam1 port=5002 &

#start video output

while true

do

omxplayer --fps 60 --live --threshold 0.1 tcp://@cam1:5001 -s -r

sleep 1

done

#!/bin/bash #terminal1 sleep 20 #Audio von cam1 gst-launch-1.0 -v udpsrc port=5003 caps="application/x-rtp" ! rtpjitterbuffer latency=20 do-lost=True ! rtpopusdepay ! opusdec plc=true ! alsasink device=hw:1 & #Audio zu cam1 gst-launch-1.0 -vv alsasrc device=plughw:1,0 ! audioconvert ! audioresample ! opusenc ! rtpopuspay ! udpsink host=cam1 port=5002 & #start video output while true do omxplayer --fps 60 --live --threshold 0.1 tcp://@cam1:5001 -s -r sleep 1 done
Florz closed this issue 2020-07-09 20:29:35 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ChCh/LiveCam#1
No description provided.