Searched refs:STREAMING_SERVER (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 99 } STREAMING_SERVER; typedef 101 STREAMING_SERVER *rtmpServer = 0; // server structure pointer 103 STREAMING_SERVER *startStreaming(const char *address, int port); 104 void stopStreaming(STREAMING_SERVER * server); 158 ServeInvoke(STREAMING_SERVER *server, int which, RTMPPacket *pack, const char *body) in ServeInvoke() 455 ServePacket(STREAMING_SERVER *server, int which, RTMPPacket *packet) in ServePacket() 735 STREAMING_SERVER *server = arg; in doServe() 1015 STREAMING_SERVER *server = arg; in serverThread() 1022 STREAMING_SERVER *srv2 = malloc(sizeof(STREAMING_SERVER)); in serverThread() 1055 STREAMING_SERVER * [all …]
|
| H A D | rtmpgw.c | 70 } STREAMING_SERVER; typedef 72 STREAMING_SERVER *httpServer = 0; // server structure pointer 74 STREAMING_SERVER *startStreaming(const char *address, int port); 75 void stopStreaming(STREAMING_SERVER * server); 328 void processTCPrequest(STREAMING_SERVER * server, // server socket and state (our listening socket) in processTCPrequest() 667 STREAMING_SERVER *server = arg; in serverThread() 694 STREAMING_SERVER * 699 STREAMING_SERVER *server; in startStreaming() 727 server = (STREAMING_SERVER *) calloc(1, sizeof(STREAMING_SERVER)); in startStreaming() 736 stopStreaming(STREAMING_SERVER * server) in stopStreaming()
|
| H A D | rtmpsrv.c | 92 } STREAMING_SERVER; typedef 94 STREAMING_SERVER *rtmpServer = 0; // server structure pointer 97 STREAMING_SERVER *startStreaming(const char *address, int port); 98 void stopStreaming(STREAMING_SERVER * server); 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() 875 void doServe(STREAMING_SERVER * server, // server socket and state (our listening socket) in doServe() 951 STREAMING_SERVER *server = arg; in serverThread() 988 STREAMING_SERVER * 993 STREAMING_SERVER *server; in startStreaming() [all …]
|