Re: Flash Media Server question

2006-12-04 Thread greg h
Eric,

This page out of the FMS docs gives a good, simple overview of what you need
to do:

Preview of Development Tasks:  To create and deploy a Flash Media Server
application, complete the following tasks:
http://livedocs.macromedia.com/fms/2/docs/0024.html

As Kevin said in his reply, yes FMS does have a concept of an application
that must be set up first.

fyi ... At runtime, following is basically the sequence of events:
ColdFusion page is requested --> CF page returned to browser --> CF page
includes Flash SWF --> Flash SWF requests FLV using RTMP protocol --> Flash
Media Server streams FLV back to SWF.

btw ... Flash video (FLV) can be played by SWFs without FMS using
Progressive Download.  You can get an overview here:
http://www.adobe.com/devnet/flash/articles/flv_download_03.html

btw #2 ... you can get better support on FMS and Flash Video questions
posting to the following list:
http://www.flashcomguru.com/flashmedialist/

hth,

g


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262810
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Flash Media Server question

2006-12-04 Thread Kevin Aebig
Well I'm not completely sure I understand your setup, but I'll take a stab
at it.

You should have an application setup in MediaServer. This gives you the
flexibility to have multiple applications running without crossing each
others paths. Having a chat application and video application running
simultaneously are easier because of it...

I'm a little lost on the FTP part that you mentioned, so this might be way
off. I'm sure that you'll want to keep the media files on the same server as
MediaServer or bare minimum to have them on a mapped network drive to a
storage location. Using a protocol like FTP to grab video files and than
push them back out will definitely cause issues down the road. Technically
it would equal out to double the bandwidth being pushed through your
connection and slow down any uploads, remote requests or shared objects
within other applications.

As for using the video files, you need to connect to the server in Flash. CF
would only pass along needed variables to properly generate the request in
Flash.

For example, You could have a Flash based Media player embedded in the pages
being passed a unique ID via FlashVars and than generate the call for the
video itself. The way you describe it, I'm unsure what you're currently
doing, so I figured I toss that in just in case.

Off the top of my head if you did anything else, it wouldn't actually stream
the video, but simply progressively download it, which makes the media
server useless.

Cheers,

!k

-Original Message-
From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 04, 2006 11:39 AM
To: CF-Talk
Subject: Flash Media Server question

Figure someone on here might know this answerso I am embedding flash
video in my CF pagesbut my link wasn't working, nothing loaded up.
I have troubleshooted back to the point that I am uncertain the setup of
the Media Server is right.

The media server was supposed to point to a ftp folder that we sent up
flash video to.  Then, we can call it by IP address from the CF pages.
When I checked on the Media Server admin, I am lost.   Do I need to
setup an application or something for it to send out that data?   

Firewall holes have been opened for the server, etc.   I can't see any
other reason for my cf files not to pick up the video.

Thanks in advance




Eric J. Hoffman
Managing Partner
2081 Industrial Blvd
StillwaterMN55082
mail: [EMAIL PROTECTED]
www: http://www.ejhassociates.com
tel: 651.717.4105
fax: 651.717.4115
mob: 651.245.2717
Adobe Solutions Partner
Microsoft Certified Partner



This message contains confidential information and is intended only for
[EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you
should not disseminate, distribute or copy this e-mail. Please notify
[EMAIL PROTECTED] immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. E-mail
transmission cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete,
or contain viruses. Eric J. Hoffman therefore does not accept liability for
any errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.





~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262781
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Flash Media Server question

2006-12-04 Thread Eric J. Hoffman
Figure someone on here might know this answerso I am embedding flash
video in my CF pagesbut my link wasn't working, nothing loaded up.
I have troubleshooted back to the point that I am uncertain the setup of
the Media Server is right.

The media server was supposed to point to a ftp folder that we sent up
flash video to.  Then, we can call it by IP address from the CF pages.
When I checked on the Media Server admin, I am lost.   Do I need to
setup an application or something for it to send out that data?   

Firewall holes have been opened for the server, etc.   I can't see any
other reason for my cf files not to pick up the video.

Thanks in advance




Eric J. Hoffman
Managing Partner
2081 Industrial Blvd
StillwaterMN55082
mail: [EMAIL PROTECTED]
www: http://www.ejhassociates.com
tel: 651.717.4105
fax: 651.717.4115
mob: 651.245.2717
Adobe Solutions Partner
Microsoft Certified Partner



This message contains confidential information and is intended only for [EMAIL 
PROTECTED] If you are not cf-talk@houseoffusion.com you should not disseminate, 
distribute or copy this e-mail. Please notify [EMAIL PROTECTED] immediately by 
e-mail if you have received this e-mail by mistake and delete this e-mail from 
your system. E-mail transmission cannot be guaranteed to be secure or 
error-free as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses. Eric J. Hoffman therefore does 
not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262753
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4