How do you make Mplayer pretend it's WindowsMedia Player?
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Subject header says it all 8-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »06.01.10 - 18:02
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    boot_wb
    Posts: 874 from 2007/4/9
    From: Kingston upon ...
    Delete all the codecs, so every time you play a new file it has to connect to the internet in order to find out what to do? ;-)
    www.hullchimneyservices.co.uk

    UI: Powerbook 5,6 (1.67GHz, 128MB VRam): OS3.1, OSX 10.5.8
    HTPC: Mac Mini G4 (1,5GHz, 64MB VRam): OS3.1 (ZVNC)
    Audiophile: Efika 5200b (SB Audigy): OS3.1 (VNC + Virtual Monitor)

    Windows free since 2011!
  • »06.01.10 - 18:14
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    :-)

    [ Edited by osco on 2010/1/7 15:43 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »06.01.10 - 18:21
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    pampers
    Posts: 1061 from 2009/2/26
    From: Tczew, Poland
    Why would you like to make WMP from Mplayer? WMP is one of the worst shit i've ever seen.
    MorphOS 3.x
  • »06.01.10 - 19:02
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    dake
    Posts: 204 from 2007/9/14
    From: The building p...
    In the MPlayer/conf/config file you can put this string:
    user-agent=NSPlayer/4.1.0.3856
    I'm not sure if "NSPlayer/4.1.0.3856" is windows media player but give it a try.
  • »06.01.10 - 19:41
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    From the "eample.conf" file In the Mplayer download package!

    # MPlayer configuration file
    #
    # Configuration files are read system-wide from /usr/local/etc/mplayer.conf
    # and per user from ~/.mplayer/config, where per-user settings override
    # system-wide settings, all of which are overrriden by the command line.
    #
    # The configuration file settings are the same as the command line
    # options without the preceding '-'.
    #
    # See the CONFIGURATION FILES section in the man page
    # for a detailed description of the syntax

    .##################
    # other settings #
    ##################

    # Pretend to be Window Media Player.
    # Fixes playback when playlist and media file use the same URL.
    #user-agent=NSPlayer/4.1.0.3856


    My dilema is that the site script checks the browser for a media player ..The site accepts for all other funtions,OWB, and a spoofed IE6. It hangs when looking for the media player? I wished to complete the spoof so that Mplayer will be seen as Window Media Player..If so the site will forwad the requst for a Video Replay at a MMS url..which MPLayer plays :)
    1.Does get Video do this in some fashion?
    I ask the above because the Menu has getVideo as a selection..an error returns wrong argument?
    Can the arexx script be customized for this particular site?
    2.Where does one change "user-agent=NSPlayer/4.1.0.3856 and how?

    :-P :-P :-P :-P :-x

    [ Edited by osco on 2010/1/7 15:22 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »07.01.10 - 20:17
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Sir_Lucas
    Posts: 112 from 2006/4/23
    From: Poland
    Why would you wanna do such a horrible thing? Don't get me wrong, but I'm just curious ;)
    MPlayer is a perfect program with perfect GUI. WMP is a terrible disaster, simply one of M$ mistakes ;)
  • »07.01.10 - 21:15
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    by Sir_Lucas on 2010/1/7 16:15:14

    Why would you wanna do such a horrible thing? Don't get me wrong, but I'm just curious ;)
    MPlayer is a perfect program with perfect GUI. WMP is a terrible disaster, simply one of M$ mistakes ;)

    Understood "IT IS A SPOOF" It will appear that WMP is the player and allow the site script to allow the replayy to be accessed..
    ie OWB cab be spoofed as a different browser...Safari, Firefox, Opera etal It placates the site that you are connected to.. :-P :-P :-P :-P
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »07.01.10 - 21:25
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > From the "eample.conf" file In the Mplayer download package!
    > [...]
    > # Pretend to be Window Media Player.
    > # Fixes playback when playlist and media file use the same URL.
    > #user-agent=NSPlayer/4.1.0.3856
    > [...]
    > Where does one change "user-agent=NSPlayer/4.1.0.3856 and how?

    Are you serios?
  • »07.01.10 - 22:54
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > MPlayer is a perfect program with perfect GUI.

    Spoofing won't change one single bit of that.
  • »07.01.10 - 22:55
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    getvid only supports the sites in the getvidhtml flie
  • »07.01.10 - 22:55
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    ???bump never dp'ed with owb before

    [ Edited by xyphoid on 2010/1/7 21:13 ]
  • »07.01.10 - 22:57
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    @osco

    If you have a link to such a site, that doesn't require a particular account (especially if it's not free :)), i could have a look and see what can be done. My guess is that I could write some "dummy" video owb plugin, acting as standard window media player plugin, and dumping the url, so that you can play it externally in mplayer.
  • »07.01.10 - 23:51
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    y Fab on 2010/1/7 18:51:04

    @osco

    If you have a link to such a site, that doesn't require a particular account (especially if it's not free :)), i could have a look and see what can be done. My guess is that I could write some "dummy" video owb plugin, acting as standard window media player plugin, and dumping the url, so that you can play it externally in mplayer.

    ty fab exactly
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »08.01.10 - 00:29
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    @Fab

    If you have a link to such a site, that doesn't require a particular account (especially if it's not free :)), i could have a look and see what can be done. My guess is that I could write some "dummy" video owb plugin, acting as standard window media player plugin, and dumping the url, so that you can play it externally in mplayer.

    The link: http://www.tampabaydowns.com/DailyReplays.aspx
    Choose a highlighted day and the javascript asks for a race. Click race choice and the OWB returns "unsupported protocall.".
    The mms address is visible in histor and when copied and pasted into MPlayer is played.
    Would you try the link and see how it downloads?
    Again Ty Fab ;-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »09.01.10 - 00:58
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Ok. So it's a direct mms link,which OWB doesn't support (it's not its role, though it could be redispatched in some way, i'll see). But at least it's easy to paste it directly in mplayer.

    So i played it in mplayer, and the source itself is rather low quality: 40kbps wmv file. No wonder it has low framerate.
  • »09.01.10 - 01:40
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    @Fab

    So i played it in mplayer, and the source itself is rather low quality: 40kbps wmv file. No wonder it has low framerate.

    There are other replay archive sites
    Maybe their quality will improve.
    TY as always
    8-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »09.01.10 - 02:15
    Profile