Opened 15 years ago

Closed 15 years ago

#8264 closed defect (invalid)

patches for network recorder / freebox

Reported by: Emmanuel Anne <emmanuel.anne@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.23
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This is a very small patch, but it does wonders for me :

  • allows to access all the channels which share the same channel number in the playlist.m3u file (it just generates new channels numbers on the fly like what vlc does).
  • disable some error detection on psip and pes data which prevented some channels to be accessed - mpeg2 video + mp2 audio notably. This bug was in 0.22+fixes, 0.23-rc1 and trunk of yesterday. It's not really a fix, more a workaround since it just disables things which prevented the channels from working.

Also, even with this patch, 2 channels still don't work, it's because they use the avc h264 video codec :

Stream #0 pid(0x44) type(video-h264 0x1b) Stream #1 pid(0x45) type(audio-aac 0xf)

Here I don't really know why this video codec is broken. Anyway this patch is a big improvement for me, so I hope you'll find it useful !

Attachments (1)

patch1 (2.8 KB) - added by Emmanuel Anne <emmanuel.anne@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Emmanuel Anne <emmanuel.anne@…>

Attachment: patch1 added

comment:1 Changed 15 years ago by danielk

Resolution: invalid
Status: newclosed

Ignoring failed CRC's willy nilly is not a good idea. This patch may be useful in diagnosing some problem but will never be applied as is.

Note: See TracTickets for help on using tickets.