View Single Post
  #20  
Old 06-19-2013, 11:34 AM
pbaggens pbaggens is offline
Junior Member
 
Join Date: Jun 2013
Posts: 2
pbaggens is on a distinguished road
Default

Re: Getting/Capturing/Downloading .FLV flash videos streamed through the HTTP protoco


Here's some more information about this site that I want to record. I was able to isolate just the neccessary HTML lines. If you take this HTML snippet below and save it as a .html file and open it in your browser, the video will play in an embedded flask player in an otherwise blank page. If you change the "id=" variable, you get different programs. I'm a newbie at this and I was hoping someone can tell me what kind of stream it is and how it can be recorded. Not even sure this is the right forum.

-------------- CUT HERE ---------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Live ZDF stream online TV | www.germantvonline.net</title>

<script type="text/javascript">
width=640, height=360, id="G:0101010c040e7a646600";
</script><script src="http://streamtivi.com/jsplayerembed.js" type="text/javascript">
</script> <br />

</body>
</html>
--------------------- CUT HERE ---------------
Reply With Quote