PDA

View Full Version : How do I download this stream?


pewpewpew
11-06-2016, 01:38 PM
Hi everyone,

I have a paid IPTV apk and I was hoping to download someone of the recorded playback videos. I ran the apk in an android emulator on Windows and used URL Snooper to get the following (not sure which one):

http://live.itoplive.net/query/6ADGcctIOc9i1VyDWn3wPnO6Ac2yL0fo_HO5JEa_toQ=.json? type=vod

http://198.255.6.37:9083/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==

rtmfp://198.255.6.37:9035/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==

rtmp://198.255.6.37:9035/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==

http://198.255.6.37/vod/sg1-s2/IP/6U/IP6UsETwI9S1Gn8upX6UOg==/video.fpvsegments

I've tried downloading the http and rtmp with youtube-dl but it returns with a timeout error:

ERROR: Unable to download webpage: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> (caused by URLError(TimeoutError(10060, 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond', None, 10060, None),))

Is there any way to download this clip? Thank you in advance.

pewpewpew
11-08-2016, 11:15 PM
Hi everyone, upping this thread. I'm trying to decode the url from this xml file http://itv.ilovetv.tw:9000/PB/playback.jsp?id=36 to download the playback streams. I tried base64 and I don't think it's correct...