Show
Ignore:
Timestamp:
10/08/09 12:28:32 (3 years ago)
Author:
Robin Gareus <robin@…>
Parents:
0a012df6a802c17ed7f4236e422cfab164b0f18c
Children:
5e02e5173518608e744f974924fceff203791403
git-committer:
Robin Gareus <robin@gareus.org> / 2009-10-08T14:28:32Z+0200
Message:

red5 server code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • red5-webapps/recorder/src/org/red5/rg/recorder/Application.java

    r8c15ff8 r53829f4  
    3131         
    3232        private boolean checkPass(String u, String p) { 
    33                 String passwdPath = "/home/rgareus/data/coding/inoutC2/red5-webapps/red.passwd";  // TODO : make configurable 
     33        //      String passwdPath = "/home/rgareus/data/coding/inoutC2/red5-webapps/red.passwd";  // TODO : make configurable 
     34                String passwdPath = "/var/red5/recorder.passwd";  // TODO : make configurable 
    3435                try {    
    3536                        FileInputStream fstream = new FileInputStream(passwdPath);