Skip to content

Instantly share code, notes, and snippets.

@burnbrigther
Created June 1, 2020 22:32
Show Gist options
  • Save burnbrigther/5e52396c61f4e462fd3bd7c5519fbd5e to your computer and use it in GitHub Desktop.
Save burnbrigther/5e52396c61f4e462fd3bd7c5519fbd5e to your computer and use it in GitHub Desktop.
"videoConfig": {
"source": "-rtsp_transport tcp -i rtsp:///XXXXXX:XXXXXXX@192.168.1.231:554/axis-media/media.amp?streamprofile=Media?tcp?videocodec=h264?resolution=1280x1024",
"stillImageSource": "-i http:///XXXXXX:XXXXXXX@192.168.1.231/axis-cgi/jpg/image.cgi",
"maxStreams": 3,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 10,
"maxBitrate": 300,
"vcodec": "h264_omx",
"packetSize": 1316,
"vflip": false,
"hflip": false,
"audio": "2way -c:a pcm_mulaw -ar 12300 -f mulaw -chunked_post 0 -content_type audio/axis-mulaw-128 http://XXXXXX:XXXXXXX@192.168.1.231/axis-cgi/audio/transmit.cgi",
"debug": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment