I'm not using a pay server as it was given via a share mainly to test custommix the guy that gave me it doesn't sell so probably not the same provider that's been going around.
I'm not using a pay server as it was given via a share mainly to test custommix the guy that gave me it doesn't sell so probably not the same provider that's been going around.
<custommix>
<hacks>
<![CDATA[
# LCNs (channel numbers) that need stream relay.
LCNs = [106, 107]
for service in sorted(list(services[section_identifier]["video"].keys())):
serv = services[section_identifier]["video"][service]
if service in LCNs and ("free_ca" not in serv or serv["free_ca"] == 1): # only on listed transponders and only encrypted services
url = "http://127.0.0.1:17999/1:0:1:%x:%x:%x:%x:0:0:0:" % (
serv["service_id"],
serv["transport_stream_id"],
serv["original_network_id"],
serv["namespace"],
)
serv["stream"] = quote(url)
serv["namespace"] = 33 # writing a dummy namespace is a requirement of stream relay
]]>
</hacks>
</custommix>
Attached is an example file but I don't know the numbers so edit to suit
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.