| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 163 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() 229 RTMP_Log(RTMP_LOGERROR, "%s, error decoding meta data packet", in OpenResumeFile() 314 RTMP_Log(RTMP_LOGERROR, in GetLastKeyframe() 322 RTMP_Log(RTMP_LOGERROR, "Couldn't read prevTagSize from file!"); in GetLastKeyframe() 331 RTMP_Log(RTMP_LOGERROR, "Couldn't find keyframe to resume from!"); in GetLastKeyframe() 337 RTMP_Log(RTMP_LOGERROR, in GetLastKeyframe() 348 RTMP_Log(RTMP_LOGERROR, "Couldn't read header!"); in GetLastKeyframe() [all …]
|
| H A D | rtmpgw.c | 368 RTMP_Log(RTMP_LOGERROR, "Request timeout/select failed, ignoring request"); in processTCPrequest() 475 RTMP_Log(RTMP_LOGERROR, in processTCPrequest() 482 RTMP_Log(RTMP_LOGERROR, in processTCPrequest() 566 RTMP_Log(RTMP_LOGERROR, "Couldn't parse URL: %s", req.fullUrl.av_val); in processTCPrequest() 600 RTMP_Log(RTMP_LOGERROR, "%s, sending failed, error: %d", __FUNCTION__, in processTCPrequest() 687 RTMP_Log(RTMP_LOGERROR, "%s: accept failed", __FUNCTION__); in serverThread() 704 RTMP_Log(RTMP_LOGERROR, "%s, couldn't create socket", __FUNCTION__); in startStreaming() 715 RTMP_Log(RTMP_LOGERROR, "%s, TCP bind failed for port number: %d", __FUNCTION__, in startStreaming() 722 RTMP_Log(RTMP_LOGERROR, "%s, listen failed", __FUNCTION__); in startStreaming() 752 RTMP_Log(RTMP_LOGERROR, "%s: Failed to close listening socket, error %d", in stopStreaming() [all …]
|
| H A D | rtmpsuck.c | 177 RTMP_Log(RTMP_LOGERROR, "%s, error decoding invoke packet", __FUNCTION__); in ServeInvoke() 597 RTMP_Log(RTMP_LOGERROR, "Couldn't reallocate memory!"); in WriteStream() 651 RTMP_Log(RTMP_LOGERROR, in WriteStream() 757 RTMP_Log(RTMP_LOGERROR, "Request timeout/select failed, ignoring request"); in doServe() 767 RTMP_Log(RTMP_LOGERROR, "Handshake failed"); in doServe() 827 RTMP_Log(RTMP_LOGERROR, "Request timeout/select failed, ignoring request"); in doServe() 943 …RTMP_Log(RTMP_LOGERROR, "%s, server requested SWF verification, need CRYPTO support! ", __FUNCTION… in doServe() 1048 RTMP_Log(RTMP_LOGERROR, "%s: accept failed", __FUNCTION__); in serverThread() 1065 RTMP_Log(RTMP_LOGERROR, "%s, couldn't create socket", __FUNCTION__); in startStreaming() 1080 RTMP_Log(RTMP_LOGERROR, "%s, TCP bind failed for port number: %d", __FUNCTION__, in startStreaming() [all …]
|
| H A D | rtmpsrv.c | 484 RTMP_Log(RTMP_LOGERROR, "%s, error decoding invoke packet", __FUNCTION__); in ServeInvoke() 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() 981 RTMP_Log(RTMP_LOGERROR, "%s: accept failed", __FUNCTION__); in serverThread() 998 RTMP_Log(RTMP_LOGERROR, "%s, couldn't create socket", __FUNCTION__); in startStreaming() 1013 RTMP_Log(RTMP_LOGERROR, "%s, TCP bind failed for port number: %d", __FUNCTION__, in startStreaming() 1020 RTMP_Log(RTMP_LOGERROR, "%s, listen failed", __FUNCTION__); in startStreaming() 1050 RTMP_Log(RTMP_LOGERROR, "%s: Failed to close listening socket, error %d", in stopStreaming() 1129 RTMP_Log(RTMP_LOGERROR, "Failed to start RTMP server, exiting!"); in main()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | handshake.h | 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() 775 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't initialize Diffie-Hellmann!", in HandShake() 785 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't generate Diffie-Hellmann public key!", in HandShake() 792 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't write public key!", __FUNCTION__); in HandShake() 863 …RTMP_Log(RTMP_LOGERROR, "Couldn't verify the server digest"); /* continuing anyway will probably f… in HandShake() 1114 RTMP_Log(RTMP_LOGERROR, "%s: Unknown version %02x", in SHandShake() 1163 RTMP_Log(RTMP_LOGERROR, "%s: Couldn't initialize Diffie-Hellmann!", in SHandShake() [all …]
|
| H A D | rtmp.c | 613 RTMP_Log(RTMP_LOGERROR, "Valid RTMP options are:\n"); in RTMP_OptUsage() 615 RTMP_Log(RTMP_LOGERROR, "%10s %-7s %s\n", options[i].name.av_val, in RTMP_OptUsage() 749 RTMP_Log(RTMP_LOGERROR, "Unknown option %s", opt->av_val); in RTMP_SetOpt() 891 RTMP_Log(RTMP_LOGERROR, "Problem accessing the DNS. (addr: %s)", hostname); in add_addr_info() 919 RTMP_Log(RTMP_LOGERROR, "%s, failed to connect socket. %d (%s)", in RTMP_Connect0() 930 RTMP_Log(RTMP_LOGERROR, "%s, SOCKS negotiation failed.", __FUNCTION__); in RTMP_Connect0() 938 RTMP_Log(RTMP_LOGERROR, "%s, failed to create socket. Error: %d", __FUNCTION__, in RTMP_Connect0() 949 RTMP_Log(RTMP_LOGERROR, "%s, Setting socket timeout to %ds failed!", in RTMP_Connect0() 967 RTMP_Log(RTMP_LOGERROR, "%s, TLS_Connect failed", __FUNCTION__); in RTMP_TLS_Accept() 986 RTMP_Log(RTMP_LOGERROR, "%s, TLS_Connect failed", __FUNCTION__); in RTMP_Connect1() [all …]
|
| H A D | hashswf.c | 163 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 D | amf.c | 415 RTMP_Log(RTMP_LOGERROR, "%s, invalid type. %d", __FUNCTION__, prop->p_type); in AMFProp_Encode() 700 RTMP_Log(RTMP_LOGERROR, "AMF_MOVIECLIP reserved!"); in AMFProp_Decode() 711 RTMP_Log(RTMP_LOGERROR, "AMF_REFERENCE not supported!"); in AMFProp_Decode() 770 RTMP_Log(RTMP_LOGERROR, "AMF_RECORDSET reserved!"); in AMFProp_Decode() 776 RTMP_Log(RTMP_LOGERROR, "AMF_TYPED_OBJECT not supported!"); in AMFProp_Decode() 905 RTMP_Log(RTMP_LOGERROR, "AMF_Encode - failed to encode property in index %d", in AMF_Encode() 940 RTMP_Log(RTMP_LOGERROR, "AMF_Encode - failed to encode property in index %d", in AMF_EncodeEcmaArray() 975 RTMP_Log(RTMP_LOGERROR, "AMF_Encode - failed to encode property in index %d", in AMF_EncodeArray() 1044 RTMP_Log(RTMP_LOGERROR, in AMF3_Decode() 1201 RTMP_Log(RTMP_LOGERROR, in AMF_Decode()
|
| H A D | log.h | 42 { RTMP_LOGCRIT=0, RTMP_LOGERROR, RTMP_LOGWARNING, RTMP_LOGINFO, enumerator
|
| H A D | dh.h | 210 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()
|
| H A D | log.c | 35 RTMP_LogLevel RTMP_debuglevel = RTMP_LOGERROR;
|
| H A D | parseurl.c | 52 RTMP_Log(RTMP_LOGERROR, "RTMP URL: No :// in url!"); in RTMP_ParseURL()
|