diff --git a/gstlal/debian/control.in b/gstlal/debian/control.in
index 6c34f41dcb3660b31143679b528265a199ffc655..a7b3234106f30958a3756e2f79bc2139d9199dff 100644
--- a/gstlal/debian/control.in
+++ b/gstlal/debian/control.in
@@ -23,6 +23,7 @@ Build-Depends:
  libgsl-dev (>= 1.9),
  libgstreamer1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-dev (>= @MIN_GSTREAMER_VERSION@),
+ libgstrtspserver-1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  liborc-0.4-dev (>= 1:@MIN_ORC_VERSION@),
  pkg-config,
  python-all-dev (>= @MIN_PYTHON_VERSION@),
@@ -54,6 +55,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  libgirepository-1.0-1 (>= @MIN_GOBJECT_INTROSPECTION_VERSION@),
  libgstreamer1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-0 (>= @MIN_GSTREAMER_VERSION@),
+ libgstrtspserver-1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  liborc-0.4-0 (>= 1:@MIN_ORC_VERSION@),
  python (>= @MIN_PYTHON_VERSION@),
  python-avahi,
diff --git a/gstlal/gstlal.spec.in b/gstlal/gstlal.spec.in
index 9d29cf24195f9e1f7201bc6efb5703e9eaa1f2bd..288c6fe2cf1783923c3f32332868b85a21969d1b 100644
--- a/gstlal/gstlal.spec.in
+++ b/gstlal/gstlal.spec.in
@@ -22,6 +22,8 @@ Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
 # FIXME:  add this when it becomes available, and figure out what its name
 # is on .rpm based systems
 #Requires: %{gstreamername}-python3-plugin-loader
+# FIXME:  add this when it becomes available
+#Requires: %{gstreamername}-rtsp-server >= @MIN_GSTREAMER_VERSION@
 Requires: lal >= @MIN_LAL_VERSION@
 Requires: lal-python >= @MIN_LAL_VERSION@
 Requires: lalburst >= @MIN_LALBURST_VERSION@
@@ -42,6 +44,8 @@ BuildRequires: gsl-devel
 BuildRequires: gtk-doc >= @MIN_GTK_DOC_VERSION@
 BuildRequires: %{gstreamername}-devel >= @MIN_GSTREAMER_VERSION@
 BuildRequires: %{gstreamername}-plugins-base-devel >= @MIN_GSTREAMER_VERSION@
+# FIXME:  add this when it becomes available
+#BuildRequires: %{gstreamername}-rtsp-server-devel >= @MIN_GSTREAMER_VERSION@
 BuildRequires: lal-devel >= @MIN_LAL_VERSION@
 BuildRequires: lal-python >= @MIN_LAL_VERSION@
 BuildRequires: lalburst-devel >= @MIN_LALBURST_VERSION@