How to get an IPTV source from mobile app

by evaldasm

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!

Hjine

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 tcpflow sudo tcpflow -p -c -i wlp0s0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*' Where wlp0s0 is your wireless network card name .

blindfist926

Care to post the name of the service? Could already have a known method to grab an m3u.

lepidasa

is it possible that from IOS device?

lepidasa

Or from PC (Chrome browser)?