Changeset 735 for trunk/sources/thelib/src/protocols/rtmp
- Timestamp:
- 02/04/12 00:28:35 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp
r722 r735 972 972 //1. Read stream index and offset in millisecond 973 973 uint32_t streamId = VH_SI(request); 974 double timeOffset = 0.0;975 if ((VariantType) M_INVOKE_PARAM(request, 1) == V_DOUBLE)976 timeOffset = M_INVOKE_PARAM(request, 1);977 974 978 975 //2. Find the corresponding outbound stream
Note: See TracChangeset
for help on using the changeset viewer.
