[mythtv-commits] Ticket #12775: HLS Stream with width and height specified at an invalid ratio returns wrong url from AddLiveStream

MythTV noreply at mythtv.org
Sun May 15 17:15:17 UTC 2016


#12775: HLS Stream with width and height specified at an invalid ratio returns
wrong url from AddLiveStream
-------------------------------------------------+-------------------------
     Reporter:  Mitch Capper <mitch.capper@…>    |      Owner:  bmeek
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Services API - Backend  |    Version:  Unspecified
     Severity:  low                              |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 if you request a stream like 860x480  mythtv will actually transcode at
 864x480 , calls to GetLiveStream will return the correct relative url
 (1234.ts.864x480_800kV_64kA.m3u8 for example)
 but the initial AddLiveStream returns an invalid url:
 1234.ts.860x480_800kV_64kA.m3u8

 I can look at fixing this, if people think its worthwhile we could remove
 the relative url from addlivestream and make people call getlivesream as
 another solution. Open for thoughts.

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


More information about the mythtv-commits mailing list