am d4513f10: Allow multiple RTSP redirects. Bug 2272041.

Merge commit 'd4513f10c87aecd60e8245a971c2d0b954c9e9af' into eclair-mr2

* commit 'd4513f10c87aecd60e8245a971c2d0b954c9e9af':
  Allow multiple RTSP redirects. Bug 2272041.
diff --git a/protocols/rtsp_client_engine/inc/pvrtspenginenodeextensioninterface.h b/protocols/rtsp_client_engine/inc/pvrtspenginenodeextensioninterface.h
index 11d0296..397304b 100644
--- a/protocols/rtsp_client_engine/inc/pvrtspenginenodeextensioninterface.h
+++ b/protocols/rtsp_client_engine/inc/pvrtspenginenodeextensioninterface.h
@@ -134,7 +134,7 @@
 
 #define PVRTSPENGINENODE_DEFAULT_KEEP_ALIVE_INTERVAL 55
 #define PVRTSPENGINENODE_DEFAULT_RTSP_INACTIVITY_TIMER 15
-#define PVRTSPENGINENODE_DEFAULT_NUMBER_OF_REDIRECT_TRIALS 1
+#define PVRTSPENGINENODE_DEFAULT_NUMBER_OF_REDIRECT_TRIALS 8
 
 //Forward Declarations
 class PVMFPortInterface;