I have an url for iptv which ends as follows: output=mpegts
When restarting my Enigma2 box it will aways change to output=ts
This means that the receiver does not connect to the server.
Can anyone offer any advice please?
I am using a Gigablue Quad receiver and Jedi Maker Xstream.
I have used IPTV before but the urls always ended with output=ts.
I am very confused.
Display More
i override output=mpegts in my programs to output=ts
There was always a historical reason I did this. Because the different formats tended to use different stream urls.
output=mgpets used to play streams via a url like this
domain.xyz/username/password/streamnum
where as output=ts or output=m3u8 tended to have a stream format like this
domain.xyz/live/username/password/streamnum.ts
notice the dfference of the missing "/live/" and the missing .extension
most providers could always play the latter format, but not all providers would play the mpegts url format.
try output=m3u8, if that doesn't work for you, give me a shout and I will see if we can code in a workaround.