Opened 18 years ago

Closed 18 years ago

#3813 closed defect (fixed)

DVB capture of H264 streams fails most of the time

Reported by: anonymous Owned by: danielk
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords: DVB H264
Cc: Ticket locked: no

Description

When trying to capture a H264 stream over DVB, for some reason, "_buffer_packets" stays "true" and data never gets written to the actual ring buffer file in DTVRecorder::BufferedWrite

The attached patch fixes it. Since MPEG2 works, I made the handling of the buffer uniform across H264 and MPEG2.

Attachments (1)

h264-capture.patch (1.0 KB ) - added by Ananth Rao 18 years ago.

Download all attachments as: .zip

Change History (4)

by Ananth Rao, 18 years ago

Attachment: h264-capture.patch added

comment:1 by danielk, 18 years ago

Owner: changed from Isaac Richards to danielk

comment:2 by anonymous, 18 years ago

Is there a chance this will make it to the trunk?

comment:3 by danielk, 18 years ago

Resolution: fixed
Status: newclosed

(In [14603]) Fixes #3813. Fixes buffering issue with H.264 in DVB Recorder by extending the mechanism already used by the iptv recorder and for MPEG-2 streams in the DVB Recorder with patch from Ananth Rao.

Note: See TracTickets for help on using tickets.