Re: [Live-devel] Raw data streaming

2007-11-28 Thread [EMAIL PROTECTED]
Hi, I just spent more time looking in live555 code and found that the MPEG4GenericRTPSink should do the job. I get the data on the other end and it look good :-) Thank You, Frederic Ross Finlayson a écrit : >> - what should I implement in RTPSink? what is its role >> > > Your "RTPSink" su

Re: [Live-devel] Raw data streaming

2007-11-27 Thread [EMAIL PROTECTED]
Ross Finlayson a écrit : >> - what should I implement in RTPSink? what is its role >> > > Your "RTPSink" subclass will implement a particular RTP payload > format (defined by a IETF RFC or (preferably) standards-track > Internet-Draft). Which RTP payload format do you wish to implement?? >

Re: [Live-devel] Raw data streaming

2007-11-27 Thread Ross Finlayson
>- what should I implement in RTPSink? what is its role Your "RTPSink" subclass will implement a particular RTP payload format (defined by a IETF RFC or (preferably) standards-track Internet-Draft). Which RTP payload format do you wish to implement?? -- Ross Finlayson Live Networks, Inc. http

[Live-devel] Raw data streaming

2007-11-27 Thread frederic_live555
Hi, I try to write an extension to live555 in order to stream (RTSP) raw data together with video and audio. so far I wrote : - a custom DrfSubsession (extds OnDemandServerMediaSubsession) which return a custom Sink and a custom Source. - a custom DrfRTPSink (extds MultiFramedRTPSink) but I do