Jedimaker Setup

I only really require 2 or 3 channels from IPTV. Can I just add the streams of these channels directly to my custommix.xml file without adding the IPTV sub and creating a playlist in jedimaker first?
Yes you should be able to add them using custommix
 
Can I just create a new section underneath <inserts> or would I need to make a new <custommix> section?
You can add underneath inserts. Just a note that you won't get epg for iptv channels that aren't in a provider.

You can also add streams into empty LCN slots. As these do not have a name from the DVB source, it has to be specified.
When inserting streams into empty LCN slots, the service reference will be "1:0:1:0:0:0:0:0:0:0:".
EPG will not work becuase of this.

oe-alliance/AutoBouquetsMaker

You need to create it like this under insert section

<streams> <stream url="http://stream.source:port/live/username/F36/password/308.ts" target="010" name="our name 1" /> <stream url="http://stream.source:port/live/username/F36/password/309.ts" target="011" name="our name 2" /> </streams>
 
You can add underneath inserts. Just a note that you won't get epg for iptv channels that aren't in a provider.

You can also add streams into empty LCN slots. As these do not have a name from the DVB source, it has to be specified.
When inserting streams into empty LCN slots, the service reference will be "1:0:1:0:0:0:0:0:0:0:".
EPG will not work becuase of this.

oe-alliance/AutoBouquetsMaker

You need to create it like this under insert section

<streams> <stream url="http://stream.source:port/live/username/F36/password/308.ts" target="010" name="our name 1" /> <stream url="http://stream.source:port/live/username/F36/password/309.ts" target="011" name="our name 2" /> </streams>

At the moment I have just the All Channels bouquet for 28.2e. If I wanted to say have an IPTV channel at position 401 with the the EPG, would I need to split my 28.2e bouquet up into separate channels? So have channels 1-400 and then 402-999 as 28.2e?
 
At the moment I have just the All Channels bouquet for 28.2e. If I wanted to say have an IPTV channel at position 401 with the the EPG, would I need to split my 28.2e bouquet up into separate channels? So have channels 1-400 and then 402-999 as 28.2e?
All channels bouquet created by ABM? If yes then no you shouldn't need to create desperate bouquets
 
Back
Top