Last active
          November 9, 2021 12:37 
        
      - 
      
- 
        Save garygan89/c3cbd5fe2a130f11f00c30ffff4efb68 to your computer and use it in GitHub Desktop. 
Revisions
- 
        garygan89 revised this gist Nov 9, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ "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, 
- 
        garygan89 renamed this gist Nov 7, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        garygan89 created this gist Nov 7, 2021 .There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { "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 -re -stream_loop -1 -i /opt/data/traffic.mp4 -c copy -f rtsp rtsp://admin:admin@localhost:8554/mystream", "runOnInitRestart": true, "runOnDemand": "", "runOnDemandRestart": false, "runOnDemandStartTimeout": "10s", "runOnDemandCloseAfter": "10s", "runOnPublish": "", "runOnPublishRestart": false, "runOnRead": "", "runOnReadRestart": false }