Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Eric Reichert
On 9/16/16, 12:52 PM, "Libav-user on behalf of Carl Eugen Hoyos" wrote: 2016-09-16 15:06 GMT+02:00 Eric Reichert : > It could be that I don’t understand the question or the specs well enough.

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Eric Reichert
On 9/16/16, 4:22 PM, "Libav-user on behalf of Andy Shaules" wrote: On 9/16/2016 6:06 AM, Eric Reichert wrote: > On 9/16/16, 8:30 AM, "Libav-user on behalf of Carl Eugen Hoyos"

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Andy Shaules
On 9/16/2016 6:06 AM, Eric Reichert wrote: On 9/16/16, 8:30 AM, "Libav-user on behalf of Carl Eugen Hoyos" wrote: 2016-09-16 14:24 GMT+02:00 Eric Reichert : > The streams I’m working with

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 15:06 GMT+02:00 Eric Reichert : > It could be that I don’t understand the question or the specs well enough. No, sorry: My knowledge of rtp is limited, I just suspected that H.264 over rtp needs the sdp file (to get SPS and PPS / extradata). If your stream

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Eric Reichert
On 9/16/16, 8:30 AM, "Libav-user on behalf of Carl Eugen Hoyos" wrote: 2016-09-16 14:24 GMT+02:00 Eric Reichert : > The streams I’m working with are of the Annex B variety. I would

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 14:24 GMT+02:00 Eric Reichert : > The streams I’m working with are of the Annex B variety. I would have expected that the rtp specification for H.264 requires the video stream not to be in this format, am I wrong? Can you provide such a stream (or even

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Eric Reichert
On 9/16/16, 8:03 AM, "Libav-user on behalf of Carl Eugen Hoyos" wrote: 2016-09-16 2:12 GMT+02:00 Eric Reichert : > Is there an option that can be passed to avformat_open_input > (or another

Re: [Libav-user] Decoding RTP streams with in-band SDP

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 2:12 GMT+02:00 Eric Reichert : > Is there an option that can be passed to avformat_open_input > (or another call) that will enable decoding of an RTP stream > carrying H.264 video with the SDP in-band without having to > pass an out-of-band SDP file? Isn't