moved and parametrized the recorder

This commit is contained in:
amit bezalel
2017-08-03 14:30:39 +03:00
parent 8a510da111
commit 39d74c9762
4 changed files with 15 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ func TestServer(t *testing.T) {
cfg.NewConnHandler = func(cfg *server.ServerConfig, conn *server.ServerConn) error {
//fbs, err := loadFbsFile("/Users/amitbet/Dropbox/recording.rbs", conn)
//fbs, err := loadFbsFile("/Users/amitbet/vncRec/recording.rbs", conn)
fbs, err := ConnectFbsFile("/Users/amitbet/vncRec/recording1500554806.rbs", conn)
fbs, err := ConnectFbsFile("/Users/amitbet/vncRec/recording.rbs", conn)
if err != nil {
logger.Error("TestServer.NewConnHandler: Error in loading FBS: ", err)