• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

donwloading or capturing a streaming file

if its a playlist file with the video, you can download the playlist (right click, save as) then open the playlist with windows media player.
then right click the file in wmp and get the file name.

then from here i use an html file with a link to the actual video so i can right-click and save as

if you dont know html, it goes like this...

<html>
<body>
<a href="[url of file goes here]">link</a>
</body>
</html>

or sometimes, you can just right-click the video while it's playing and go to properties to get the url. then you can use the above html method to download the file
 
Back
Top