From a977ca499dbec7c95a34d2d042f0dc354f7418af Mon Sep 17 00:00:00 2001 From: Paul Gregoire <mondain@gmail.com> Date: Sun, 31 Dec 2023 13:48:36 -0800 Subject: [PATCH] Modify urls using archive.org --- .../java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java b/client/src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java index c280e4f1..c18f9f8e 100644 --- a/client/src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java +++ b/client/src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java @@ -679,10 +679,10 @@ public abstract class BaseRTMPClientHandler extends BaseRTMPHandler implements I * SWITCH : String = "switch" - Switches from playing one stream to another stream, typically with streams of the same content. * </pre> * - * @see <a href="http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_actionscript.html">ActionScript guide to dynamic + * @see <a href="https://web.archive.org/web/20150911224454/http://www.adobe.com/devnet/adobe-media-server/articles/dynstream_actionscript.html">ActionScript guide to dynamic * streaming</a> * @see <a href= - * "http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamPlayTransitions.html">NetStreamPlayTransitions</a> + * "https://web.archive.org/web/20150908085221/http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamPlayTransitions.html">NetStreamPlayTransitions</a> */ @Override public void play2(Number streamId, Map<String, ?> playOptions) { -- GitLab