代码搜索:RTMP
找到约 252 项符合「RTMP」的源代码
代码结果 252
www.eeworm.com/read/318238/3570901
as flvmodel.as
/**
* FLV model class of the players MCV pattern.
* Handles playback of FLV files, HTTP streams and RTMP streams.
*
* @author Jeroen Wijering
* @version 1.10
**/
import com.jeroenwijering.
www.eeworm.com/read/333554/3384813
as bandwidthcheck.as
/**
* Check user bandwidth/connection speed over HTTP or RTMP.
*
* @author Brian Weil
* @author Stefan Richter
* @author Jeroen Wijering
* @version 1.0
**/
class com.jeroenwijering.utils.Ban
www.eeworm.com/read/372581/2771822
h netif_block.h
#ifndef __NET_IF_BLOCK_H__
#define __NET_IF_BLOCK_H__
//#include
#include "link_list.h"
#include "rtmp.h"
#define FREE_NETIF_POOL_SIZE 32
typedef struct _NETIF_ENTRY
{
struct _N
www.eeworm.com/read/181592/9244598
makefile
# Comment/uncomment the following line to enable/disable debugging
WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
#CFLAGS += -DDBG
obj-m := rt73.o
rt73-objs := rtmp_main.o mlme.o connect.o rtu
www.eeworm.com/read/181592/9244667
6 makefile.6
# Comment/uncomment the following line to enable/disable debugging
WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
#CFLAGS += -DDBG
obj-m := rt73.o
rt73-objs := rtmp_main.o mlme.o connect.o rtu
www.eeworm.com/read/355259/3062293
makefile
# Comment/uncomment the following line to enable/disable debugging
WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
obj-m := rt2500.o
rt2500-objs := rtmp_main.o mlme.o connect.o sync.o asso
www.eeworm.com/read/307164/3728868
c cswap1_x0y0.c
#include "atlas_misc.h"
void ATL_USWAP(const int N, TYPE *X, const int incx, TYPE *Y, const int incy)
{
int i;
const int incX=incx+incx, incY=incy+incy;
TYPE rtmp, itmp;
for (i=N; i; i--,
www.eeworm.com/read/443623/7630113
makefile
include $(RT2860_DIR)/os/linux/config.mk
MOD_NAME = rt2860sta
obj-m := $(MOD_NAME).o
rt2860sta-objs := ../../common/md5.o\
../../common/mlme.o\
../../common/rtmp_wep.o\
../../common/action.o\
.
www.eeworm.com/read/443623/7630128
6 makefile.6
include $(RT2860_DIR)/os/linux/config.mk
MOD_NAME = rt2860sta
obj-m := $(MOD_NAME).o
rt2860sta-objs := ../../common/md5.o\
../../common/mlme.o\
../../common/rtmp_wep.o\
../../common/action.o\
.
www.eeworm.com/read/463758/7175798
makefile
RT28xx_MODE = STA
TARGET = LINUX
CHIPSET = 3070
#RT28xx_DIR = home directory of RT28xx source code
RT28xx_DIR = $(shell pwd)
RTMP_SRC_DIR = $(RT28xx_DIR)/RT$(CHIPSET)
PLATFORM = PC
#PLATFORM = 5VT
#PL