Changeset 189
- Timestamp:
- 11/22/07 16:34:41
(10 months ago)
- Author:
- sip
- Message:
Modified log messages
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r187 |
r189 |
|
| 1361 | 1361 | tv = ast_tvnow(); |
|---|
| 1362 | 1362 | /* log */ |
|---|
| 1363 | | ast_log(LOG_ERROR,"-Started playback [%d]\n",duration); |
|---|
| | 1363 | ast_log(LOG_DEBUG,"-Started playback [%d]\n",duration); |
|---|
| 1364 | 1364 | /* Get new length */ |
|---|
| 1365 | 1365 | bufferLen -= responseLen; |
|---|
| … | … | |
| 1444 | 1444 | |
|---|
| 1445 | 1445 | } else if ((outfd==player->audioRtcp) || (outfd==player->videoRtcp)) { |
|---|
| 1446 | | /* log */ |
|---|
| 1447 | | ast_log(LOG_ERROR,"-Received rtcp [%d]\n",outfd); |
|---|
| 1448 | | |
|---|
| 1449 | 1446 | /* Set length */ |
|---|
| 1450 | 1447 | rtcpLen = 0; |
|---|
| … | … | |
| 1455 | 1452 | break; |
|---|
| 1456 | 1453 | |
|---|
| 1457 | | /* log */ |
|---|
| 1458 | | ast_log(LOG_ERROR,"-Received rtcp length [%d]\n",rtcpLen); |
|---|
| 1459 | | |
|---|
| 1460 | 1454 | /* Process rtcp packets */ |
|---|
| 1461 | 1455 | while(i<rtcpLen) |
|---|
| … | … | |
| 1465 | 1459 | /* Increase pointer */ |
|---|
| 1466 | 1460 | i += (ntohs(rtcp->common.length)+1)*4; |
|---|
| 1467 | | /* log */ |
|---|
| 1468 | | ast_log(LOG_ERROR,"-rtcp type [%d,%d]\n",rtcp->common.pt,i); |
|---|
| 1469 | 1461 | /* Check for bye */ |
|---|
| 1470 | 1462 | if (rtcp->common.pt == RTCP_BYE) |
|---|
Download in other formats:
|
|