[mythtv-commits] mythtv/master commit: 2ff55a0f2 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Sat Dec 3 05:16:15 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-12-02T21:11:46-08:00
   Push Date:  2011/12/02 21:15:47 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  2ff55a0f27bea8107a524521d313921c191e636d
   Changeset:  https://github.com/MythTV/mythtv/commit/2ff55a0f2

Log:

Content API: Add a GetFilteredLiveStreamList API.

This is a simple API that allows narrowing the list of available
live streams by filename.  In a sense, it can ask as an "exists"
for streams made from an input file.  If a client app produces
multiple streams at multiple resolutions, this API would allow
one to return a list only of those streams, rather than having
to parse the list of all available streams.

Usage:

http://BackendServerIP:6544/Content/GetFilteredLiveStreamList?FileName=foo.ext

Modified:

   mythtv/libs/libmythservicecontracts/services/contentServices.h
   mythtv/libs/libmythtv/httplivestream.cpp
   mythtv/libs/libmythtv/httplivestream.h
   mythtv/programs/mythbackend/services/content.cpp
   mythtv/programs/mythbackend/services/content.h



More information about the mythtv-commits mailing list