diff options
-rwxr-xr-x | prepare-videochat.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index e469372..4fe6c26 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -163,7 +163,7 @@ WIDTH=640 HEIGHT=480 # Frame rate of video -GST_FPS=5 +GST_FPS=24 # Choose audio codec from wav, aac or opus # do not choose opus until editing pipeline. If choose opus, pipeline will not work @@ -531,7 +531,7 @@ set +e pipeline_video() { echo souphttpsrc location="$VIDEO_URL" do-timestamp=true is-live=true \ ! multipartdemux \ - ! jpegdec \ + ! decodebin \ $GST_FLIP \ ! $GST_VIDEO_CONVERTER \ ! videoscale \ |