From c5f51b15b7966ceb2772a6368b039c0be49accbf Mon Sep 17 00:00:00 2001 From: Nao Iizuka Date: Fri, 12 Apr 2024 00:01:07 +0900 Subject: [PATCH] Edit README --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 45ab4ea..9e231d9 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,6 @@ For example, file/video.mp4 is available at rtmp://localhost/file/mp4:video.mp4 ### Publishing live streams -#### From Flash Media Live Encoder - -Flash Media Live Encoder is a free live encoder from Adobe. - -In the Encoding Options panel, check "Stream to Flash Media Server" and set the URL to: - -- **FMS URL**: rtmp://localhost/live -- **Backup URL**: (blank) -- **Stream**: STREAM_NAME (whatever name you would like) - -Press the "Connect" button. Set the video format to H.264, and the audio format to AAC. Press the "Start" button. - -When you watch the stream over RTSP or RTMP, use the stream name specified above. - #### From FFmpeg If you have an MP4 file with H.264 video and AAC audio: @@ -113,7 +99,7 @@ Note that the RTSP server runs on port 80 by default. #### Via RTMP -RTMP stream is for Flash Player. Flowplayer and JW Player are both good free players. +RTMP stream is also available. **RTMP URL**: rtmp://localhost/live/STREAM_NAME