Re: [Live-devel] Determining h.264 frame type in a sink

2015-05-14 Thread Ross Finlayson
> 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

[Live-devel] Determining h.264 frame type in a sink

2015-05-14 Thread Ted Kapustin
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

[Live-devel] live555ProxyServer

2015-05-14 Thread sergio
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

Re: [Live-devel] MPEGTS encapsulation

2015-05-14 Thread Ross Finlayson
> 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?