[mythtv-commits] Ticket #13338: Add support for playback of requested Live TV channel from Frontend Services API

MythTV noreply at mythtv.org
Fri Oct 26 15:16:16 UTC 2018


#13338: Add support for playback of requested Live TV channel from Frontend
Services API
----------------------------------+-----------------------------------
     Reporter:  jrrandall         |      Owner:  (none)
         Type:  Patch - Feature   |     Status:  new
     Priority:  minor             |  Milestone:  needs_triage
    Component:  MythTV - General  |    Version:  Master Head
     Severity:  medium            |   Keywords:  frontend services API
Ticket locked:  0                 |
----------------------------------+-----------------------------------
 The pull request URL is [https://github.com/MythTV/mythtv/pull/173]

 Needs code review and independent testing.

 This is a simple change to extend the Frontend Services API with a new
 POST method for requesting Live TV playback tuned to a specific channel
 ID.

 - Makes sure requested ChanID is "valid" i.e. non-negative, non-zero.
 - Checks current state of frontend GUI and attempts to change to Live TV.
 - If current state is Live TV then requested channel identifier passed to
 network control for tuning.

 ----

 == PlayLiveTV

 The PlayLiveTV API takes the following arguments:

 ChanId ('''Required''')
     '''Parameter Type:''' Integer

     '''Parameter Description:''' The database channel id for tuning.

 Example Query:

 {{{
 http://FrontendIP:6547/Frontend/PlayLiveTV?ChanId=1234
 }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13338>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list