>> First, don’t waste time with Mickey Mouse third-party sites like ‘Stack
>> Overflow’. They are never authoritative, and top-tier people don’t bother
>> posting to them. Instead, go straight to the source.
Haha, I agree, the quality is not always that good. To my experience however,
the com
First, don’t waste time with Mickey Mouse third-party sites like ‘Stack
Overflow’. They are never authoritative, and top-tier people don’t bother
posting to them. Instead, go straight to the source.
> @NAL units: I am using NvCodec for encoding and neither documentation nor
> samples even me
Hi,
Thanks a ton for your detailed reply.
In the meantime I figured out that I completely misunderstood how the
FramedSource is supposed to work and what has to happen in the respective
methods. Others on stackoverflow, asking similar questions, seemed to
misunderstand as well, so I completel
I suspect that your problem is that you are not using the correct ‘framer’
class for your H.264 video ‘frames’ (in reality, H.264 NAL units).
Look at your implementation of the “createNewStreamSource()” virtual function
(in your “OnDemandServerMediaSubsession” subclass). Because your data sourc
Hi all,
I've got a few beginner questions:
I'm trying to stream H264/H265 encoded live video via RTP/RTCP. For this, I'm
trying to build upon your testOnDemandRTSPServer sample, since it best fits my
needs.
I saw that you prepared a dummy class DeviceSource, apparently for the purpose
of impl