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

MythTV noreply at mythtv.org
Mon Apr 15 21:52:02 UTC 2013


#11487: Extend IPTV recorder to support TS streams over HTTP
--------------------------------+----------------------------
 Reporter:  torbjorn.jansson@…  |          Owner:  danielk
     Type:  Patch - Feature     |         Status:  new
 Priority:  minor               |      Milestone:  unknown
Component:  MythTV - Recording  |        Version:  0.26-fixes
 Severity:  medium              |     Resolution:
 Keywords:                      |  Ticket locked:  0
--------------------------------+----------------------------

Comment (by dekarl@…):

 {{{
 #EXTM3U
 #EXTINF:0,21 - CNN
 #EXTMYTHTV2:serviceid=1160
 http://yourdreambox:8001/1:0:1:488:3FE:22F1:EEEE0000:0:0:0:
 #EXTINF:0,22 - MTV
 #EXTMYTHTV2:serviceid=940
 http://yourdreambox:8001/1:0:1:3AC:457:22F1:EEEE0000:0:0:0:
 }}}
 I'm not sure I understand "the service ref from enigma2 doesn't include
 the serviceid" correctly. Isn't the ref part of the http url? The
 service_id is there, encoded in hex.
 {{{
 1160 == 0x488
  940 == 0x3AC
 }}}

 Also the recorder should pick up any service_id if there is only one
 service on the transport. I take it engima does not rewrite the PAT/SDT
 when streaming to only contain one channel?

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


More information about the mythtv-commits mailing list