[MPlayer-users] MPlayer not playing HTTP video stream for one specific content from the same source

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jul 3 22:19:37 EEST 2017


On Tue, Jun 27, 2017 at 02:42:51PM +0800, Joel Ng wrote:
> Playing the dumped file directly has no issue. Piping the dumped file via
> stdin also has no issue.

Just to double-check, did you actually pipe it?
Or did you do something like:
mplayer -noconsolecontrols  - < stream.dump
That one doesn't behave like the streaming case, because
MPlayer actually gets full access to the file.
You need to do it the way that normally is considered
horrible style (because it needlessly can create issues):
cat stream.dump | mplayer -noconsolecontrols  -


More information about the MPlayer-users mailing list