On Fri, Sep 15, 2017 at 1:41 PM, Carl Eugen Hoyos <[email protected]> wrote:
> 2017-09-15 19:36 GMT+02:00 Dave Horton <[email protected]>: > > Does anyone have a good recipe or example on how to import an rtp stream > and decode it with ffmpeg. I have both the rtp file and the associate SDP > description of the payloads, but haven’t been able to pipe it into ffmpeg > to have it decoded. > > Both sending and receiving opus via rtp is implemented in FFmpeg, > what did you try? > > Carl Eugen > _______________________________________________ > I tried ffmpeg -loglevel debug -f rtp -c:a opus -i call2.rtpdump -ar 48000 call2.mp3 does that look right? I get 'Unsupported RTP version packet received' and a whole bunch of 'Received too short packet' so perhaps my data is bad. But I am wondering where/how to give ffmpeg the sdp information so it will now how to decode the payload types etc _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
