[vlc-commits] Revert "live555: Add satip support"

Jean-Baptiste Kempf git at videolan.org
Mon Sep 26 11:52:23 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 26 11:51:08 2016 +0200| [45d937788a198a76bdd88a3ded32268b486dea39] | committer: Jean-Baptiste Kempf

Revert "live555: Add satip support"

This reverts commit 8d0b0e89493bfebe5de2e7c927cf0ba0f22382fb.

Close #17444

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45d937788a198a76bdd88a3ded32268b486dea39
---

 modules/access/live555.cpp | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 43335eb..5c18a3d 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -558,15 +558,7 @@ static void continueAfterOPTIONS( RTSPClient* client, int result_code,
       result_code == 0
       && result_string != NULL
       && strstr( result_string, "GET_PARAMETER" ) != NULL;
-    if( p_sys->p_sdp == NULL )
-    {
-        client->sendDescribeCommand( continueAfterDESCRIBE );
-    }
-    else
-    {
-        p_sys->b_error = false;
-        p_sys->event_rtsp = 1;
-    }
+    client->sendDescribeCommand( continueAfterDESCRIBE );
     delete[] result_string;
 }
 



More information about the vlc-commits mailing list