Changes between Initial Version and Version 1 of Ticket #12067


Ignore:
Timestamp:
Jan 23, 2015, 6:01:28 PM (9 years ago)
Author:
Karl Egly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12067

    • Property Owner set to JYA
    • Property Component changed from MythTV - General to MythTV - Recording
  • Ticket #12067 – Description

    initial v1  
    33This patch converts the Ceton tuner from using QHttp to using MythDownloadManager.  This allows a common implementation to work in both Qt4 and (future) Qt5.
    44
    5 This patch depends on the patches in ticket 12066 to MythDownloadManager to request that any caching is bypassed.
     5This patch depends on the patches in ticket #12066 to MythDownloadManager to request that any caching is bypassed.
    66
    77This patch has been only lightly tested.  While I do not own a Ceton card, I did create a Ceton "emulator" that responds to the various MythTV requests as what I think a Ceton card would do, and the code appear to work.  However, as with all else, emulators are not always as good as the real thing (and I am not about to spend US $299 for an ethernet based Ceton device just for testing purposes).  Testing by someone with an actual Ceton device before committing to master would be highly advisable.  In addition, while developed and tested using the emulator on a Qt 4.8 system, it was only even more lightly tested (if that is possible) on a Qt5 system.
    88
    9 This patch replaces the parts of ticket 11871 that deal with cetonstreamhandler{h|cpp} that marked and indicated that the Ceton tuner was not yet being ported to Qt5 (since this ticket provides the patch that ports it).
     9This patch replaces the parts of ticket #11871 that deal with cetonstreamhandler{h|cpp} that marked and indicated that the Ceton tuner was not yet being ported to Qt5 (since this ticket provides the patch that ports it).
    1010
    1111