How to get direct link of remote video from embedded url within a url in Android using JSoup?
I had asked the question previously about how to retrieve the embedded url for a video file and have successfully done so. Now I have a different issue. The json response for a WUnderground API webcam response gives the following url: https://www.wunderground.com/webcams/cadot1/902/show.html Using JSoup and per the answer to my initial issue I was able to get this embedded link: https://www.wunderground.com/webcams/cadot1/902/video.html?month=11&year=2016&filename=current.mp4 While trying to "stream" the video from that url to a VideoView, I kept getting the error "cannot play video". Upon