#9346: Loss of data when input is Unix Domain Socket -------------------------------------+------------------------------------- Reporter: ku7iex2E | Owner: Leo Izen | <leo.izen@…> Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: unix-socket | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Leo Izen <leo.izen@…>):
* owner: (none) => Leo Izen <leo.izen@…> * resolution: => fixed * status: open => closed Comment: In [changeset:"e945142df34f88e11546d1943cff420fbd592698/ffmpeg" e945142d/ffmpeg]: {{{#!CommitTicketReference repository="ffmpeg" revision="e945142df34f88e11546d1943cff420fbd592698" avformat/unix: set is_streamed to true Currently when a Unix Domain Socket is used as input there is a loss of data when data is consumed from the stream. Setting is_streamed to true fixes this, since the unix domain socket is now treated like a consumable stream. Fixes: #9346 Signed-off-by: dank074 <torresefrai...@gmail.com> Reviewed-by: Leo Izen <leo.i...@gmail.com> }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/9346#comment:12> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".