Skip to content

Instantly share code, notes, and snippets.

@garygan89
Last active November 9, 2021 12:37
Show Gist options
  • Save garygan89/c3cbd5fe2a130f11f00c30ffff4efb68 to your computer and use it in GitHub Desktop.
Save garygan89/c3cbd5fe2a130f11f00c30ffff4efb68 to your computer and use it in GitHub Desktop.
{
"source": "publisher",
"sourceProtocol": "automatic",
"sourceAnyPortEnable": false,
"sourceFingerprint": "",
"sourceOnDemand": false,
"sourceOnDemandStartTimeout": "10s",
"sourceOnDemandCloseAfter": "10s",
"sourceRedirect": "",
"disablePublisherOverride": false,
"fallback": "",
"publishUser": "admin",
"publishPass": "admin",
"publishIPs": [],
"readUser": "admin",
"readPass": "admin",
"readIPs": [],
"runOnInit": "ffmpeg -rtsp_transport tcp -i rtsp://admin:admin@rtsp-simple-server-proxy.rtsp-proxy.svc.cluster.local:8554/mystream -f rtsp -rtsp_transport tcp -c copy -muxdelay 0.1 -max_muxing_queue_size 1024 rtsp://admin:admin@localhost:8554/mystream",
"runOnInitRestart": true,
"runOnDemand": "",
"runOnDemandRestart": false,
"runOnDemandStartTimeout": "10s",
"runOnDemandCloseAfter": "10s",
"runOnPublish": "",
"runOnPublishRestart": false,
"runOnRead": "",
"runOnReadRestart": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment