Hi,
thanks for the tips. You have made my certain doubts clear about the
subject, rest i will explore. if u find any further such inputs let me know.
As i understood requests are directly handled by FMS on request from swf
files.
I was just trying to work out on a news based site kind of scenario where a
.net application is used to dynamically display the content i mean upload on
server and streaming of a video dynamically as per request by a user. In
this case then

  1. Http request is made to load a  SWF
  2. now on a user click on video icon in webpage request will be passed
  to residing SWF,  SWF contains logic for RTMP call to FMS
  3.  SWF requests FLV stream from FMS
  4. SWF receives FLV stream and displays it

I mean request first pass to SWF and from there to FMS. I that case where
the FLV database will be stored. Bacauz FMS and web server are separate. I
am still a bit confused.



thanks
Abhi


On 7/24/07, greg h <[EMAIL PROTECTED]> wrote:

Hi Abhishek,

Bob's summary is 100% correct.

For more detail, you might want to check out the heading "About streaming
video" here on the "Delivery options for Flash video" page of the "Flash
video learning guide":
http://www.adobe.com/devnet/flash/articles/video_guide_02.html

Also this page may help too:
Streaming Video (FLV) -- Delivering Flash Video: Understanding the
Difference Between Progressive Download and Streaming Video
http://www.adobe.com/devnet/flash/articles/flv_download_04.html

Following is a basic sequence of events at runtime:
1) browser requests a SWF from the web server via HTTP
2) browser receives SWF, SWF contains logic for RTMP call to FMS
3) SWF requests FLV stream from FMS
4) FMS starts stream to the SWF
5) SWF receives FLV stream and displays it.

So, basically, there is no direct interaction between the FMS and web
server.

Please post back if you have any further questions.

hth,

g

On 7/23/07, creativity <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Can anyone guide me on how to use flash media server with a web server
for
> streaming media asses like videos and audios.
> I wish to know how to set up this service and how web application
running
> on
> webserver handles media related requests using flash media server.
> --
> Abhishek Kumar
>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
Abhishek Kumar
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to