How can I process the response stream from a webpage that displays a video?
问题 <html> <body style="background-color: rgb(38,38,38);"> <video controls="" autoplay="" name="media" style="margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;" src="http://av.vimeo.com/32372/157/24910156.mp4?token=1322514534_58acf41d56103820e9fe93763c73fadd"> </video> </body> </html> Above is the response of the page I am trying to get if I enter the URL: However, the program just crashes with the following code (i.e. never even displays final - meaning stream is still