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
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??
>
>- 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
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