Ask a Question related to Dreamweaver AppDev, Design and Development.
-
clintonG #1
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
-
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... -
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 -
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... -
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... -
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... -
darrel #2
Re: Referrals To A Streaming Media Control Panel?
> I mean a 'page' that is launched after a click event used to request
streamed> streamed content that enables the user to select which media player and
> which bandwidth is desired for use when [viewing|listening] to theWouldn't this just be a matter of getting all the source files and then> content. Any referrals to this type of free or commerical control panel?
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
-
clintonG #3
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...> streamed>> 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>>> 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
-
darrel #4
Re: Referrals To A Streaming Media Control Panel?
> yea its an interstitial utility function page and I'm surprised there
hasn'tBy interstitial are you referring to the ads you have to view before> been more discussion of this topic as most webs that serve streamed media
> should include such a page wouldn't you think?
watching the file? I guess as a user I certainly wouldn't want most web
sites doing that. ;o)
I don't know. Again, though, I think this is easier that you are thinking.> If so, then where are some I
> could at least review, beg, borrow, or steal?
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
-
clintonG #5
Re: Referrals To A Streaming Media Control Panel?
"darrel" <notreal@hotmail.com> wrote in message
news:d5d99n$ga3$1@forums.macromedia.com...By 'interstitial' I mean a page that is loaded 'in between' some other pages> hasn't>> yea its an interstitial utility function page and I'm surprised there>>> 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
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
-
darrel #6
Re: Referrals To A Streaming Media Control Panel?
> I can code this myself. I'm just looking for shortcuts and UI ideas at
thisOh. Gotcha.> time.
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
-
clintonG #7
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...> this>> I can code this myself. I'm just looking for shortcuts and UI ideas at>>> 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



Reply With Quote

