how to get video link from of live streaming videos using java?

10,768

I used a library called HTMLParser before. It can read html input and generate HTML nodes. You can then analyze and retrieve the node you like.

Share:
10,768
Tokendra Kumar Sahu
Author by

Tokendra Kumar Sahu

I am passionate about programming.

Updated on June 04, 2022

Comments

  • Tokendra Kumar Sahu
    Tokendra Kumar Sahu almost 2 years

    I want to get exact video link from some streaming video resources like you-tube or metacafe.com, As there is no direct link of video is available. How can I parse the video link. Also how to use java to download a streaming video from http url to local system?

    Thanks!

  • pouya
    pouya over 11 years
    suppose a video is streaming by s specific player designed for a video sharing website how HTMLParser can be used to get the actual url the player is streaming from?