Skip to content

Commit a977ca4

Browse files
committed
Modify urls using archive.org
1 parent e7e0541 commit a977ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/java/org/red5/client/net/rtmp/BaseRTMPClientHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,10 @@ public void play(Number streamId, String name, int start, int length) {
679679
* SWITCH : String = "switch" - Switches from playing one stream to another stream, typically with streams of the same content.
680680
* </pre>
681681
*
682-
* @see <a href="http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_actionscript.html">ActionScript guide to dynamic
682+
* @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
683683
* streaming</a>
684684
* @see <a href=
685-
* "http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamPlayTransitions.html">NetStreamPlayTransitions</a>
685+
* "https://web.archive.org/web/20150908085221/http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamPlayTransitions.html">NetStreamPlayTransitions</a>
686686
*/
687687
@Override
688688
public void play2(Number streamId, Map<String, ?> playOptions) {

0 commit comments

Comments
 (0)