Windows

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Flip4Mac - Peter - Ben - Brandon?

    7 answers - 4396 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hmmm
    I have the following on the test page and neither is working in ie or
    firefox.
    <embed type="application/x-mplayer2"
    src=""
    showStatusBar="true"
    showControls="true"
    kioskmode="false"
    height="320"
    width="280 "
    scale="ASPECT"
    </embed>
    <embed type="application/x-mplayer2"
    src=""
    showStatusBar="true"
    showControls="true"
    kioskmode="false"
    height="320"
    width="280 "
    scale="ASPECT"
    </embed>
    again here's the asx file on the wm server
    <asx version="3">
    <entry>
    <title>Rowby Fan Club</title>
    <ref href=""/>
    </entry>
    </asx>
    Message
    From: WMTalk [mailto:WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM] Behalf Andrew
    Davidson
    Sent: Thursday, 19, 2006 7:17 AM
    To: WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
    Subject: Re: Flip4Mac - Peter - Ben - Brandon?
    I think the issue there is that you're using object tags and javascript to
    attempt to control the embedded player, which we do not support.
    Try using an embed tag ala
    <embed type="application/x-mplayer2"
    src="[the path to your content] "
    showStatusBar="[true/false]"
    showControls="[true/false]"
    kioskmode="[true/false]"
    height="[player height] "
    width="[player width] "
    scale="ASPECT"
    </embed>
    That should work much better. The src attribute can still link to the ASX
    file, assuming that it works with flip4mac. I'm getting 404 errors in my
    browser still, are you sure it's publicly available?)
    Andrew Davidson
    Flip4Mac Testing and Support
    andrewd (AT) telestream (DOT) net
    19, 2006, at 6:44 AM, Rowby wrote:
    I fixed the asx file and as a test I played it successfully on the
    media server (using remote desktop).
    But it is still not playing at this test link where I am testing both
    http and mms:
    &Itemid=1
    Here's the asx file, which is on the media server, the same folder as
    the wmv file:
    <asx version="3">
    <entry>
    <title>Rowby Fan Club</title>
    <ref href=""/>
    </entry>
    </asx>
    I have two objects in the test link. where I attempt to use http
    and the other where I attempt to use mms:
    First the http version: (copied and pasted from source code)
    <object type="video/x-ms-wmv" data="http://208.66.224.142/rowby/
    show70.asx"
    width="320"
    height="280" >
    <param name="src" value="" /
    <param name="autostart" value="true" /<param name="controller"
    value="true" /<param name="qtsrcdontusebrowser" value="true" /
    <param name="enablejavascript" value="true" /<a
    href=""></a>
    </object>
    Now the mms version: (copied and pasted from source code) <object
    type="video/x-ms-wmv" data="mms://208.66.224.142/rowby/ show70.asx"
    width="320"
    height="280" >
    <param name="src" value="" /
    <param name="autostart" value="true" /<param name="controller"
    value="true" /<param name="qtsrcdontusebrowser" value="true" /
    <param name="enablejavascript" value="true" /<a
    href=""></a>
    </object>
    Note that I am not linking directly to the wmv file, which I assume is
    not the way to go.
    >
    >
    >
    >
    >
    >

    Rowby,
    I think your asx file doesn't work - i.e. I can't even play that in a
    standalone player. Flip4Mac gives me a 404 (not found) error.
    I have tried it with an MMS link directly to the streaming server and
    that works fine, too. The http link I am using in my example goes to a
    web server where the asx sits, which in turn has the mms url to the
    media file in it.
    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-
    request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.1 | | 5047 bytes | |

    Hi,

    Are you 100% sure that your ASX URL's are correct?

    Loaded directly into Windows Media Player none of the ASX URL's are working
    in my end, but the URL to the media is

    Not working:

    Working:

    /Tony

    Message
    From: "Rowby" <rowby (AT) RWBY (DOT) CM>
    To: <WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM>
    Sent: Thursday, 19, 2006 5:07 PM
    Subject: Re: Flip4Mac - Peter - Ben - Brandon?

    Hmmm

    I have the following on the test page and neither is working in ie or
    firefox.

    <embed type="application/x-mplayer2"
    src=""
    showStatusBar="true"
    showControls="true"
    kioskmode="false"
    height="320"
    width="280 "
    scale="ASPECT"
    </embed>

    <embed type="application/x-mplayer2"
    src=""
    showStatusBar="true"
    showControls="true"
    kioskmode="false"
    height="320"
    width="280 "
    scale="ASPECT"
    </embed>

    again here's the asx file on the wm server

    <asx version="3">
    <entry>
    <title>Rowby Fan Club</title>
    <ref href=""/>
    </entry>
    </asx>

    Message
    From: WMTalk [mailto:WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM] Behalf Andrew
    Davidson
    Sent: Thursday, 19, 2006 7:17 AM
    To: WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
    Subject: Re: Flip4Mac - Peter - Ben - Brandon?

    I think the issue there is that you're using object tags and javascript to
    attempt to control the embedded player, which we do not support.

    Try using an embed tag ala
    <embed type="application/x-mplayer2"
    src="[the path to your content] "
    showStatusBar="[true/false]"
    showControls="[true/false]"
    kioskmode="[true/false]"
    height="[player height] "
    width="[player width] "
    scale="ASPECT"
    </embed>

    That should work much better. The src attribute can still link to the ASX
    file, assuming that it works with flip4mac. I'm getting 404 errors in my
    browser still, are you sure it's publicly available?)

    Andrew Davidson
    Flip4Mac Testing and Support
    andrewd (AT) telestream (DOT) net

    19, 2006, at 6:44 AM, Rowby wrote:

    I fixed the asx file and as a test I played it successfully on the
    media server (using remote desktop).

    But it is still not playing at this test link where I am testing both
    http and mms:

    &Itemid=1

    Here's the asx file, which is on the media server, the same folder as
    the wmv file:

    <asx version="3">
    <entry>
    <title>Rowby Fan Club</title>
    <ref href=""/>
    </entry>
    </asx>

    I have two objects in the test link. where I attempt to use http
    and the other where I attempt to use mms:

    First the http version: (copied and pasted from source code)

    <object type="video/x-ms-wmv" data="http://208.66.224.142/rowby/
    show70.asx"
    width="320"
    height="280" >
    <param name="src" value="" />
    <param name="autostart" value="true" /<param name="controller"
    value="true" /<param name="qtsrcdontusebrowser" value="true" />
    <param name="enablejavascript" value="true" /<a
    href=""></a>
    </object>

    Now the mms version: (copied and pasted from source code) <object
    type="video/x-ms-wmv" data="mms://208.66.224.142/rowby/ show70.asx"
    width="320"
    height="280" >
    <param name="src" value="" />
    <param name="autostart" value="true" /<param name="controller"
    value="true" /<param name="qtsrcdontusebrowser" value="true" />
    <param name="enablejavascript" value="true" /<a
    href=""></a>
    </object>

    Note that I am not linking directly to the wmv file, which I assume is
    not the way to go.
    >
    >
    >
    >
    >
    >

    Rowby,

    I think your asx file doesn't work - i.e. I can't even play that in a
    standalone player. Flip4Mac gives me a 404 (not found) error.

    I have tried it with an MMS link directly to the streaming server and
    that works fine, too. The http link I am using in my example goes to a
    web server where the asx sits, which in turn has the mms url to the
    media file in it.

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-
    request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.2 | | 656 bytes | |

    ASX files are not served from WM Servers. Try putting the ASX on a web server.

    Cheers

    Andy Lewis
    Media Demand / Westminster Digital

    19/10/06, Tony Breindal <tbst (AT) mail1 (DOT) stofanet.dkwrote:
    Hi,

    Are you 100% sure that your ASX URL's are correct?

    Loaded directly into Windows Media Player none of the ASX URL's are working
    in my end, but the URL to the media is

    Not working:

    Working:

    /Tony

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.3 | | 922 bytes | |

    AH!

    Rowby

    Quoting Andy Lewis <lists (AT) ANDYLEWIS (DOT) NET>:

    ASX files are not served from WM Servers. Try putting the ASX on a web
    server.

    Cheers

    Andy Lewis
    Media Demand / Westminster Digital

    19/10/06, Tony Breindal <tbst (AT) mail1 (DOT) stofanet.dkwrote:
    Hi,

    Are you 100% sure that your ASX URL's are correct?

    Loaded directly into Windows Media Player none of the ASX URL's are
    working
    in my end, but the URL to the media is

    Not working:

    Working:

    /Tony

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.4 | | 624 bytes | |

    Andy and co

    If Flip4Mac can't playback server side playlists, is it possible to
    create some sort of filter on the server that converts a server-side
    playlist into effectively a permanent live stream (i.e. without media
    changes)?

    If anyone wants to sell me one, do contact me off list. I need Mac users
    to be able to watch a server-side playlist "channel".

    Happy Friday!

    phil (AT) makeni (DOT) com

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.5 | | 1044 bytes | |

    Happy Friday indeed!!!

    Have you tried sourcing your live PP frmo the WSX therefore the client
    just connects to a live PP, rather than the WSX? Not sure how this
    would handle the changes between the media items as I haven't tried
    but this seems like the obvious approach.

    Andy Lewis
    Media Demand / Westminster Digital

    20/10/06, Philip Haggar <phil (AT) makeni (DOT) comwrote:
    Andy and co

    If Flip4Mac can't playback server side playlists, is it possible to
    create some sort of filter on the server that converts a server-side
    playlist into effectively a permanent live stream (i.e. without media
    changes)?

    If anyone wants to sell me one, do contact me off list. I need Mac users
    to be able to watch a server-side playlist "channel".

    Happy Friday!

    phil (AT) makeni (DOT) com

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.6 | | 951 bytes | |

    Thanks for the fast response. We already do that and Flip4Mac fails
    every time when the media changes. Check out www.onthefrontline.com for
    an example if you need one.

    Phil

    Message
    From: WMTalk [mailto:WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM] Behalf
    Andy Lewis
    Sent: 20 2006 14:58
    To: WMTalk (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
    Subject: Re: Flip4Mac - Peter - Ben - Brandon?

    Happy Friday indeed!!!

    Have you tried sourcing your live PP frmo the WSX therefore the client
    just connects to a live PP, rather than the WSX? Not sure how this would
    handle the changes between the media items as I haven't tried but this
    seems like the obvious approach.

    Andy Lewis
    Media Demand / Westminster Digital

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM
  • No.7 | | 570 bytes | |

    Andy Lewis wrote:

    Happy Friday indeed!!!

    Have you tried sourcing your live PP frmo the WSX therefore the client
    just connects to a live PP, rather than the WSX? Not sure how this
    would handle the changes between the media items as I haven't tried
    but this seems like the obvious approach.

    that is what I am doing and it doesn't work with Flip4Mac.

    Users Guide
    contains important info. Save time, search the archives at
    .
    To unsubscribe, mailto:WMTalk-signoff-request (AT) DISCUSSMS (DOT) HSTING.LSFT.CM

Re: Flip4Mac - Peter - Ben - Brandon?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Windows"

EMSDN.COM