From owner-freebsd-multimedia@freebsd.org Sat Sep 12 13:35:53 2015 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99B52A02979 for ; Sat, 12 Sep 2015 13:35:53 +0000 (UTC) (envelope-from vajniy.alexei@yandex.ru) Received: from forward14p.cmail.yandex.net (forward14p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::be]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53CDD1E66 for ; Sat, 12 Sep 2015 13:35:53 +0000 (UTC) (envelope-from vajniy.alexei@yandex.ru) Received: from web27g.yandex.ru (web27g.yandex.ru [IPv6:2a02:6b8:0:1402::37]) by forward14p.cmail.yandex.net (Yandex) with ESMTP id 54B3C21500 for ; Sat, 12 Sep 2015 16:34:52 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web27g.yandex.ru (Yandex) with ESMTP id EF27A53019B3; Sat, 12 Sep 2015 16:34:51 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1442064892; bh=jpP+t2blFyCTyZrCa3W4vnIfC9WDYawxTPwAiILf528=; h=From:To:Subject:Date; b=a24MPhLYpiqRh7d0R4JqBTeqZRwThTCFGc5aWVBDHwfQ2RyK8+4ODhkQ6mPrgNWCv 7l+d0ZxuT6opDMEy4Ut12s2Fy7m4f3fVKQn/l5p+4tSPWWR0vmvbxhiZ7r9s0qKetK bhvskamGo0TM1vwouSnBQL935z2Yc3F1yWiUEbFM= Received: by web27g.yandex.ru with HTTP; Sat, 12 Sep 2015 16:34:51 +0300 From: =?koi8-r?B?wczFy9PFyiDXwdbO2co=?= Envelope-From: vajniy-alexei@yandex.ru To: freebsd-multimedia@freebsd.org Subject: high cpu load while watching html5 video in firefox MIME-Version: 1.0 Message-Id: <1918401442064891@web27g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 12 Sep 2015 16:34:51 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Sat, 12 Sep 2015 13:53:18 +0000 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 13:35:53 -0000 Hello, I am getting 70-80% cpu load when playing any youtube video. But when i download mp4 file manually and watch it with gst-play-1.0 everything is alright and cpu load is around 3-5%. In both cases i can see that output in console: libva info: VA-API version 0.38.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/local/lib/va/i965_drv_video.so libva info: Found init function __vaDriverInit_0_38 libva info: va_openDriver() returns 0 Versions of packages installed: firefox-esr-38.2.1 gstreamer1-1.4.5_1 gstreamer1-libav-1.4.5 gstreamer1-plugins-1.4.5_2 gstreamer1-plugins-all-1.4_1 gstreamer1-plugins-bad-1.4.5_1 gstreamer1-plugins-faad-1.4.5 gstreamer1-plugins-good-1.4.5 gstreamer1-plugins-mpeg2dec-1.4.5 gstreamer1-plugins-mpeg2enc-1.4.5 gstreamer1-plugins-opus-1.4.5 gstreamer1-plugins-ugly-1.4.5 gstreamer1-plugins-vpx-1.4.5_1 gstreamer1-plugins-x264-1.4.5_1 gstreamer1-vaapi-0.5.10_1 May be i am doing something wrong? It's the same with the clear firefox profile.