| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 237 typedef struct RTMP struct 283 } RTMP; typedef 289 void RTMP_SetBufferMS(RTMP *r, int size); 290 void RTMP_UpdateBufferMS(RTMP *r); 292 int RTMP_SetOpt(RTMP *r, const AVal *opt, AVal *arg); 293 int RTMP_SetupURL(RTMP *r, char *url); 294 void RTMP_SetupStream(RTMP *r, int protocol, 312 int RTMP_Connect(RTMP *r, RTMPPacket *cp); 314 int RTMP_Connect0(RTMP *r, struct sockaddr *svc); 315 int RTMP_Connect1(RTMP *r, RTMPPacket *cp); [all …]
|
| H A D | rtmp.c | 112 static int HandShake(RTMP *r, int FP9HandShake); 113 static int SocksNegotiate(RTMP *r); 115 static int SendConnectPacket(RTMP *r, RTMPPacket *cp); 116 static int SendCheckBW(RTMP *r); 117 static int SendCheckBWResult(RTMP *r, double txn); 118 static int SendDeleteStream(RTMP *r, double dStreamId); 119 static int SendFCSubscribe(RTMP *r, AVal *subscribepath); 120 static int SendPlay(RTMP *r); 121 static int SendBytesReceived(RTMP *r); 122 static int SendUsherToken(RTMP *r, AVal *usherToken); [all …]
|
| H A D | librtmp.pc.in | 7 Description: RTMP implementation
|
| H A D | handshake.h | 696 HandShake(RTMP * r, int FP9HandShake) in HandShake() 1072 SHandShake(RTMP * r) in SHandShake()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | cast5-avx-x86_64-asm_64.S | 56 #define RTMP %xmm15 macro 104 vpslld RKRF, x, RTMP; \ 106 vpor RTMP, x, x; \ 130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \ 133 vpxor a2, RTMP, a2; 244 inpack_blocks(RL1, RR1, RTMP, RX, RKM); 245 inpack_blocks(RL2, RR2, RTMP, RX, RKM); 246 inpack_blocks(RL3, RR3, RTMP, RX, RKM); 247 inpack_blocks(RL4, RR4, RTMP, RX, RKM); 277 outunpack_blocks(RR1, RL1, RTMP, RX, RKM); [all …]
|
| H A D | cast6-avx-x86_64-asm_64.S | 56 #define RTMP %xmm15 macro 104 vpslld RKRF, x, RTMP; \ 106 vpor RTMP, x, x; \ 130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \ 133 vpxor a2, RTMP, a2; 267 inpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKRF, RKM); 268 inpack_blocks(RA2, RB2, RC2, RD2, RTMP, RX, RKRF, RKM); 291 outunpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKRF, RKM); 292 outunpack_blocks(RA2, RB2, RC2, RD2, RTMP, RX, RKRF, RKM); 315 inpack_blocks(RA1, RB1, RC1, RD1, RTMP, RX, RKRF, RKM); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | README | 1 RTMP Dump v2.4 55 Credit goes to team boxee for the XBMC RTMP code originally used in RTMPDumper. 87 RTMP connect request. The "--auth" option handles a specific case, where 138 rtmpgw - an RTMP to HTTP gateway 142 that a real Flash client would send to an RTMP server, so that they can be 151 when you know the hostname of the RTMP server, and point it to localhost while 155 On Linux you can also use iptables to redirect all outbound RTMP traffic. You 160 In that case the proxy would make the connection to the real RTMP server. The 188 It listens on port 1935 for RTMP sessions, but you can also redirect other 189 ports to it as needed (read the iptables docs). It first performs an RTMP [all …]
|
| H A D | rtmpsrv.c | 173 SendConnectResult(RTMP *r, double txn) in SendConnectResult() 234 SendResultNumber(RTMP *r, double txn, double ID) in SendResultNumber() 269 SendPlayStart(RTMP *r) in SendPlayStart() 301 SendPlayStop(RTMP *r) in SendPlayStop() 464 ServeInvoke(STREAMING_SERVER *server, RTMP * r, RTMPPacket *packet, unsigned int offset) in ServeInvoke() 764 ServePacket(STREAMING_SERVER *server, RTMP *r, RTMPPacket *packet) in ServePacket() 881 RTMP *rtmp = RTMP_Alloc(); /* our session with the real client */ in doServe()
|
| H A D | ChangeLog | 47 - add RTMP set_playlist command 77 - move RTMP code into library librtmp 78 - relicense RTMP code under LGPL v2.1 173 - moved timestamp handling into RTMP protocol innings, all packets have
|
| H A D | rtmpdump.c | 443 Download(RTMP * rtmp, // connected RTMP object in Download() 765 RTMP rtmp = { 0 }; in main()
|
| H A D | rtmpsuck.c | 92 RTMP rs; 93 RTMP rc;
|
| H A D | rtmpgw.c | 347 RTMP rtmp = { 0 }; in processTCPrequest()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/ |
| H A D | rtmpdump_2.4.bb | 1 SUMMARY = "RTMP Dump" 2 DESCRIPTION = "rtmpdump is a toolkit for RTMP streams. All forms of RTMP are \
|
| /OK3568_Linux_fs/buildroot/package/kodi-inputstream-rtmp/ |
| H A D | Config.in | 7 RTMP input stream add-on for Kodi
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | Config.in | 255 RTMP sink/source (rtmp2sink, rtmp2src) 266 RTMP plugin
|