Searched refs:RTMP_LogPrintf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 96 RTMP_LogPrintf("Caught signal: %d, cleaning up, just a second...\n", sig); in sigIntHandler() 464 RTMP_LogPrintf("Starting Live Stream\n"); in Download() 474 RTMP_LogPrintf("Already Completed at: %.3f sec Duration=%.3f sec\n", in Download() 483 RTMP_LogPrintf("%s download at: %.3f kB / %.3f sec (%.1f%%)\n", in Download() 491 RTMP_LogPrintf("%s download at: %.3f kB\n", in Download() 496 RTMP_LogPrintf(" in approximately realtime (disabled BUFX speedup hack)\n"); in Download() 500 RTMP_LogPrintf("For duration: %.3f sec\n", (double) (dStopOffset - dSeek) / 1000.0); in Download() 620 RTMP_LogPrintf("Couldn't resume FLV file, try --skip %d\n\n", in Download() 641 RTMP_LogPrintf in usage() 643 RTMP_LogPrintf("--help|-h Prints this help screen.\n"); in usage() [all …]
|
| H A D | rtmpgw.c | 281 RTMP_LogPrintf("Exiting\n"); in controlServerThread() 286 RTMP_LogPrintf("Unknown command \'%c\', ignoring\n", ich); in controlServerThread() 381 RTMP_LogPrintf("%s, Range request not supported\n", __FUNCTION__); in processTCPrequest() 468 RTMP_LogPrintf("%s: No request header received/unsupported method\n", in processTCPrequest() 550 RTMP_LogPrintf("Starting at TS: %d ms\n", dSeek); in processTCPrequest() 578 RTMP_LogPrintf("Connecting ... port: %d, app: %s\n", req.rtmpport, req.app.av_val); in processTCPrequest() 581 RTMP_LogPrintf("%s, failed to connect!\n", __FUNCTION__); in processTCPrequest() 638 RTMP_LogPrintf("Closing connection... "); in processTCPrequest() 640 RTMP_LogPrintf("done!\n\n"); in processTCPrequest() 658 RTMP_LogPrintf("%s, %s, %s\n", __FUNCTION__, status, filename); in processTCPrequest() [all …]
|
| H A D | thread.c | 36 RTMP_LogPrintf("%s, _beginthread failed with %d\n", __FUNCTION__, errno); in ThreadCreate() 54 RTMP_LogPrintf("%s, pthread_create failed with %d\n", __FUNCTION__, ret); in ThreadCreate()
|
| H A D | rtmpsuck.c | 192 RTMP_LogPrintf("Processing connect\n"); in ServeInvoke() 201 RTMP_LogPrintf("%.*s: %.*s\n", pname.av_len, pname.av_val, pval.av_len, pval.av_val); in ServeInvoke() 375 RTMP_LogPrintf("Playpath: %.*s\nSaving as: %s\n", in ServeInvoke() 721 RTMP_LogPrintf("Exiting\n"); in controlServerThread() 727 RTMP_LogPrintf("Unknown command \'%c\', ignoring\n", ich); in controlServerThread() 981 RTMP_LogPrintf("Closing connection... "); in doServe() 1003 RTMP_LogPrintf("done!\n\n"); in doServe() 1131 RTMP_LogPrintf("Caught signal: %d, cleaning up, just a second...\n", sig); in sigIntHandler() 1148 RTMP_LogPrintf("RTMP Proxy Server %s\n", RTMPDUMP_VERSION); in main() 1149 RTMP_LogPrintf("(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL\n\n"); in main() [all …]
|
| H A D | rtmpsrv.c | 863 RTMP_LogPrintf("Exiting\n"); in controlServerThread() 868 RTMP_LogPrintf("Unknown command \'%c\', ignoring\n", ich); in controlServerThread() 924 RTMP_LogPrintf("Closing connection... "); in doServe() 939 RTMP_LogPrintf("done!\n\n"); in doServe() 1062 RTMP_LogPrintf("Caught signal: %d, cleaning up, just a second...\n", sig); in sigIntHandler() 1081 RTMP_LogPrintf("RTMP Server %s\n", RTMPDUMP_VERSION); in main() 1082 RTMP_LogPrintf("(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL\n\n"); in main() 1132 RTMP_LogPrintf("Streaming on rtmp://%s:%d\n", rtmpStreamingDevice, in main()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | log.h | 52 void RTMP_LogPrintf(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 56 void RTMP_LogPrintf(const char *format, ...);
|
| H A D | log.c | 182 void RTMP_LogPrintf(const char *format, ...) in RTMP_LogPrintf() function
|