- Timestamp:
- 08/04/10 20:56:40 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtp/basertspappprotocolhandler.cpp
r49 r53 488 488 requestHeaders[RTSP_FIRST_LINE][RTSP_URL]); 489 489 Variant audioTrack; 490 FINEST("videoTrack:\n%s", STR(videoTrack.ToString()));490 //FINEST("videoTrack:\n%s", STR(videoTrack.ToString())); 491 491 492 492 493 493 //5. Create the inbound connectivity 494 if (pFrom->GetInboundConnectivity(videoTrack, audioTrack) == NULL) { 494 if (pFrom->GetInboundConnectivity(videoTrack, audioTrack, 495 sdp.GetStreamName()) == NULL) { 495 496 FATAL("Unable to get the inbound connectivity"); 496 497 return false;
Note: See TracChangeset
for help on using the changeset viewer.
