[FFmpeg-devel] [PATCH] ffmpeg: change command line option -dump to work without -loglevel debug

2015-12-10 Thread Tom Marecek
-hex and -dump command line options do nothing unless -loglevel debug is set. -dump by itself is useful for monitoring live streams (to get the current PTS for example) however when it is used with -loglevel debug for an RTMP stream, librtmp also dumps the packet data which makes the output too

[FFmpeg-devel] ffmpeg print_report for rtmp streams

2015-11-06 Thread Tom Marecek
Hello, I have no experience with submitting patches to ffmpeg yet and so I am sorry if I am going about this the wrong way but I wanted to discuss a change that I made to print_report which is related to this bug: https://trac.ffmpeg.org/ticket/1446 We are using stdout from ffmpeg to monitor r