Re: [FFmpeg-devel] [PATCH 0/2] Fix/clarify the sdp_file option.

2015-11-09 Thread Simon Thelen
On 15-11-02 at 15:57, Simon Thelen wrote: > Fixes a segfault when trying to write sdp information without an rtp > output stream, also clarifies that the sdp_file option requires an rtp > output format. > > Example of segfaulting command: > ffmpeg -re -f lavfi -i testsrc -re -f lavfi -i aevalsrc=0

[FFmpeg-devel] [PATCH 0/2] Fix/clarify the sdp_file option.

2015-11-02 Thread Simon Thelen
Fixes a segfault when trying to write sdp information without an rtp output stream, also clarifies that the sdp_file option requires an rtp output format. Example of segfaulting command: ffmpeg -re -f lavfi -i testsrc -re -f lavfi -i aevalsrc=0 -sdp_file test -c:v libx264 -strict -2 -f rtp_mpegts