[FFmpeg-trac] #9346(avformat:closed): Loss of data when input is Unix Domain Socket
FFmpeg
trac at avcodec.org
Fri Feb 7 17:14:34 EET 2025
#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 <torresefrain10 at gmail.com>
Reviewed-by: Leo Izen <leo.izen at gmail.com>
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9346#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list