0

I have a stream video link: http: //tv.zing.vn/html5/video/ZnJnyDJLiJyDnLn

How do i can get redirect link of it in java android ?

(http ://stream6.s1.tv.zdn.vn/streaming/0ff0be3df9194019d666c6a1f9e10001/53ac5d90/2013/0411/ff/d9ee4831b9f5c268a054e1f6c24b2415.mp4?format=f360&device=web_html5)

Thanks for all idea :-)

MrSiro
  • 281
  • 1
  • 4
  • 16
  • Similar question: http://stackoverflow.com/questions/17472329/php-get-url-of-redirect-from-source-url PS: Your question is vague. What you want is not "direct link" (although in this case, it might be), but what the link redirects to. :) – A Sharma Jun 26 '14 at 17:57
  • yes. It's redirects link :D But your above link is for php. How do i can do in java android ? – MrSiro Jun 27 '14 at 04:57
  • Sorry about that. Don't know why I assumed you're a PHP programmer lol – A Sharma Jun 27 '14 at 11:39

1 Answers1

0

If have the development setup, through adb i think you might get the link from the logcat with,

adb logcat |grep -i source
Balamurugan A
  • 1,886
  • 2
  • 17
  • 19