I have an M3U URL with the following structure:
serverdomain/get_m3u.php?&u=MultiDigitNumber&s=String
I'm trying to watch this on IPTV Smarters Pro for Roku, which accepts separate server URL, username, and password. So far, entering
serverdomain
,
MultiDigitNumber
, &
String
for those, respectively, results in a failed login.
Any ideas?
The server is everything up to the "get", including the /. The user name comes after "username=" and before the & sign. Same thing for the password.