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

MythTV noreply at mythtv.org
Wed Aug 28 20:39:13 UTC 2013


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

Comment (by dekarl):

 Replying to [comment:5 johan@…]:
 > I don't want to hijack this bugreport

 then don't :-)

 > I welcome the addition of a new M3U tag to specify the service ID as I
 use a satellite DVB-S2 to IPTV box and allmost all broadcasts have
 multiple IDs in the same stream.
 >
 > MythTV can't handle them, while the same streams play correctly with VLC
 or mplayer.
 >
 > {{{
 > (HandlePAT) DTVSM(): Program #1 not found in PAT!#012Program Association
 Section#012 PSIP tableID(0x0) length(17) extension(0x451)#012
 version(9) current(1) section(0) last_section(0)#012      tsid(1105)
 programCount(2)#012  program number     0 has PID 0x0010#012  program
 number  4016 has PID 0x0844
 >
 > (ProcessPAT) ProcessPAT: Program not found in PAT. Rescan your
 transports.
 >
 > (CreatePATSingleProgram) Desired program #1 not found in
 PAT.#012#011#011#011Cannot create single program PAT.
 > }}}

 you have found a new bug. MythTV should notice that the PAT contains only
 a single program with program_number 4016 and use that instead. Its likely
 getting confused by the mention of a program_number 0 which indices a non-
 standard PID of the network_information_sections (not 0x10, which it is in
 your sample, if you can influence the provider you may want to drop that
 information as its not needed) and is not a service in itself!

 Please open a fresh bugreport.

 The addition of a service_id makes sense to support transport streams that
 really do carry multiple services though.

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


More information about the mythtv-commits mailing list