1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix #235, refine handshake, replace union with template method. 2.0.38.

This commit is contained in:
winlin 2014-11-29 18:41:14 +08:00
parent abb0fce3d8
commit efb73c5487
4 changed files with 31 additions and 23 deletions

View file

@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_REVISION 37
#define VERSION_REVISION 38
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
#define RTMP_SIG_SRS_ROLE "origin/edge server"