Opened 15 years ago

Closed 15 years ago

#6501 closed defect (fixed)

Change to max_video_queue_size to play some videos

Reported by: jyavenard@… Owned by: Janne Grunau
Priority: minor Milestone: 0.22
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In r18805, max_video_queue_size was set to 100 to play videos from HD-PVR.

Those two videos, (from New Zealand FTA) do not play properly with max_video_queue_size set to 100.

http://www.mythtv.co.nz/mythtv/dtt/video/12005_20090426120148.mpg http://www.mythtv.co.nz/mythtv/dtt/video/12022_20090426120606.mpg

When playing you get a lot of messages like: "Audio 686 ms behind video but already 100 video frames queued. AV-Sync might be broken. "

If you change max_video_queue_size to 160 and more, it will start playing okay.

I set it to 200 just in case ...

Attachments (1)

avformatdecoder.patch (479 bytes) - added by jyavenard@… 15 years ago.
Change to max_video_queue_size

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by jyavenard@…

Attachment: avformatdecoder.patch added

Change to max_video_queue_size

comment:1 Changed 15 years ago by jyavenard@…

Sorry, got an error when submitting and I didn't set the title properly.

Title should read: Change to max_video_queue_size to play some videos

comment:2 Changed 15 years ago by paulh

Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned
Summary: ChangeChange to max_video_queue_size to play some videos

comment:3 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: assignedclosed

(In [21464]) increases the maximal number of queued video packets to 180. Fixes #6501

Note: See TracTickets for help on using tickets.