Ticket #6720 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
m2ts playback broken by ffmpeg resync
| Reported by: | robert.mcnamara@… | Owned by: | janne |
|---|---|---|---|
| Priority: | major | Milestone: | 0.22 |
| Component: | MythTV - Video Playback | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Since the ffmpeg sync, playback of direct-from-bluray m2ts files is broken. Attempt to play them begin with an extremely long pause of a minute or two, then a segfault. Backtrace and log with -v most attached. Small sample has the pause but eventually plays back, and the network traffic seems to imply that a large amount of data is being transferred. Large files crash every time.
Attachments
Change History
Changed 4 years ago by robert.mcnamara@…
- Attachment m2tsfail.log.gz added
comment:1 Changed 4 years ago by robert.mcnamara@…
Note that this segfault is harder to trigger with gdb running-- Between pressing the "play" button and the segfault, exactly 2GB of data is transferred. Seems that it's trying to parse all the way through the file rather than play it.
comment:2 Changed 4 years ago by robert.mcnamara@…
Behavior of the bug has changed slightly. Now the video plays after *exactly* two minutes. Note the log output here:
2009-07-19 22:12:46.720 TV: StartPlayer?(0, Watching Video, main) -- begin 2009-07-19 22:13:46.248 Tuning to 'MPEG Program 0' pnum: 0x0 without CRC check on PMT 2009-07-19 22:14:46.041 AFD: Stream #0, has id 0x1011 codec id H264, type Video, bitrate 0 at 0x2a450f0
But while it now plays, sometime in the past several days, all decoding of the video has been broken in these files. See attached log.
comment:3 Changed 4 years ago by robert.mcnamara@…
20 MB Sample that exhibits some delay (not the full delay, file is too small) and shows decode errors:
comment:4 Changed 4 years ago by janne
- Owner changed from ijr to janne
- Status changed from new to accepted
- Milestone changed from unknown to 0.22
comment:5 Changed 4 years ago by janne
comment:6 Changed 4 years ago by janne
- Status changed from accepted to closed
- Resolution set to fixed
reported as fixed on irc

Log with -v most