From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 12 11:41:21 2015 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6808360 for ; Sun, 12 Apr 2015 11:41:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 820636E6 for ; Sun, 12 Apr 2015 11:41:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CBfLHl051787 for ; Sun, 12 Apr 2015 11:41:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 199386] multimedia/livestreamer slow start up mplayer/mplayer2 on some streaming video. Date: Sun, 12 Apr 2015 11:41:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nox@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 11:41:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199386 Juergen Lock changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nox@FreeBSD.org --- Comment #4 from Juergen Lock --- Hmm. I'm inclined to think this issue is with mplayer/mplayer2 since livestreamer just passes the stream to the player on stdin... I tested: livestreamer http://www.ustream.tv/channel/nasa-hd-tv worst -p mplayer and indeed mplayer took > 10s to startup, mplayer2 didn't even start at all ("[cli][info] Player closed"), while -p mpv or -p ffplay like the default of vlc started immediately. And now I tried mplayer2 with -v and got: % livestreamer http://www.ustream.tv/channel/nasa-hd-tv worst -v -p mplayer [cli][info] Found matching plugin ustreamtv for URL http://www.ustream.tv/channel/nasa-hd-tv [cli][info] Available streams: 240p, 240p_alt_akamai, 720p+ (best), 720p+_alt_akamai, mobile_240p (worst) [cli][info] Opening stream: mobile_240p (hls) [cli][info] Starting player: mplayer MPlayer2 UNKNOWN (C) 2000-2012 MPlayer Team Cannot open file '/home/nox/.mplayer/input.conf': No such file or directory Failed to open /home/nox/.mplayer/input.conf. Cannot open file '/usr/local/etc/mplayer/input.conf': No such file or directory Failed to open /usr/local/etc/mplayer/input.conf. Playing -. Reading from stdin... Detected file format: MPEG-TS (MPEG-2 Transport Stream) (libavformat) Assertion v>0 && v<=(1 ? 32 : 16) failed at libavutil/mem.c:226 MPlayer interrupted by signal 6 in module: demux_open - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. [cli][info] Player closed [cli][info] Stream ended % ..so it clearly looks like mplayer2 not liking that particular stream. -- You are receiving this mail because: You are the assignee for the bug.