Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active November 21, 2022 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/0f6661be04e43062f4f6d6034a6582fb to your computer and use it in GitHub Desktop.
Save recursivecodes/0f6661be04e43062f4f6d6034a6582fb to your computer and use it in GitHub Desktop.
ffmpeg \
-rtsp_transport \
tcp \
-i rtsp://user:pass@192.168.86.34:554 \
-preset ultrafast \
-vcodec libx264 \
-ar 44100 \
-f flv \
$DEMO_STREAM_INGEST_ENDPOINT/$DEMO_STREAM_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment