« Return to Thread: Where do the FLV streams go when using RED 5 via WAR deployment??

Re: AMF research

by rfkrocktk :: Rate this Message:

Reply to Author | View in Thread

Well, AMF is a serialized format. It's like how Java intercommunicates via RMI. AMF deals with how strings, longs, doubles, integers, and bytes are written to an output stream (of data) and how they're read back in again. I basically use it to create a class on the client which serializes directly into a serverside class instance when it is passed across the wire.

My objects are data objects. They contain things like a user's current mood, or whatever else.

On Fri, Jul 3, 2009 at 1:15 PM, Bobby <bobby@...> wrote:
So the below would be analogous to Enumerating Objects via Stored Procedures instead of scrolling through an SQL Query and creating an XML document?

Are you Object Video objects, Audio Objects, any kind of object?


On Jul 3, 2009, at 3:52 PM, Tyler Kocheran wrote:

You shouldn't send video out via AMF. AMF is a data structure for transmitting data between Flash Player and AMF endpoints, like Red5. For example, I use AMF to send custom objects back and forth to Red5 and into my Hibernate persistence layer.

RTMP is the protocol you're looking for. I'm no video expert, so I can't really help you out too much with the actual packet processing and buffers and the like, but many other Red5 users here know a lot about it :)

On Fri, Jul 3, 2009 at 12:41 PM, Bobby <bobby@...> wrote:
#2. Excuse my ignorance, but what is the de-factor protocol for sending out various sized buffers of video via AMF.



--
And do this, knowing the time, that now it is high time to awake out of sleep;
for now our salvation is nearer than when we first believed.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
And do this, knowing the time, that now it is high time to awake out of sleep;
for now our salvation is nearer than when we first believed.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: Where do the FLV streams go when using RED 5 via WAR deployment??