Ignore:
Timestamp:
08/04/10 20:56:40 (22 months ago)
Author:
shiretu
Message:

-- added proper stream naming for rtsp streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtp/basertspappprotocolhandler.cpp

    r49 r53  
    488488                        requestHeaders[RTSP_FIRST_LINE][RTSP_URL]); 
    489489        Variant audioTrack; 
    490         FINEST("videoTrack:\n%s", STR(videoTrack.ToString())); 
     490        //FINEST("videoTrack:\n%s", STR(videoTrack.ToString())); 
    491491 
    492492 
    493493        //5. Create the inbound connectivity 
    494         if (pFrom->GetInboundConnectivity(videoTrack, audioTrack) == NULL) { 
     494        if (pFrom->GetInboundConnectivity(videoTrack, audioTrack, 
     495                        sdp.GetStreamName()) == NULL) { 
    495496                FATAL("Unable to get the inbound connectivity"); 
    496497                return false; 
Note: See TracChangeset for help on using the changeset viewer.