I have been with the same Restream Provider for 3 years but suddenly none of their channels are working on my servers anymore.
They show Playback Error in Smarters, and on my Xtream UI 22F panel, they show Online but restart every 9 seconds.
They are still working fine on Direct mode so it's not a Channel issue. My other restream providers are working fine on my servers so it's not even a Server issue.
What could be the issue? Any help is deeply appreciated.
What I have tried -
Tried moving channels to 7 different servers.
Tried testing channels on Smarters and VLC.
Tried 3 VPN locations.
Got a new line with new domain from my restream provider.
He even checked if any of my IPs had been blacklisted.
He told me running the below sql command on my Main server might fix the issue, but he's not sure and I don't know if it will affect my other providers or not -
UPDATE streams_options
JOIN streams
ON streams.id=streams_options.stream_id
SET streams_options.value='username'
WHERE stream_source like '%domain%';
They show Playback Error in Smarters, and on my Xtream UI 22F panel, they show Online but restart every 9 seconds.
They are still working fine on Direct mode so it's not a Channel issue. My other restream providers are working fine on my servers so it's not even a Server issue.
What could be the issue? Any help is deeply appreciated.
What I have tried -
Tried moving channels to 7 different servers.
Tried testing channels on Smarters and VLC.
Tried 3 VPN locations.
Got a new line with new domain from my restream provider.
He even checked if any of my IPs had been blacklisted.
He told me running the below sql command on my Main server might fix the issue, but he's not sure and I don't know if it will affect my other providers or not -
UPDATE streams_options
JOIN streams
ON streams.id=streams_options.stream_id
SET streams_options.value='username'
WHERE stream_source like '%domain%';