Opened 17 years ago

Closed 17 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 17 years ago.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by Ananth Rao

Attachment: h264-capture.patch added

comment:1 Changed 17 years ago by danielk

Owner: changed from Isaac Richards to danielk

comment:2 Changed 17 years ago by anonymous

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

comment:3 Changed 17 years ago by danielk

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.