Home
last modified time | relevance | path

Searched refs:RTMP_Log (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c163 RTMP_Log(RTMP_LOGERROR, "Couldn't read FLV file header!"); in OpenResumeFile()
169 RTMP_Log(RTMP_LOGERROR, "Invalid FLV file!"); in OpenResumeFile()
175 RTMP_Log(RTMP_LOGERROR, in OpenResumeFile()
185 RTMP_Log(RTMP_LOGERROR, "Invalid FLV file: missing first prevTagSize!"); in OpenResumeFile()
191 RTMP_Log(RTMP_LOGWARNING, in OpenResumeFile()
229 RTMP_Log(RTMP_LOGERROR, "%s, error decoding meta data packet", in OpenResumeFile()
253 RTMP_Log(RTMP_LOGDEBUG, "File has duration: %f", *duration); in OpenResumeFile()
267 RTMP_Log(RTMP_LOGWARNING, "Couldn't locate meta data!"); in OpenResumeFile()
296 RTMP_Log(RTMP_LOGDEBUG, "bAudioOnly: %d, size: %llu", bAudioOnly, in GetLastKeyframe()
314 RTMP_Log(RTMP_LOGERROR, in GetLastKeyframe()
[all …]
H A Drtmpgw.c368 RTMP_Log(RTMP_LOGERROR, "Request timeout/select failed, ignoring request"); in processTCPrequest()
376 RTMP_Log(RTMP_LOGDEBUG, "%s: header: %s", __FUNCTION__, header); in processTCPrequest()
410 RTMP_Log(RTMP_LOGDEBUG, "%s: Request header: %s", __FUNCTION__, filename); in processTCPrequest()
447 RTMP_Log(RTMP_LOGDEBUG, "%s: parameter: %c, arg: %s", __FUNCTION__, in processTCPrequest()
475 RTMP_Log(RTMP_LOGERROR, in processTCPrequest()
482 RTMP_Log(RTMP_LOGERROR, in processTCPrequest()
490 RTMP_Log(RTMP_LOGWARNING, in processTCPrequest()
496 RTMP_Log(RTMP_LOGWARNING, in processTCPrequest()
542 RTMP_Log(RTMP_LOGWARNING, in processTCPrequest()
553 RTMP_Log(RTMP_LOGDEBUG, "Setting buffer time to: %dms", req.bufferTime); in processTCPrequest()
[all …]
H A Drtmpsuck.c168 RTMP_Log(RTMP_LOGWARNING, "%s, Sanity failed. no string method in invoke packet", in ServeInvoke()
177 RTMP_Log(RTMP_LOGERROR, "%s, error decoding invoke packet", __FUNCTION__); in ServeInvoke()
184 RTMP_Log(RTMP_LOGDEBUG, "%s, %s invoking <%s>", __FUNCTION__, cst[which], method.av_val); in ServeInvoke()
408 RTMP_Log(RTMP_LOGDEBUG, "%s, onStatus: %s", __FUNCTION__, code.av_val); in ServeInvoke()
459 RTMP_Log(RTMP_LOGDEBUG, "%s, %s sent packet type %02X, size %u bytes", __FUNCTION__, in ServePacket()
530 RTMP_Log(RTMP_LOGDEBUG, "%s, unknown packet type received: 0x%02x", __FUNCTION__, in ServePacket()
563 RTMP_Log(RTMP_LOGWARNING, "ignoring too small video packet: size: %d", in WriteStream()
570 RTMP_Log(RTMP_LOGWARNING, "ignoring too small audio packet: size: %d", in WriteStream()
576 RTMP_Log(RTMP_LOGDEBUG, "type: %02X, size: %d, TS: %d ms", packet->m_packetType, in WriteStream()
579 RTMP_Log(RTMP_LOGDEBUG, "frametype: %02X", (*packetBody & 0xf0)); in WriteStream()
[all …]
H A Drtmpsrv.c475 RTMP_Log(RTMP_LOGWARNING, "%s, Sanity failed. no string method in invoke packet", in ServeInvoke()
484 RTMP_Log(RTMP_LOGERROR, "%s, error decoding invoke packet", __FUNCTION__); in ServeInvoke()
492 RTMP_Log(RTMP_LOGDEBUG, "%s, client invoking <%s>", __FUNCTION__, method.av_val); in ServeInvoke()
768 RTMP_Log(RTMP_LOGDEBUG, "%s, received packet type %02X, size %u bytes", __FUNCTION__, in ServePacket()
808 RTMP_Log(RTMP_LOGDEBUG, "%s, flex message, size %u bytes, not fully supported", in ServePacket()
833 RTMP_Log(RTMP_LOGDEBUG, "%s, received: invoke %u bytes", __FUNCTION__, in ServePacket()
844 RTMP_Log(RTMP_LOGDEBUG, "%s, unknown packet type received: 0x%02x", __FUNCTION__, in ServePacket()
896 RTMP_Log(RTMP_LOGERROR, "Request timeout/select failed, ignoring request"); in doServe()
905 RTMP_Log(RTMP_LOGERROR, "TLS handshake failed"); in doServe()
910 RTMP_Log(RTMP_LOGERROR, "Handshake failed"); in doServe()
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h129 RTMP_Log(RTMP_LOGDEBUG, "RC4 Out Key: "); in InitRC4Encryption()
138 RTMP_Log(RTMP_LOGDEBUG, "RC4 In Key: "); in InitRC4Encryption()
167 RTMP_Log(RTMP_LOGERROR, in GetDHOffset2()
194 RTMP_Log(RTMP_LOGERROR, in GetDigestOffset2()
223 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't calculate DH offset (got %d), exiting!", in GetDHOffset1()
252 RTMP_Log(RTMP_LOGERROR, in GetDigestOffset1()
748 RTMP_Log(RTMP_LOGDEBUG, "%s: Client type: %02X", __FUNCTION__, clientsig[-1]); in HandShake()
775 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't initialize Diffie-Hellmann!", in HandShake()
781 RTMP_Log(RTMP_LOGDEBUG, "%s: DH pubkey position: %d", __FUNCTION__, dhposClient); in HandShake()
785 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't generate Diffie-Hellmann public key!", in HandShake()
[all …]
H A Drtmp.c215 RTMP_Log(RTMP_LOGDEBUG, in RTMPPacket_Dump()
423 RTMP_Log(RTMP_LOGDEBUG, "Connecting via SOCKS proxy: %s:%d", r->Link.sockshost.av_val, in SocksSetup()
454 RTMP_Log(RTMP_LOGDEBUG, "Protocol : %s", RTMPProtocolStrings[protocol&7]); in RTMP_SetupStream()
455 RTMP_Log(RTMP_LOGDEBUG, "Hostname : %.*s", host->av_len, host->av_val); in RTMP_SetupStream()
456 RTMP_Log(RTMP_LOGDEBUG, "Port : %d", port); in RTMP_SetupStream()
457 RTMP_Log(RTMP_LOGDEBUG, "Playpath : %s", playpath->av_val); in RTMP_SetupStream()
460 RTMP_Log(RTMP_LOGDEBUG, "tcUrl : %s", tcUrl->av_val); in RTMP_SetupStream()
462 RTMP_Log(RTMP_LOGDEBUG, "swfUrl : %s", swfUrl->av_val); in RTMP_SetupStream()
464 RTMP_Log(RTMP_LOGDEBUG, "pageUrl : %s", pageUrl->av_val); in RTMP_SetupStream()
466 RTMP_Log(RTMP_LOGDEBUG, "app : %.*s", app->av_len, app->av_val); in RTMP_SetupStream()
[all …]
H A Damf.c415 RTMP_Log(RTMP_LOGERROR, "%s, invalid type. %d", __FUNCTION__, prop->p_type); in AMFProp_Encode()
478 RTMP_Log(RTMP_LOGDEBUG, in AMF3ReadString()
509 RTMP_Log(RTMP_LOGDEBUG, "empty buffer/no buffer pointer!"); in AMF3Prop_Decode()
583 RTMP_Log(RTMP_LOGDEBUG, "AMF3_DATE reference: %d, not supported!", nIndex); in AMF3Prop_Decode()
608 RTMP_Log(RTMP_LOGDEBUG, "%s - AMF3 unknown/unsupported datatype 0x%02x, @%p", in AMF3Prop_Decode()
630 RTMP_Log(RTMP_LOGDEBUG, "%s: Empty buffer/no buffer pointer!", __FUNCTION__); in AMFProp_Decode()
636 RTMP_Log(RTMP_LOGDEBUG, in AMFProp_Decode()
647 RTMP_Log(RTMP_LOGDEBUG, in AMFProp_Decode()
700 RTMP_Log(RTMP_LOGERROR, "AMF_MOVIECLIP reserved!"); in AMFProp_Decode()
711 RTMP_Log(RTMP_LOGERROR, "AMF_REFERENCE not supported!"); in AMFProp_Decode()
[all …]
H A Dparseurl.c38 RTMP_Log(RTMP_LOGDEBUG, "Parsing..."); in RTMP_ParseURL()
52 RTMP_Log(RTMP_LOGERROR, "RTMP URL: No :// in url!"); in RTMP_ParseURL()
73 RTMP_Log(RTMP_LOGWARNING, "Unknown protocol!\n"); in RTMP_ParseURL()
78 RTMP_Log(RTMP_LOGDEBUG, "Parsed protocol: %d", *protocol); in RTMP_ParseURL()
86 RTMP_Log(RTMP_LOGWARNING, "No hostname in URL!"); in RTMP_ParseURL()
107 RTMP_Log(RTMP_LOGDEBUG, "Parsed host : %.*s", hostlen, host->av_val); in RTMP_ParseURL()
109 RTMP_Log(RTMP_LOGWARNING, "Hostname exceeds 255 characters!"); in RTMP_ParseURL()
121 RTMP_Log(RTMP_LOGWARNING, "Invalid port number!"); in RTMP_ParseURL()
128 RTMP_Log(RTMP_LOGWARNING, "No application or playpath in URL!"); in RTMP_ParseURL()
173 RTMP_Log(RTMP_LOGDEBUG, "Parsed app : %.*s", applen, p); in RTMP_ParseURL()
H A Dlog.c92 void RTMP_Log(int level, const char *format, ...) in RTMP_Log() function
122 RTMP_Log(level, "%s", line); in RTMP_LogHex()
129 RTMP_Log(level, "%s", line); in RTMP_LogHex()
152 if( i ) RTMP_Log( level, "%s", line ); in RTMP_LogHexString()
178 RTMP_Log( level, "%s", line ); in RTMP_LogHexString()
H A Dlog.h54 void RTMP_Log(int level, const char *format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
58 void RTMP_Log(int level, const char *format, ...);
H A Dhashswf.c163 RTMP_Log(RTMP_LOGERROR, "%s, No SSL/TLS support", __FUNCTION__); in HTTP_get()
171 RTMP_Log(RTMP_LOGERROR, "%s, TLS_Connect failed", __FUNCTION__); in HTTP_get()
187 RTMP_Log(RTMP_LOGERROR, "%s, Setting socket timeout to %ds failed!", in HTTP_get()
610 RTMP_Log(RTMP_LOGERROR, "%s: connection lost while downloading swfurl %s", in RTMP_HashSWF()
613 RTMP_Log(RTMP_LOGERROR, "%s: swfurl %s not found", __FUNCTION__, url); in RTMP_HashSWF()
615 RTMP_Log(RTMP_LOGERROR, "%s: couldn't contact swfurl %s (HTTP error %d)", in RTMP_HashSWF()
630 RTMP_Log(RTMP_LOGERROR, in RTMP_HashSWF()
H A Ddh.h210 RTMP_Log(RTMP_LOGERROR, "DH public key must be at least 2"); in isValidPublicKey()
220 RTMP_Log(RTMP_LOGERROR, "DH public key must be at most p-2"); in isValidPublicKey()
238 RTMP_Log(RTMP_LOGWARNING, "DH public key does not fulfill y^q mod p = 1"); in isValidPublicKey()