merge for opus codec over rtp transmission support

This commit is contained in:
Gerard CL
2014-10-09 12:28:54 +02:00
203 changed files with 6292 additions and 5326 deletions

View File

@@ -181,7 +181,7 @@ void BasicRTSPOnlySubsession::getStreamParameters(unsigned clientSessionId,
netAddressBits clientAddress, Port const& clientRTPPort,
Port const& clientRTCPPort, int tcpSocketNum,
unsigned char rtpChannelId, unsigned char rtcpChannelId,
netAddressBits& destinationAddress, u_int8_t& /*destinationTTL*/,
netAddressBits& destinationAddress, uint8_t& /*destinationTTL*/,
Boolean& isMulticast, Port& serverRTPPort, Port& serverRTCPPort,
void*& streamToken) {
if (Vdestination == NULL && (avType == video || avType == av)) {