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

2014-01-21 Thread Ross Finlayson
> 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 how to pass that data along to t

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

2014-01-21 Thread Garrison, David
ming h264 dynamic payload from rtp source 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 wo

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

2014-01-20 Thread Ross Finlayson
> 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. Dave, The

[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