[MPlayer-dev-eng] hinting that user should increase -tsprobe

Godmar Back godmar at gmail.com
Fri Apr 1 22:18:28 CEST 2011


After spending 2 hours debugging mplayer to figure out why my new camera's
1080/60 files were playing without audio, I discovered TS_MAX_PROBE_SIZE
(which needs to be at least 2320000 for these files) and -tsprobe.

Perhaps the following patch idea would help users:

$ svn diff libmpdemux/demux_ts.c
Index: libmpdemux/demux_ts.c
===================================================================
--- libmpdemux/demux_ts.c (revision 33183)
+++ libmpdemux/demux_ts.c (working copy)
@@ -899,7 +899,7 @@
  audio_found = 0;
  param->atype = UNKNOWN;
  //WE DIDN'T MATCH ANY AUDIO STREAM, SO WE FORCE THE DEMUXER TO IGNORE
AUDIO
- mp_msg(MSGT_DEMUXER, MSGL_INFO, "NO AUDIO! ");
+ mp_msg(MSGT_DEMUXER, MSGL_INFO, "NO AUDIO! (try increasing -tsprobe)");
  }

  if(IS_SUB(param->stype))


More information about the MPlayer-dev-eng mailing list