Changeset 6053:7e5f26650093 in roaraudio


Ignore:
Timestamp:
01/16/15 16:19:18 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added protocol IDs for RTP, RTCP, RTSP and SIP. Used by modern streaming
software.
Closes: #369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/client.h

    r6052 r6053  
    6161#define ROAR_PROTO_RPLD            25 /* RoarAudio Playlist Daemon Protocol */ 
    6262#define ROAR_PROTO_MPD             26 /* Music Player Daemon */ 
     63#define ROAR_PROTO_RTP             27 /* Real-time Transport Protocol */ 
     64#define ROAR_PROTO_RTCP            28 /* RealTime Control Protocol */ 
     65#define ROAR_PROTO_RTSP            29 /* Real-Time Streaming Protocol */ 
     66#define ROAR_PROTO_SIP             30 /* Session Initiation Protocol */ 
    6367 
    6468#define ROAR_BYTEORDER_UNKNOWN      0x00 
Note: See TracChangeset for help on using the changeset viewer.