[mythtv-commits] Ticket #12168: Extend IPTV recorder to support TS streams over HTTP 0.27

MythTV noreply at mythtv.org
Sat Jun 27 18:23:38 UTC 2015


#12168: Extend IPTV recorder to support TS streams over HTTP 0.27
----------------------------------+----------------------------
 Reporter:  lincoln@…             |          Owner:  paulh
     Type:  Patch - Feature       |         Status:  closed
 Priority:  minor                 |      Milestone:  0.28
Component:  MythTV - Recording    |        Version:  0.27-fixes
 Severity:  medium                |     Resolution:  fixed
 Keywords:  IPTV, HTTP, DREAMBOX  |  Ticket locked:  0
----------------------------------+----------------------------
Changes (by Lincoln Rogers <lincoln@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"dcf71a2223653632ff3cda79c94c6d9b6bbe29be/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="dcf71a2223653632ff3cda79c94c6d9b6bbe29be"
 Extend IPTV recorder to support TS streams over HTTP

 1. Subclass IPTVStreamHandler to HTTPStreamHandler to add IPTV stream
 support
    for Http TS streams.
 2. Extend iptvtuningdata to include a protocol type for udp, rtp, rtsp,
    http_hls, http_ts.
 3. Add to ChannelUtil::GetIPTVTuningData to set the type based on URL and
 by
    testing if the URL is a HLS playlist
 4. Extend MythSingleDownload to support a maximum file size limit. Without
    this, if the URL from (3) is actually a video stream then the download
    would not terminate until the 30 second timeout.
 5. Extend tv_rec to include a new system event for Tuning Timeout. Allows
 user
    to run a script to reboot a STB.

 Closes #12168

 Signed-off-by: Paul Harrison <pharrison at mythtv.org>
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12168#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list