Hi! I've got my tv providers mobile app and it works via IPTV. Is it possible to find out what's the IP address for that playlist so I could get m3u file and watch on my smart TV?
Thanks and Merry Christmas!
Hi! I've got my tv providers mobile app and it works via IPTV. Is it possible to find out what's the IP address for that playlist so I could get m3u file and watch on my smart TV?
Thanks and Merry Christmas!
Care to post the name of the service? Could already have a known method to grab an m3u.
is it possible that from IOS device?
Or from PC (Chrome browser)?
via network activity , run it on Android emulator and monitor http traffics on windows use wireshark or fiddler on linux use this command :-
sud apt install tcpflowsudo tcpflow -p -c -i wlp0s0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'Wherewlp0s0is your wireless network card name .