Searched refs:RTMP_Read (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | ChangeLog | 22 - fix bad switch() from -r477 in RTMP_Read 24 - fix crash on socket failure while RTMP_Read() is reading header 37 - fix RTMP_Read, return 0 on EOF, not -1 38 - change RTMP_Read to return 1 packet at a time, fix buffer mgmt 71 - implement RTMP_Read() and RTMP_Write() to simplify library use
|
| H A D | rtmpgw.c | 594 nRead = RTMP_Read(&rtmp, buffer, PACKET_SIZE); in processTCPrequest()
|
| H A D | rtmpdump.c | 517 nRead = RTMP_Read(rtmp, buffer, bufferSize); in Download()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 367 int RTMP_Read(RTMP *r, char *buf, int size);
|
| H A D | rtmp.c | 4981 RTMP_Read(RTMP *r, char *buf, int size) in RTMP_Read() function
|