Re: [Live-devel] streaming data not contained in a file

2008-02-05 Thread Ross Finlayson
>I need to transmit data What kind of data is this? Well, for now it's not a media file like live555 stream usually, but a collection of media files (images, informations about those images, etc.) I receive in a buffer, with packet headers to delimit them. I understand live555 is used to st

Re: [Live-devel] streaming data not contained in a file

2008-02-05 Thread Erwan Miry
Hi Ross, First of all, thank you for your quick responses! 2008/1/31, Ross Finlayson <[EMAIL PROTECTED]>: > > >I need to transmit data > > What kind of data is this? Well, for now it's not a media file like live555 stream usually, but a collection of media files (images, informations about those

Re: [Live-devel] streaming data not contained in a file

2008-01-31 Thread Ross Finlayson
>I need to transmit data What kind of data is this? You cannot just transmit data using RTP without knowing what kind of data it is. Each media type has a different "RTP paayload format" - i.e., rules for how the data is packaged into RTP packets. >I've got an other question: I don't under

[Live-devel] streaming data not contained in a file

2008-01-31 Thread Erwan Miry
Hi all, I've got the same kind of problem as a guy who asked for answers two days ago. I need to transmit data, and I've got some problems. First, data are not in a file. So if I try to use Live555, I need an external file (like "test.mp3"), right? So if I don't have this file, I need to implement