Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellDPS authored Feb 26, 2018
1 parent 23b15b3 commit 8792022
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ Next set trunking recorder settings to
![audio](https://maxwelldps.com/trrec.PNG)
![audior](https://maxwelldps.com/trrecaudio.PNG)

then in Module1.vb change the settings on the top to match you Trunking recorder output dir amd the dir that trunk player is looking for files. then set your tplayer box ssh settings and run!

###RUNNING
```
'Change --------------------------------------
Public host As String = "Tplayer.net.local"
Public username As String = "radio"
Public pass As String = "pass"
Public TRPATH = "V:\NAS\Truning Recorder Output Folder\"
Public TPLAYERPATH = "V:\NAS\trunk player symlinked dir\"
'---------------------------------------------
```
EXAMPLE: unitrunker.exe --host 192.168.1.23 --user radio --pass Password1 --trpath V:\NAS\NewAudio\ --tplayerpath V:\NAS\FinalAudioFolder
--host Trunkplayer SSH HOST OR IP
--user TrunkPlayer SSH User
--pass TrunkPlyer SSH Password
--trpath "V:\NAS\Truning Recorder Output Folder\"
--tplayerpath "V:\NAS\trunk player symlinked dir\"
```

0 comments on commit 8792022

Please sign in to comment.