Skip to content

rtp, mpegts: fix decode errors with unix sockets (#5318) (#4999)#5351

Closed
aler9 wants to merge 1 commit intomainfrom
fix/unix
Closed

rtp, mpegts: fix decode errors with unix sockets (#5318) (#4999)#5351
aler9 wants to merge 1 commit intomainfrom
fix/unix

Conversation

@aler9
Copy link
Member

@aler9 aler9 commented Jan 15, 2026

Replaces #5318
Fixes #4999

Unix sockets were erroneously used in stream mode, in which packet boundaries are not respected. Now they are used in packet mode.

Unix sockets were erroneously used in stream mode, in which packet
boundaries are not respected. Now they are used in packet mode.
aler9 added a commit that referenced this pull request Feb 15, 2026
Unix socket are stream-based connections, while RTP requires
packet-based connections. While packet-based Unix sockets exist
(unixgram), no client supports them. Consequently We are forced to
deprecate unix+rtp.
@aler9
Copy link
Member Author

aler9 commented Feb 15, 2026

replaced by #5470

@aler9 aler9 closed this Feb 15, 2026
@aler9 aler9 deleted the fix/unix branch February 15, 2026 11:49
@aler9 aler9 restored the fix/unix branch February 15, 2026 11:49
@aler9 aler9 deleted the fix/unix branch February 15, 2026 11:49
aler9 added a commit that referenced this pull request Feb 15, 2026
Unix socket are stream-based connections, while RTP requires
packet-based connections. While packet-based Unix sockets exist
(unixgram), no client supports them. Consequently We are forced to
deprecate unix+rtp.
aler9 added a commit that referenced this pull request Feb 15, 2026
Unix socket are stream-based connections, while RTP requires
packet-based connections. While packet-based Unix sockets exist
(unixgram), no client supports them. Consequently we are forced to
deprecate unix+rtp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unix+rtp publish h264 stream,decode error;using same stream,udp+rtp is ok

1 participant