Video streaming

View: New views
7 Messages — Rating Filter:   Alert me  

Video streaming

by Kiran Babu G :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi,
 
How can I stream videos (FLV, F4V, MP4) using FluorineFx?
I checked the samples/Help files given along with FluorineFx.
But couldn't find necessary information about configuring FluorineFx to stream videos.
Any inputs in this regard are highly appreciated.
 
Thanks,
Kiran

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Video streaming

by Peter Banfield :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi Kiran -

I don't believe flourine supports video streaming? I think its focus is on supporting AMF data transfer. I recommend that you try using the Red 5 open source Flash media server for this, or the commerically available Adobe FMS.

Peter

--- On Tue, 9/15/09, Kiran Babu G <gutta.kiran@...> wrote:

From: Kiran Babu G <gutta.kiran@...>
Subject: [Fluorine] Video streaming
To: fluorine@...
Date: Tuesday, September 15, 2009, 1:31 AM

Hi,
 
How can I stream videos (FLV, F4V, MP4) using FluorineFx?
I checked the samples/Help files given along with FluorineFx.
But couldn't find necessary information about configuring FluorineFx to stream videos.
Any inputs in this regard are highly appreciated.
 
Thanks,
Kiran

-----Inline Attachment Follows-----

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Video streaming

by Alon Agmon :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

You should also check Wowza , it's not free , but it's cheap , and has many advantage

 

From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Peter Banfield
Sent: Tuesday, September 15, 2009 4:13 PM
To: Fluorine Mailing List
Subject: Re: [Fluorine] Video streaming

 

Hi Kiran -

I don't believe flourine supports video streaming? I think its focus is on supporting AMF data transfer. I recommend that you try using the Red 5 open source Flash media server for this, or the commerically available Adobe FMS.

Peter

--- On Tue, 9/15/09, Kiran Babu G <gutta.kiran@...> wrote:


From: Kiran Babu G <gutta.kiran@...>
Subject: [Fluorine] Video streaming
To: fluorine@...
Date: Tuesday, September 15, 2009, 1:31 AM

Hi,

 

How can I stream videos (FLV, F4V, MP4) using FluorineFx?

I checked the samples/Help files given along with FluorineFx.

But couldn't find necessary information about configuring FluorineFx to stream videos.

Any inputs in this regard are highly appreciated.

 

Thanks,

Kiran


-----Inline Attachment Follows-----

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Video streaming

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

You can stream FLVs, H264 is not supported yet but is being added.
And just to be clear about this: FluorineFx's streaming code is based on the Red5 code.
 
If you want to stream flv files from the file system (the current release has samples only with streaming webcams) create a RTM application (in the "apps" subfolder of your web site)  and the corresponding "app.config" configuration file (the "application-handler" section is all you need)
For example having a RTM application called "VideoPlayer" create s sub-folder called "streams" and place there your flv files (for example: WebSite\apps\VideoPlayer\streams\F4_SilverSurfer.flv)
 
The client would start streaming with NetStream.play("F4_SilverSurfer.flv")  (where your NetConnection is connected to rtmp://{host}/VideoPlayer)
 
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Kiran Babu G
Sent: Tuesday, September 15, 2009 11:31 AM
To: fluorine@...
Subject: [Fluorine] Video streaming

Hi,
 
How can I stream videos (FLV, F4V, MP4) using FluorineFx?
I checked the samples/Help files given along with FluorineFx.
But couldn't find necessary information about configuring FluorineFx to stream videos.
Any inputs in this regard are highly appreciated.
 
Thanks,
Kiran

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Parent Message unknown Re: Video Streaming

by Kiran Babu G :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi Zoli,
 
Thank you very much for the detailed response.
May I know the following ?
- Is it possible to have the video streaming server app as a Console based instead of Web app, if so could you provide some skeleton code ?
- When can we expect H.264/AAC streaming in FluorineFx ?
 
Current version seems to be able to stream FLVs containing H.264/AAC, but not properly. The metadata is sent in the end.
 
Thanka & Regards,
Kiran
 

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Video Streaming

by info@videoavolonte.com :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi Kiran,
did you connect to the rtmp server with silverlight 3.0 ?
because we are trying to do the same, even h264 or flv.
we can implement the codec for h264 but for now, the simple connection doesn't work...
The previous error was "NetConnection.call.badVersion"
We have now a "NetConnection.Connect.Failed"
can you may be help us for doing it, and we will after implement the H264 codec for this.

Best regards,

sylvain

Kiran Babu G a écrit :
Hi Zoli,
 
Thank you very much for the detailed response.
May I know the following ?
- Is it possible to have the video streaming server app as a Console based instead of Web app, if so could you provide some skeleton code ?
- When can we expect H.264/AAC streaming in FluorineFx ?
 
Current version seems to be able to stream FLVs containing H.264/AAC, but not properly. The metadata is sent in the end.
 
Thanka & Regards,
Kiran
 

_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Video Streaming

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi Kiran,
 
Sorry for the delayed response:
- It is possible to run FluorineFx as a RTMP server through the FluorineFx windows service. However for Flash clients this will provide only rtmp access (for Flex it can provide rtmp/rtmpt/rtmps through channels).
It is also possible to write your own host application (a C# based console app for example) that hosts/runs the FluorineFx runtime hosting library. This part is just not documented yet.
- H264 VOD will be committed soon to the SVN
 
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Kiran Babu G
Sent: Friday, September 18, 2009 12:49 PM
To: fluorine@...
Subject: Re: [Fluorine] Video Streaming

Hi Zoli,
 
Thank you very much for the detailed response.
May I know the following ?
- Is it possible to have the video streaming server app as a Console based instead of Web app, if so could you provide some skeleton code ?
- When can we expect H.264/AAC streaming in FluorineFx ?
 
Current version seems to be able to stream FLVs containing H.264/AAC, but not properly. The metadata is sent in the end.
 
Thanka & Regards,
Kiran
 

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com