mathieugouin / rpiDvr

Using a Raspberry Pi micro-computer as a DVR to record free over the air HD channels.
https://mathieugouin.github.io/rpiDvr
GNU General Public License v3.0
9 stars 0 forks source link

Some TV recording files crash kodi when played back #22

Closed mathieugouin closed 1 year ago

mathieugouin commented 7 years ago

When an OTA completed recorded file is played back (.ts file), kodi crash.

mathieugouin commented 7 years ago

Not sure correct error log:

ERROR: ffmpeg[5D4BF3B0]: [mpeg2video] Invalid frame dimensions 0x0.
11:50:49 265309.843750 T:1565258672   DEBUG: ffmpeg[5D4BF3B0]: [mpegts] max_analyze_duration 500000 reached at 500500 microseconds st:0
11:50:49 265309.843750 T:1565258672   DEBUG: ffmpeg[5D4BF3B0]: [mpegts] PES packet size mismatch
11:50:49 265309.843750 T:1565258672   DEBUG: Open - av_find_stream_info finished
mathieugouin commented 7 years ago

format_familial_no_error

mathieugouin commented 7 years ago

format_familial_no_error_status

mathieugouin commented 7 years ago

The recording was recorded without any data or transport error. Refer to both screenshot above.

mathieugouin commented 7 years ago

Log file from boot up to crash:

http://paste.ubuntu.com/24055071/

mathieugouin commented 7 years ago

Check if the cause:

ERROR: COMXAudioCodecOMX::GetData Unexpected change of size (18432->36864)
mathieugouin commented 1 year ago

Does not happen anymore. Cannot reproduce.