Re: [Live-devel] creating a simple RTP server

2007-07-23 Thread Ross Finlayson
>Are you *sure* that you don't know anything about the format of your media? ok then, suppose I know what media type it is, for instance h263+ or mpeg2 or whatever is easiest to converse about. further suppose that they media is not coming from file, but rather it is handed out to me, alread

Re: [Live-devel] creating a simple RTP server

2007-07-23 Thread aviad rozenhek
>>I have media in some unknown format, but already divided into >>frames, cached in memory. >>I want to start streaming immediately to a known client ip/port. >Sorry, but RTP payload formats (network packing rules) are designed >for specific media types. If you don't know the format of your >me

Re: [Live-devel] creating a simple RTP server

2007-07-22 Thread Ross Finlayson
>I have media in some unknown format, but already divided into >frames, cached in memory. >I want to start streaming immediately to a known client ip/port. Sorry, but RTP payload formats (network packing rules) are designed for specific media types. If you don't know the format of your media,

[Live-devel] creating a simple RTP server

2007-07-22 Thread aviad rozenhek
Hi, I have media in some unknown format, but already divided into frames, cached in memory. I want to start streaming immediately to a known client ip/port. how do I do this as easily as possible? what are the minimum stuff to setup and implement? thanks Aviad Rozenhek _