Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question I have a provider which I use CORS For

Rossco

Basic Member
Basic Member
Joined
Jun 9, 2024
Messages
11
Reaction score
1
Points
14
Location
United Kingdom
Hello All

I have a CORS Proxy going, on a different server which the layout is https://cors.domain.xyz/proxy/streamlink.m3u8

I’m trying to use this as a direct source on XTREAM UI, however I get playback failed on Smarters however it loads on VLC…

My server isn’t SSL’d however I’ll raise a separate thread for that

Any suggestions?
 
Hello All

I have a CORS Proxy going, on a different server which the layout is https://cors.domain.xyz/proxy/streamlink.m3u8

I’m trying to use this as a direct source on XTREAM UI, however I get playback failed on Smarters however it loads on VLC…

My server isn’t SSL’d however I’ll raise a separate thread for that

Any suggestions?

Hi,

My suggestion is to analyse the traffic request made for those apps and compare to see why is failing, maybe could be a header informations that is missing.
 
Hi,

My suggestion is to analyse the traffic request made for those apps and compare to see why is failing, maybe could be a header informations that is missing.
Thank you

I will look through the traffic, I think it could be that my xtream ui isn't SSL enabled, I think it needs to be for it.

I'll look on how to do that.

Thank you for your help Joe!

Appreciated

Ross
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Thank you

I will look through the traffic, I think it could be that my xtream ui isn't SSL enabled, I think it needs to be for it.

I'll look on how to do that.

Thank you for your help Joe!

Appreciated

Ross

Your welcome,

You can give a try opening the proxy on a web browser but.. before get into the proxy keep open the developer tools pressing the combined keys Shift + ctrl + i then go to the network tab

1717946734278.png
 
Your welcome,

You can give a try opening the proxy on a web browser but.. before get into the proxy keep open the developer tools pressing the combined keys Shift + ctrl + i then go to the network tab

View attachment 5322
Hi Joe

I tried what you suggested and I get this Header

Referrer Policy:
strict-origin-when-cross-origin
 
Hi Joe

I tried what you suggested and I get this Header

Referrer Policy:
strict-origin-when-cross-origin
Hey @Rossco try to add this header Access-Control-Allow-Origin *

Example for nginx is:
[CODE title="Nginx Code"]add_header 'Access-Control-Allow-Origin' '*';[/CODE]

I don't know the program you are using for proxy.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top