Referrals To A Streaming Media Control Panel?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Referrals To A Streaming Media Control Panel?

    I mean a 'page' that is launched after a click event used to request
    streamed content that enables the user to select which media player and
    which bandwidth is desired for use when [viewing|listening] to the streamed
    content. Any referrals to this type of free or commerical control panel?

    <%= Clinton Gallagher


    clintonG Guest

  2. Similar Questions and Discussions

    1. Media Streaming Question
      We woud like to host a live video stream on our website of an event at a remote site. My question is if I can use FMS3.0 to do this, and if I...
    2. Streaming Media Player?
      Heya, I want to create a player that streams video, but I don't know where to start. Any tips, resources, etc...? -Thanks Spence
    3. Does Flashcomm 2.0 use on2 vp6 for it's streaming media?
      Well the titles says it all. Does Flashcomm 2.0 use on2 vp6 for it's streaming media? I am also assuming 1.0 and 1.5 use the Sorenson...
    4. Media Temple & FLS Streaming
      A company I do business with recently purchased space on Media Temple, which supports Flash streaming video ... problem is that they do not offer...
    5. Media Streaming
      Hey guys Im creating a site and I was woundering if someone can help me out. I want to make a flash player that will play the songs i put in the...
  3. #2

    Default Re: Referrals To A Streaming Media Control Panel?

    > I mean a 'page' that is launched after a click event used to request
    > streamed content that enables the user to select which media player and
    > which bandwidth is desired for use when [viewing|listening] to the
    streamed
    > content. Any referrals to this type of free or commerical control panel?
    Wouldn't this just be a matter of getting all the source files and then
    passing these links to a page that then grabs the particular file requested
    and gives the end-user a list of available formats that match the file?

    I don't know off an off-the-shelf product for this, but it seems fairly easy
    to build from scratch.

    -Darrel


    darrel Guest

  4. #3

    Default Re: Referrals To A Streaming Media Control Panel?

    yea its an interstitial utility function page and I'm surprised there hasn't
    been more discussion of this topic as most webs that serve streamed media
    should include such a page wouldn't you think? If so, then where are some I
    could at least review, beg, borrow, or steal?

    <%= Clinton Gallagher



    "darrel" <notreal@hotmail.com> wrote in message
    news:d5aqnr$t3k$1@forums.macromedia.com...
    >> I mean a 'page' that is launched after a click event used to request
    >> streamed content that enables the user to select which media player and
    >> which bandwidth is desired for use when [viewing|listening] to the
    > streamed
    >> content. Any referrals to this type of free or commerical control panel?
    >
    > Wouldn't this just be a matter of getting all the source files and then
    > passing these links to a page that then grabs the particular file
    > requested
    > and gives the end-user a list of available formats that match the file?
    >
    > I don't know off an off-the-shelf product for this, but it seems fairly
    > easy
    > to build from scratch.
    >
    > -Darrel
    >
    >

    clintonG Guest

  5. #4

    Default Re: Referrals To A Streaming Media Control Panel?

    > yea its an interstitial utility function page and I'm surprised there
    hasn't
    > been more discussion of this topic as most webs that serve streamed media
    > should include such a page wouldn't you think?
    By interstitial are you referring to the ads you have to view before
    watching the file? I guess as a user I certainly wouldn't want most web
    sites doing that. ;o)
    > If so, then where are some I
    > could at least review, beg, borrow, or steal?
    I don't know. Again, though, I think this is easier that you are thinking.

    Create link to media file that passes to a script:

    mediaPicker.aspx?video=234

    on the mediaPicker.aspx page, grab all videos with the ID 234 and list them
    by their media type, letting the end user pick the one they want.

    Now, if you need to add the advertisement, I think you do that from the
    streaming side of things...not from the application side. But, alas, I'm not
    an expert on that type of thing...so I'd have to defer to someone that is.

    -Darrel


    darrel Guest

  6. #5

    Default Re: Referrals To A Streaming Media Control Panel?


    "darrel" <notreal@hotmail.com> wrote in message
    news:d5d99n$ga3$1@forums.macromedia.com...
    >> yea its an interstitial utility function page and I'm surprised there
    > hasn't
    >> been more discussion of this topic as most webs that serve streamed media
    >> should include such a page wouldn't you think?
    >
    > By interstitial are you referring to the ads you have to view before
    > watching the file? I guess as a user I certainly wouldn't want most web
    > sites doing that. ;o)
    >
    >> If so, then where are some I
    >> could at least review, beg, borrow, or steal?
    >
    > I don't know. Again, though, I think this is easier that you are thinking.
    >
    > Create link to media file that passes to a script:
    >
    > mediaPicker.aspx?video=234
    >
    > on the mediaPicker.aspx page, grab all videos with the ID 234 and list
    > them
    > by their media type, letting the end user pick the one they want.
    >
    > Now, if you need to add the advertisement, I think you do that from the
    > streaming side of things...not from the application side. But, alas, I'm
    > not
    > an expert on that type of thing...so I'd have to defer to someone that is.
    >
    > -Darrel
    By 'interstitial' I mean a page that is loaded 'in between' some other pages
    to provide a utility function. The term has been associated with
    advertising.

    I can code this myself. I'm just looking for shortcuts and UI ideas at this
    time.

    <%= Clinton Gallagher


    clintonG Guest

  7. #6

    Default Re: Referrals To A Streaming Media Control Panel?

    > I can code this myself. I'm just looking for shortcuts and UI ideas at
    this
    > time.
    Oh. Gotcha.

    I guess one question would be if you really need this in between page. I (as
    a user) would much prefer to have a list of file format links right on the
    page itself, rather than having to click to another page to then make a
    second selection to pick my media format.

    -Darrel


    darrel Guest

  8. #7

    Default Re: Referrals To A Streaming Media Control Panel?

    good point.

    <%= Clinton Gallagher

    "darrel" <notreal@hotmail.com> wrote in message
    news:d5ddfm$mkq$1@forums.macromedia.com...
    >> I can code this myself. I'm just looking for shortcuts and UI ideas at
    > this
    >> time.
    >
    > Oh. Gotcha.
    >
    > I guess one question would be if you really need this in between page. I
    > (as
    > a user) would much prefer to have a list of file format links right on the
    > page itself, rather than having to click to another page to then make a
    > second selection to pick my media format.
    >
    > -Darrel
    >
    >

    clintonG Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139