- Timestamp:
- 01/13/09 02:41:17 (4 years ago)
- Location:
- lang/c/librtmp
- Files:
-
- 2 modified
-
amf_packet.c (modified) (1 diff)
-
rtmp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/librtmp/amf_packet.c
r28344 r28345 225 225 raw_data_position += string_length; 226 226 227 property->value = amf_packet_ create(227 property->value = amf_packet_analyze( 228 228 raw_data + raw_data_position, 229 229 raw_data_size - raw_data_position, -
lang/c/librtmp/rtmp.c
r28238 r28345 292 292 received_size = recv( 293 293 client->conn_sock, 294 client->received_buffer + client->received_size,294 (void*)(client->received_buffer + client->received_size), 295 295 RTMP_BUFFER_SIZE - client->received_size, 0); 296 296 if (received_size > 0) { … … 310 310 if (ret == 1) { 311 311 sent_size = send( 312 client->conn_sock, client->will_send_buffer, 312 client->conn_sock, 313 (const void*)client->will_send_buffer, 313 314 client->will_send_size, 0); 314 315 if (client->will_send_size - sent_size > 0) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)