> I am receiving h.264 frames in a method of a class whose implementation is
> based on DummySink class derived from MediaSink. My program is not decoding
> or displaying frames, it is just re-transmitting them to another application
> that needs to know frame type without parsing frames.
> What
Hello,
I am receiving h.264 frames in a method of a class whose implementation is
based on DummySink class derived from MediaSink. My program is not decoding
or displaying frames, it is just re-transmitting them to another
application that needs to know frame type without parsing frames.
What's th
Hi;
First, I would like to apologise for the long text, but I
tryed to explain as much as I can.
I am developing an application
based on live555ProxyServer.cpp and I am facing a problem that I could
reproduce using live555ProxyServer and ffplay.exe(client).
It happens
in both LINUX and WIN
> I'm interested in creating an RTSP server around this MPEGTS stream. To be
> clear, my data source provides some amount encoded MPEGTS packets. Should I
> simply write my packetized data to a `DeviceSource` implementation, or do I
> need to subclass MPEGTransportStreamFramer or something else?