How to add custom PIDs to streaming

  • I want to stream live DVB data via the webif (/web/stream.m3u8?sRef=<ServiceReference>) which leads into an URL like "http://ip.of.my.bo:8001/1:0:1:...". What I get back is a stream containing PAT, PMT and the PIDs of the service I requested with the <ServiceReference>.
    Now I want to get more PIDs (like the EIT PIDs and other non-standard content) to not only display video and audio but also to display additional information which is delivered via PIDs which are not mentioned in the PMT.


    It looks like the PID filtering is done with streamproxy which in turn gets the PID list from its 'upstream' link to "/web/stream".


    So the question of the day is: how can I tell the system to add custom PIDs *without* writing my own Enigma2 code?


    A.