Skip to content

Instantly share code, notes, and snippets.

@pmarkun
Created May 13, 2020 00:35
Show Gist options
  • Select an option

  • Save pmarkun/e27f26a3f7026435ff431a7fa2251fe8 to your computer and use it in GitHub Desktop.

Select an option

Save pmarkun/e27f26a3f7026435ff431a7fa2251fe8 to your computer and use it in GitHub Desktop.
transmite.sh
#!/bin/bash
URL="rtsp://192.168.0.33:554/user=admin&password=senhasecreta&channel=2&stream=.sdp"
ARGS="-s 1280x720 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -vf fps=25"
ffmpeg -r 30 -i "$URL" $ARGS -f v4l2 /dev/video2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment