[mythtv-commits] Ticket #12437: mythweb streaming issue 0.28

MythTV noreply at mythtv.org
Thu Apr 23 16:57:02 UTC 2015


#12437: mythweb streaming issue 0.28
--------------------------------------+-------------------------
     Reporter:  deg@…                 |      Owner:  kormoc
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Plugin - MythWeb      |    Version:  Master Head
     Severity:  low                   |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 I noticed that with the 0.28 release all the recordings are now stored as
 .ts files ( was .mpg in 0.27 ).   I have issues streaming the files or
 saving them via mythweb.    The error I am getting is: "Unknown video type
 requested:"

 I have tracked this down to the "modules/stream_raw.pl"  and it looks like
 it is missing the ".ts" file type in the code.   I have added the
 following code locally at line 29 and verified to be working.

     elsif ($basename =~ /\.ts$/) {
         $type   = 'video/mp2t';
         $suffix = '.ts';
     }

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


More information about the mythtv-commits mailing list