|
@@ -58,7 +58,7 @@ SHMSIZE='shm-size='`echo "$feed_width * $feed_height * 4 * 26"|bc`
|
|
|
SHMOPTION="wait-for-connection=1 sync=true"
|
|
SHMOPTION="wait-for-connection=1 sync=true"
|
|
|
SHMSINK1="shmsink socket-path=$feed_control_pipe $SHMSIZE $SHMOPTION"
|
|
SHMSINK1="shmsink socket-path=$feed_control_pipe $SHMSIZE $SHMOPTION"
|
|
|
#AUDIOFORMAT="$AUDIOS16LE"', rate='$feed_rate', channels='$feed_channels
|
|
#AUDIOFORMAT="$AUDIOS16LE"', rate='$feed_rate', channels='$feed_channels
|
|
|
-VIDEOFORMAT=$VIDEOBGRA', width='$feed_width', height='$feed_height', framerate=30/1'
|
|
|
|
|
|
|
+VIDEOFORMAT=$VIDEOBGRA', width='$feed_width', height='$feed_height', framerate=24/1'
|
|
|
SRC="udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 "
|
|
SRC="udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 "
|
|
|
while true ; do
|
|
while true ; do
|
|
|
# Remove the named pipe if it exist
|
|
# Remove the named pipe if it exist
|