> When RTSP server receives a DESCRIBE command, it generates the SDP by parsing
> the source data.
This depends upon the particular type of data - but for H.264, that's true, by
default.
> If description of the source is known, can the SDP can be hard-coded in
> ServerMediaSession::generateS
> Does not work in my case
> Before I create custom OnDemandServerMediaSubsession objects(which
> inherits from ServerMediaSubsession) i set to a high value
> OutPacketBuffer::maxSize, but
> at my custom FramedSource deliverFrame() method it still complain
> that newFrameSize > fMaxSize .It seems t
Hi,
When RTSP server receives a DESCRIBE command, it generates the SDP by parsing
the source data.
If description of the source is known, can the SDP can be hard-coded in
ServerMediaSession::generateSDPDescription() ?
Is there any dependency which has to be taken care if the SDP is hard-coded
In main.cpp pthread_cond_t cond = PTHREAD_COND_INITIALIZER;pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;void *liveMedia(void *arg){ pthread_mutex_lock(&mutex); H264VideoCamSource **videoSource = (H264VideoCamSource **) arg; TaskScheduler* scheduler = BasicTaskScheduler::createNew();
Does not work in my case
Before I create custom OnDemandServerMediaSubsession objects(which
inherits from ServerMediaSubsession) i set to a high value
OutPacketBuffer::maxSize, but
at my custom FramedSource deliverFrame() method it still complain
that newFrameSize > fMaxSize .It seems that this doe