Lines Matching refs:RTMP_Log

368       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()
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()
630 RTMP_Log(RTMP_LOGDEBUG, "zero read!"); in processTCPrequest()
680 RTMP_Log(RTMP_LOGDEBUG, "%s: accepted connection from %s\n", __FUNCTION__, in serverThread()
683 RTMP_Log(RTMP_LOGDEBUG, "%s: processed request\n", __FUNCTION__); in serverThread()
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()
806 RTMP_Log(RTMP_LOGWARNING, in ParseOption()
817 RTMP_Log(RTMP_LOGERROR, "SWF Size must be at least 1, ignoring\n"); in ParseOption()
836 RTMP_Log(RTMP_LOGERROR, "SWF Age must be non-negative, ignoring\n"); in ParseOption()
850 RTMP_Log(RTMP_LOGERROR, in ParseOption()
877 RTMP_Log(RTMP_LOGERROR, "Unknown protocol specified: %d, using default", in ParseOption()
902 RTMP_Log(RTMP_LOGWARNING, "Couldn't parse the specified url (%s)!", arg); in ParseOption()
1146 RTMP_Log(RTMP_LOGERROR, in main()
1160 RTMP_Log(RTMP_LOGERROR, in main()
1190 RTMP_Log(RTMP_LOGERROR, "Failed to start HTTP server, exiting!"); in main()
1200 RTMP_Log(RTMP_LOGDEBUG, "Done, exiting..."); in main()