From a34dcf7fc7b987e2d14821ffbd7b0f5cd478fcd7 Mon Sep 17 00:00:00 2001 From: "twalz@hs-mittweida.de" Date: Sun, 2 Sep 2018 12:52:54 +0200 Subject: [PATCH] mv cam1 .. cam2 --- cam1/Start.sh | 16 ---------------- cam1/interfaces | 15 --------------- 2 files changed, 31 deletions(-) delete mode 100644 cam1/Start.sh delete mode 100644 cam1/interfaces diff --git a/cam1/Start.sh b/cam1/Start.sh deleted file mode 100644 index 179be10..0000000 --- a/cam1/Start.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -#Cam2 -#sleep 20 - -#Audio von Terminal1 -gst-launch-1.0 -v udpsrc port=5002 caps="application/x-rtp" ! rtpjitterbuffer latency=20 do-lost=True ! rtpopusdepay ! opusdec plc=true ! alsasink device=hw:1 & - -#Audio zu Terminal1 -gst-launch-1.0 -vv alsasrc device=plughw:2,0 ! audioconvert ! audioresample ! opusenc ! rtpopuspay ! udpsink host=terminal2 port=5003 & - - - -#start video stream - -gst-launch-1.0 -v -e uvch264src ltr-buffer-size=5 ltr-encoder-control=5 initial-bitrate=8000000 average-bitrate=8000000 peak-bitrate=15000000 max-mbps=15000000 iframe-period=1000 device=/dev/video0 name=src auto-start=true src.vidsrc ! video/x-h264,width=1280,height=720,framerate=30/1,profile=high ! queue ! h264parse ! mpegtsmux ! queue! tcpserversink host=cam2 port=5001 - diff --git a/cam1/interfaces b/cam1/interfaces deleted file mode 100644 index 438c103..0000000 --- a/cam1/interfaces +++ /dev/null @@ -1,15 +0,0 @@ -# interfaces(5) file used by ifup(8) and ifdown(8) - -# Please note that this file is written to be used with dhcpcd -# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf' - -# Include files from /etc/network/interfaces.d: -source-directory /etc/network/interfaces.d - -#LiveCam2 -auto eth0 -iface eth0 inet static -address 192.168.1.103 -broadcast 192.168.1.255 -netmask 255.255.255.0 -gateway 192.168.1.1