[mythtv-commits] Ticket #9824: [PATCH] MythPlayer: Fix playback of dvb-s radio channels
MythTV
noreply at mythtv.org
Mon Nov 14 11:15:48 UTC 2011
#9824: [PATCH] MythPlayer: Fix playback of dvb-s radio channels
-------------------------------------------------+-------------------------
Reporter: Lawrence Rust <lvr@…> | Owner: markk
Type: Patch - Bug Fix | Status:
Priority: minor | accepted
Component: MythTV - General | Milestone: 0.25
Severity: medium | Version:
Keywords: | 0.24-fixes
| Resolution:
| Ticket locked: 0
-------------------------------------------------+-------------------------
Comment (by Github):
RingBuffer: Low bitrate optimisations.
This adds a special case operation for low bitrate streams (e.g. dvb
radio and MHEG/interactive only) where the existing fill requirements
were high enough that, for live tv and in-progress recordings, the
buffer would not fill in time and playaback could and would fail.
I've tried to ensure this is triggered only as needed but there is still
the possibility that faulty bitrate detection may enable it (though even
in that case there should, fingers crossed, be no adverse effects).
There are still at least 2 other problems playing these very low.
Initial stream scanning of MHEG only streams can take over 20 seconds -
as the initial probe still requires 32Kb of data - and stopping playback
is problematic as the decoder thread is not exiting correctly.
Refs #9824
Branch: master
Changeset: d207a0bddddac4cb015746e2a4b4e5f841897c8c
--
Ticket URL: <http://code.mythtv.org/trac/ticket/9824#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list