Lines Matching refs:RTMP_Log
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()
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()
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()
355 RTMP_Log(RTMP_LOGDEBUG, "%02X: TS: %d ms", buffer[0], ts); in GetLastKeyframe()
369 RTMP_Log(RTMP_LOGDEBUG, in GetLastKeyframe()
387 RTMP_Log(RTMP_LOGERROR, "Couldn't read last keyframe, aborting!"); in GetLastKeyframe()
400 RTMP_Log(RTMP_LOGERROR, in GetLastKeyframe()
404 RTMP_Log(RTMP_LOGDEBUG, "Last keyframe found at: %d ms, size: %d, type: %02X", *dSeek, in GetLastKeyframe()
459 RTMP_Log(RTMP_LOGDEBUG, "Continuing at TS: %d ms\n", rtmp->m_read.timestamp); in Download()
524 RTMP_Log(RTMP_LOGERROR, "%s: Failed writing, exiting!", __FUNCTION__); in Download()
541 RTMP_Log(RTMP_LOGDEBUG, in Download()
586 RTMP_Log(RTMP_LOGDEBUG, "zero read!"); in Download()
616 RTMP_Log(RTMP_LOGDEBUG, "RTMP_Read returned: %d", nRead); in Download()
812 RTMP_Log(RTMP_LOGERROR, in main()
881 RTMP_Log(RTMP_LOGWARNING, in main()
892 RTMP_Log(RTMP_LOGERROR, "SWF Size must be at least 1, ignoring\n"); in main()
909 RTMP_Log(RTMP_LOGERROR, "SWF Age must be non-negative, ignoring\n"); in main()
922 RTMP_Log(RTMP_LOGERROR, in main()
928 RTMP_Log(RTMP_LOGDEBUG, "Number of skipped key frames for resume: %d", in main()
937 RTMP_Log(RTMP_LOGERROR, in main()
967 RTMP_Log(RTMP_LOGERROR, "Unknown protocol specified: %d", protocol); in main()
987 RTMP_Log(RTMP_LOGWARNING, "Couldn't parse the specified url (%s)!", in main()
1044 RTMP_Log(RTMP_LOGERROR, "Invalid AMF parameter: %s", optarg); in main()
1092 RTMP_Log(RTMP_LOGERROR, in main()
1098 RTMP_Log(RTMP_LOGERROR, in main()
1105 RTMP_Log(RTMP_LOGWARNING, in main()
1111 RTMP_Log(RTMP_LOGWARNING, in main()
1127 RTMP_Log(RTMP_LOGWARNING, in main()
1134 RTMP_Log(RTMP_LOGWARNING, in main()
1141 RTMP_Log(RTMP_LOGWARNING, "Can't resume live stream, ignoring --resume option"); in main()
1157 RTMP_Log(RTMP_LOGWARNING, in main()
1164 RTMP_Log(RTMP_LOGWARNING, in main()
1191 RTMP_Log(RTMP_LOGWARNING, in main()
1207 RTMP_Log(RTMP_LOGERROR, "Couldn't parse URL: %s", fullUrl.av_val); in main()
1239 RTMP_Log(RTMP_LOGDEBUG, "Failed to get last keyframe."); in main()
1245 RTMP_Log(RTMP_LOGDEBUG, in main()
1277 RTMP_Log(RTMP_LOGDEBUG, "Setting buffer time to: %dms", bufferTime); in main()
1291 RTMP_Log(RTMP_LOGINFO, "Connected..."); in main()
1299 RTMP_Log(RTMP_LOGWARNING, in main()
1333 RTMP_Log(RTMP_LOGERROR, "Failed to resume the stream\n\n"); in main()
1340 RTMP_Log(RTMP_LOGINFO, "Connection timed out, trying to resume.\n\n"); in main()
1358 RTMP_Log(RTMP_LOGERROR, "Failed to resume the stream\n\n"); in main()
1368 RTMP_Log(RTMP_LOGERROR, "Failed to resume the stream\n\n"); in main()
1404 RTMP_Log(RTMP_LOGDEBUG, "Closing connection.\n"); in main()