VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. How would I record a video onto dvd which has been put on the internet on JW player
    Quote Quote  
  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    I think JW Player references the video file (i.e. loads the video from a specified URL). At least, that is how I use JW Player for embedded video. Thus the video can be downloaded as .flv or .mp4 or whatever.
    There are many plugins for various browsers (i.e. FlashGot for Firefox) that help users download video from video sites, if the URL isn't easily found in the source code of the webpage.
    Some webpages try hard to prevent this sort of downloading for some videos -- YMMV.
    Download the source video and convert to DVD-Video.
    Quote Quote  
  3. Member
    Join Date
    Mar 2008
    Location
    Near the Beach
    Search Comp PM
    Just check the source code of the page
    Quote Quote  
  4. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    From the page source:
    Code:
    <!--Static HELIX Video Player Start-->
    <div id="player59_wrapper" style="position: relative; width: 640px; height: 360px; ">
    <object type="application/x-shockwave-flash" data="https://hml.aber.ac.uk/player58.swf" width="100%" height="100%" bgcolor="#000000" id="player59" name="player59" tabindex="0">
    <param name="allowfullscreen" value="true">
    <param name="allowscriptaccess" value="always">
    <param name="seamlesstabbing" value="true">
    <param name="wmode" value="opaque">
    <param name="flashvars" value="netstreambasepath=http%3A%2F%2Fwww.aber.ac.uk%2Fen%2Fgraduation%2Fvideo%2F2013%2F2%2F&amp;id=player59&amp;className=helix-static&amp;allowfullscreen=true&amp;file=19855696_hi.mp4&amp;streamer=rtmp%3A%2F%2Fhelix.aber.ac.uk%2Fflash%2F&amp;image=https%3A%2F%2Fhml.aber.ac.uk%2Fthumbnails%2F19855696.jpg&amp;controlbar.position=over">
    </object>
    </div>
    <script type="text/javascript" src="https://hml.aber.ac.uk/player/getJsEmbedCode.aspx?autostart=n&amp;fullscreen=y&amp;width=640&amp;height=360&amp;videoId=59&amp;quality=hi&amp;captions=n"></script>
    <!--Static HELIX Video Player End-->
    What you are looking for, is in the "flashvars".
    Code:
    file=19855696_hi.mp4
    streamer=rtmp://helix.aber.ac.uk/flash/
    The site streams the video using Real Time Messaging Protocol, but from a file.
    So try: http://helix.aber.ac.uk/flash/19855696_hi.mp4 and see if this streaming server accepts http downloads as well.
    Last edited by Case; 28th Jul 2013 at 07:26.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!