winlin

update signature

@@ -35,10 +35,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -35,10 +35,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION 35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
36 // server info. 36 // server info.
37 #define RTMP_SIG_SRS_KEY "srs" 37 #define RTMP_SIG_SRS_KEY "srs"
38 -#define RTMP_SIG_SRS_ROLE "origin server" 38 +#define RTMP_SIG_SRS_ROLE "origin/edge server"
39 #define RTMP_SIG_SRS_NAME RTMP_SIG_SRS_KEY"(simple rtmp server)" 39 #define RTMP_SIG_SRS_NAME RTMP_SIG_SRS_KEY"(simple rtmp server)"
40 -#define RTMP_SIG_SRS_URL "https://"RTMP_SIG_SRS_URL_SHORT  
41 #define RTMP_SIG_SRS_URL_SHORT "github.com/winlinvip/simple-rtmp-server" 40 #define RTMP_SIG_SRS_URL_SHORT "github.com/winlinvip/simple-rtmp-server"
  41 +#define RTMP_SIG_SRS_URL "https://"RTMP_SIG_SRS_URL_SHORT
42 #define RTMP_SIG_SRS_WEB "http://blog.csdn.net/win_lin" 42 #define RTMP_SIG_SRS_WEB "http://blog.csdn.net/win_lin"
43 #define RTMP_SIG_SRS_EMAIL "winlin@vip.126.com" 43 #define RTMP_SIG_SRS_EMAIL "winlin@vip.126.com"
44 #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)" 44 #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"