Ross,
Thanks for the quick response.
Ok, So I've started my own MPEG2PesParser class that extends FramedFilter to do
the parsing. I started the implementation for doGetNextFrame() and understand
how to parse the PES from the datagram payload but I still do not see how to
get at the data nor h
Hello -
I've been looking at the examples and have tried to accomplish setting up an
RTSP server that can stream RTP H264 dynamic payload from a live RTP source
carrying MPEG2 Transport with H264 PES payload and keep running into problems.
Any guidance would be greatly appreciated.
My latest