[Bug 199386] multimedia/livestreamer slow start up mplayer/mplayer2 on some streaming video.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 12 11:41:21 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199386

Juergen Lock <nox at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nox at FreeBSD.org

--- Comment #4 from Juergen Lock <nox at FreeBSD.org> ---
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.


More information about the freebsd-multimedia mailing list