2018-06-25 9:15 GMT+02:00, Michael Fritscher <[email protected]>:
> Scenario: Using RTSP over wlan to get video from a webcam, > using the lib itself. Sounds like wrong mailing list: http://ffmpeg.org/contact.html#MailingLists > the WLAN has the characteristic to "pause" for e.g. 300 ms, > and send all the data at once. This makes the stream not > exactly smooth. Is there a way to tell the libav to buffer / wait > 500 ms and let the lib smooth it itself (bei e.g. using the > embedded timestamps)? I don't think this would be very useful, fast delivery is typically expected. > Or must I smooth it myself (by buffering the pictures - which > needs a lot of memory - 25/2*1280*720*3 = round about = 35 MB). You could buffer a few input frames. 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".
