2017-09-19 0:32 GMT+02:00 Dave Horton <[email protected]>: > MacBook-Pro-6:test dhorton$ ffmpeg -loglevel debug
> -i rtp1.sdp -f rtp -i rtp1.rtp -f mp3 rtp1.mp3 My knowledge of sdp and rtp is very limited but I believe (and I believe my example in my last mail confirmed it, by the way did you test it?) you only provide the sdp file which contains a network address where FFmpeg is supposed to find the rtp stream. I don't know how to feed the captured rtp stream, my guess is you have to edit the sdp file and resend the stream. Unrelated: -O0 can have funny (unwanted) effects when compiling FFmpeg and having debug information is the default, so you can remove the extra-cflags from your configure line. The option --disable-optimizations is usually unwanted (unless you want to test for compiler bugs or need extra-fast compilation, I don't even use it for bisects). Carl Eugen _______________________________________________ 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".
