1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Saving streaming video from "ums://TCP:" type streams

Discussion in 'Video - Software discussion' started by bombtek, Mar 12, 2005.

  1. bombtek

    bombtek Member

    Joined:
    Mar 12, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    I am trying to save a streaming media file from the net and I don't recognize the stream type "ums" I tried streambox with no luck. Any ideas?

    TIA-
     
  2. rebootjim

    rebootjim Active member

    Joined:
    May 13, 2004
    Messages:
    2,630
    Likes Received:
    0
    Trophy Points:
    66
    Get a program called NetTransport.
    Click on Job, New download.
    Paste in the url, and click OK.
     
  3. bombtek

    bombtek Member

    Joined:
    Mar 12, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    Thanks for the speedy reply. For some reason it still does not recocnize the URL. I've tried multiple variations of the URL. Here's the html source:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>

    <head>
    <title>Clip1</title>
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    <script id="clientEventHandlersVB" language="vbscript">
    <!--

    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    ' Page event handlers
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    sub OnLoad()
    UPlayer.UseTCP
    UPlayer.UseMediaServer "localnet.anonymous:5119"
    UPlayer.UseFile "clips\clip1.avi"

    'UPlayer.UseLiveDirect "localhost", 1
    'UPlayer.UseLiveAlias "MyWebCam"

    'Uncomment the next lines to prohibit context menu and flow bar appearance
    'UPlayer.EnableContextMenu false
    'UPlayer.EnableFlowControl true, false

    UPlayer.Play
    end sub

    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    ' Player callbacks
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    sub UPlayer_OnStart()

    end sub

    sub UPlayer_OnStop(PlaylistToBeCont)
    if PlaylistToBeCont = false then
    UPlayer_OnResize 320, 240
    end if
    end sub

    sub UPlayer_OnResize(X, Y)
    UPlayer.Width = X
    UPlayer.Height = Y
    end sub

    //-->
    </script>
    <meta name="Microsoft Border" content="none, default">
    </head>
    <body onload="OnLoad()" bgcolor="#666699" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">
    <P align="center">
    <span style="position: absolute; left: 12; top: 16; z-index: -1"><img border="0" src="images/reel_back.bmp" width="960" height="540"></span>
    </P>
    <P>
     
    </P>
    <P>
     
    </P>
    <P>
                                                                        
    <OBJECT id="UPlayer" codeBase="http://localnet.anonymous/bin/UMediaControl3.cab" height="240"
    width="320" data="data:application/x-oleobject;base64,yBuidwXvgUCTv5KK6JCKJRAHAAATIQAAzhgAAA=="
    classid="clsid:BE964208-66F0-48fb-8F53-0C2BC35A610A" VIEWASTEXT>
    </OBJECT>
    </P>
    <P>
     
    </P>
    <P>
     
    </P>
    <p> </p>
    <p> </p>
    <p> </p>
    <p align="center"><font color="#FFFF00" face="Lucida Console" size="5"><a href="ums://TCP:153.25.80.80:5119/clips/">Click
    Here If You Have The Standalone Player</a></font></p>
    <p><font color="#FFFFFF"><a href="main.htm" target="_self">Back</a></font></p>
    <p align="center"><font color="#FFFFFF">Sit back and enjoy the show!!</font></p>
    <p align="left"> </p>
    </body>
    </html>


    Anything else I can try?
     
    Last edited: Mar 12, 2005
  4. rebootjim

    rebootjim Active member

    Joined:
    May 13, 2004
    Messages:
    2,630
    Likes Received:
    0
    Trophy Points:
    66
    Nope, sorry.
    Maybe someone else has ideas.
     
  5. bombtek

    bombtek Member

    Joined:
    Mar 12, 2005
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    Thanks for the try. I did find out that the stream is served by a proggy called "Unreal Media Server" The company site says that it masks the file directories to prevent saving locally, but I'm sure there's a way, just have to find it. On goes the search. :)
     

Share This Page