Changeset 55
- Timestamp:
- 08/06/10 09:58:22 (18 months ago)
- Location:
- trunk/sources/thelib/src/protocols
- Files:
-
- 2 edited
-
liveflv/inboundliveflvprotocol.cpp (modified) (1 diff)
-
rtp/streaming/innetrtpstream.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/liveflv/inboundliveflvprotocol.cpp
r54 r55 100 100 uint32_t timestamp; 101 101 type = GETIBPOINTER(buffer)[0]; 102 length = ntohl (*((uint32_t *) (GETIBPOINTER(buffer) + 1))) >> 8; //----MARKED-LONG---102 length = ntohlp((GETIBPOINTER(buffer) + 1)) >> 8; //----MARKED-LONG--- 103 103 if (length >= 1024 * 1024) { 104 104 FATAL("Frame too large: %d", length); -
trunk/sources/thelib/src/protocols/rtp/streaming/innetrtpstream.cpp
r49 r55 99 99 double absoluteTimestamp, bool isAudio) { 100 100 if (_lastTs > absoluteTimestamp) { 101 WARN("Back time. ATS: %.2f LTS: %.2f; D: %.2f", 101 WARN("Back time on %s. ATS: %.2f LTS: %.2f; D: %.2f", 102 STR(GetName()), 102 103 absoluteTimestamp, 103 104 _lastTs,
Note: See TracChangeset
for help on using the changeset viewer.
