mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
303f927d70
RFC 7826 recommends (but does not require) starting at 0,
but at least one known server implementation fails to copy
request sequence numbers <1 into responses due to an
incorrect null check.
The server known to exhibit this behavior is the Parrot
Streaming Server, serving video from their UAV devices.
A fix has been submitted upstream as well:
https://github.com/Parrot-Developers/librtsp/pull/2
The Parrot developers are known to have tested with LibVLC.
In WireShark debugging, LibVLC appears to start with a CSeq
of 2, which is likely why this bug went unnoticed.
This reverts
|
||
---|---|---|
.. | ||
.gitignore | ||
gstrtsp.h | ||
gstrtspconnection.c | ||
gstrtspconnection.h | ||
gstrtspdefs.c | ||
gstrtspdefs.h | ||
gstrtspextension.c | ||
gstrtspextension.h | ||
gstrtspmessage.c | ||
gstrtspmessage.h | ||
gstrtsprange.c | ||
gstrtsprange.h | ||
gstrtsptransport.c | ||
gstrtsptransport.h | ||
gstrtspurl.c | ||
gstrtspurl.h | ||
Makefile.am | ||
meson.build | ||
rtsp-prelude.h | ||
rtsp.h |