Topic - MPEG-TS doesn't play



Reply to this topic

Topic Starter Learner99 - Posted on Friday, November 4 2011 05:25:41 PM
I'm using MPlayer to play an MPEG-TS file, and it is not playing. I can play it using VLC. Since I'm writing the MPEG-TS muxer, I would like to understand why it doesn't play under MPlayer. I would really appreciate any help or advice on where to search/debug.

Here is the logfile.

Thanks!

C:/Program Files (x86)/SMPlayer/mplayer/mplayer.exe -noquiet -nofs -nomouseinput -demuxer mpegts -vc ffcdgraphics -sub-fuzziness 1 -identify -slave -vo direct3d -nokeepaspect -priority abovenormal -framedrop -nodr -double -wid 10357012 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles C:/Users/gegnal/.smplayer/styles.ass -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp ISO-8859-1 -vid 256 -subpos 100 -volume 50 -nocache -osdlevel 0 -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 C:/Projects/testImages/MovingCar256x25630Frames.ts

MPlayer Sherpya-SVN-r30369-4.2.5 (C) 2000-2009 MPlayer Team
Setting process priority: abovenormal

Playing C:/Projects/testImages/MovingCar256x25630Frames.ts.

TS file format detected.
PROGRAM_ID=1 (0x01), PMT_PID: 4095(0xFFF)
TS_PARSE: COULDN'T SYNC
VIDEO H264(pid=256) NO AUDIO! NO SUBS (yet)! PROGRAM N. 1
ID_VIDEO_ID=256
PROGRAM_ID=1 (0x01), PMT_PID: 4095(0xFFF)
FPS not specified in the header or invalid, use the -fps option.
No stream found.


Exiting... (End of file)
ID_EXIT=EOF
Learner99 - Posted on Friday, November 4 2011 05:40:43 PM
If I use the MPLayer command line, I get similar results. Again, any help appreciated...


mplayer.exe -vid 256 c:\Projects\testImages\MovingCar256x25630Frames.ts

MPlayer Sherpya-SVN-r30369-4.2.5 (C) 2000-2009 MPlayer Team

Playing c:\Projects\testImages\MovingCar256x25630Frames.ts.
TS file format detected.
TS_PARSE: COULDN'T SYNC
VIDEO H264(pid=256) NO AUDIO! NO SUBS (yet)! PROGRAM N. 1
FPS not specified in the header or invalid, use the -fps option.
No stream found.


Exiting... (End of file)