Ignore:
Timestamp:
08/21/10 19:30:35 (21 months ago)
Author:
shiretu
Message:

-- work on android apple streaming
-- work on new SSL support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/include/protocols/protocoltypes.h

    r58 r87  
    11/*  
    2 *  Copyright (c) 2010, 
    3 *  Gavriloaie Eugen-Andrei (shiretu@gmail.com) 
    4  
    5 *  This file is part of crtmpserver. 
    6 *  crtmpserver is free software: you can redistribute it and/or modify 
    7 *  it under the terms of the GNU General Public License as published by 
    8 *  the Free Software Foundation, either version 3 of the License, or 
    9 *  (at your option) any later version. 
    10  
    11 *  crtmpserver is distributed in the hope that it will be useful, 
    12 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14 *  GNU General Public License for more details. 
    15  
    16 *  You should have received a copy of the GNU General Public License 
    17 *  along with crtmpserver.  If not, see <http://www.gnu.org/licenses/>. 
    18 */ 
     2 *  Copyright (c) 2010, 
     3 *  Gavriloaie Eugen-Andrei (shiretu@gmail.com) 
     4 * 
     5 *  This file is part of crtmpserver. 
     6 *  crtmpserver is free software: you can redistribute it and/or modify 
     7 *  it under the terms of the GNU General Public License as published by 
     8 *  the Free Software Foundation, either version 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  crtmpserver is distributed in the hope that it will be useful, 
     12 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 *  GNU General Public License for more details. 
     15 * 
     16 *  You should have received a copy of the GNU General Public License 
     17 *  along with crtmpserver.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
    1919 
    2020 
     
    3434//RTMP protocols 
    3535#define PT_INBOUND_RTMP                 MAKE_TAG2('I','R') 
    36 #define PT_OUTBOUND_RTMP                        MAKE_TAG2('O','R') 
     36#define PT_OUTBOUND_RTMP                MAKE_TAG2('O','R') 
    3737#define PT_MONITOR_RTMP                 MAKE_TAG2('M','R') 
    3838 
    3939//encryption protocols 
    4040#define PT_RTMPE                                MAKE_TAG2('R','E') 
    41 #define PT_SSL                                  MAKE_TAG3('S','S','L') 
     41#define PT_INBOUND_SSL                  MAKE_TAG4('I','S','S','L') 
     42#define PT_OUTBOUND_SSL                 MAKE_TAG4('O','S','S','L') 
    4243 
    4344//Async DNS protocols 
     
    4950 
    5051//HTTP protocols 
    51 #define PT_INBOUND_HTTP                 MAKE_TAG4('I','H','T','T') 
    52 #define PT_INBOUND_HTTP_FOR_RTMP                MAKE_TAG4('I','H','4','R') 
     52#define PT_INBOUND_HTTP                         MAKE_TAG4('I','H','T','T') 
     53#define PT_INBOUND_HTTP_FOR_RTMP        MAKE_TAG4('I','H','4','R') 
    5354#define PT_OUTBOUND_HTTP                        MAKE_TAG4('O','H','T','T') 
    5455#define PT_OUTBOUND_HTTP_FOR_RTMP       MAKE_TAG4('O','H','4','R') 
Note: See TracChangeset for help on using the changeset viewer.