Re: [Live-devel] streaming h264 dynamic payload from rtp source

2014-01-21 Thread Garrison, David
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

[Live-devel] streaming h264 dynamic payload from rtp source

2014-01-20 Thread Garrison, David
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