Alternative channel

Adamk17

Newbie
Hi guys,

Is it possible to iptv add channel as alternative to say bouquet? So for instance it will automatically choose the IPTV channel if scrolling through whilst keeping the working sat channels on sat?
 
If it's not picking it up possibly the custommix file is corrupted

This is an example of a custommix adding IPTV streams to HD channels using Sky UK SD region not HD or custom

I've only edited most used entertainment channels, all movies and most sport

Change the .ts links and service types


Just add the stream to the hd number and remove the delete if you want to add more

This is for stream relay if you don't use that

Delete lines 158 to 199
 

Attachments

  • sat_282_sky_uk_CustomMix.xml.zip
    3 KB · Views: 4
If it's not picking it up possibly the custommix file is corrupted

This is an example of a custommix adding IPTV streams to HD channels using Sky UK SD region not HD or custom

I've only edited most used entertainment channels, all movies and most sport

Change the .ts links and service types


Just add the stream to the hd number and remove the delete if you want to add more

This is for stream relay if you don't use that

Delete lines 158 to 199
Thanks. And is it possible to get the steps on how to load the custommix once placed in the folder?
 
I've edited this customix file. Will this do or need upto date file?
 

Attachments

  • sat_282_sky_uk_CustomMix.zip
    6.6 KB · Views: 2
If in doubt try one channel first till you get it working then add others

Delete everything from the file and add

Code:
<custommix>
    <streams>
        <stream url="http://stream.source:port/live/username/password/655.ts" target="106" />
    </streams>
</custommix>

Change the ts link to yours

Once working you can add the rest
 
I have managed to test and get it working but once adding more channels in. It has stopped loading the channnel
 
When adding another channel make sure they have the correct format

I.e

Code:
<stream url="http://stream.source:port/live/username/password/655.ts" target="107" />

Becomes

Code:
    <streams>
        <stream url="http://stream.source:port/live/username/password/655.ts" target="106" />
        <stream url="http://stream.source:port/live/username/password/656.ts" target="107" />
    </streams>
 
Does it matter if the code is in line?
Like some stream .TS links are small?
When adding another channel make sure they have the correct format

I.e

Code:
<stream url="http://stream.source:port/live/username/password/655.ts" target="107" />

Becomes

Code:
    <streams>
        <stream url="http://stream.source:port/live/username/password/655.ts" target="106" />
        <stream url="http://stream.source:port/live/username/password/656.ts" target="107" />
    </streams>
 
Back
Top