diff --git a/test/rtmp-publisher/README.md b/test/rtmp-publisher/README.md index d0ff69d..c31a2ac 100644 --- a/test/rtmp-publisher/README.md +++ b/test/rtmp-publisher/README.md @@ -2,7 +2,7 @@ Simple RTMP publisher. -Edit the following flashvars in demo.html to suite your needs. +Edit the following flashvars in publisher.html & player.html to suite your needs. streamer: RTMP endpoint file: live stream name @@ -12,3 +12,4 @@ file: live stream name Install flex sdk http://www.adobe.com/devnet/flex/flex-sdk-download.html mxmlc RtmpPublisher.mxml + mxmlc RtmpPlayer.mxml diff --git a/test/rtmp-publisher/RtmpPlayer.mxml b/test/rtmp-publisher/RtmpPlayer.mxml new file mode 100644 index 0000000..f874394 --- /dev/null +++ b/test/rtmp-publisher/RtmpPlayer.mxml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/test/rtmp-publisher/RtmpPlayer.swf b/test/rtmp-publisher/RtmpPlayer.swf new file mode 100644 index 0000000..a8aa285 Binary files /dev/null and b/test/rtmp-publisher/RtmpPlayer.swf differ diff --git a/test/rtmp-publisher/RtmpPublisher.swf b/test/rtmp-publisher/RtmpPublisher.swf index 325a233..a3396cf 100644 Binary files a/test/rtmp-publisher/RtmpPublisher.swf and b/test/rtmp-publisher/RtmpPublisher.swf differ diff --git a/test/rtmp-publisher/player.html b/test/rtmp-publisher/player.html new file mode 100644 index 0000000..5a2a2d8 --- /dev/null +++ b/test/rtmp-publisher/player.html @@ -0,0 +1,19 @@ + + + + RTMP Player + + + + +
+

Flash not installed

+
+ + diff --git a/test/rtmp-publisher/demo.html b/test/rtmp-publisher/publisher.html similarity index 100% rename from test/rtmp-publisher/demo.html rename to test/rtmp-publisher/publisher.html