Last active
November 9, 2021 12:37
-
-
Save garygan89/c3cbd5fe2a130f11f00c30ffff4efb68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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:[email protected]: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