What is EasyRTMP?
Similar to EasyIPCam or EzStreamSvr project, EasyRTMP is also a simple software/tools to start your own LIVE STREAMING. EasyRTMP is currently using librtmp, nginx and nginx-rtmp-module to do the RTMP and HLS streaming. For the streaming server, you can also use some official/commercial streaming servers like FMS, Red5, or Wowza.
The major difference to me is: EasyIPCam & EzStreamSvr are based on RTSP/RTP/RTCP technique, while EasyRTMP is based on RTMP techique.
And there are some slight differences between EasyIPCam and EasyRTMP:
1. EasyIPCam is an independent streaming server, but EasyRTMP is only a client-side publisher, it needs a RTMP server to work.
2. Video streaming by RTSP/RTP solution requires a viewer-side player, such as VLC Player, to view the video, while video streaming by RTMP solution doesn’t require you any viewer-side installations, because it’s already in your PC, it’s name is Adobe Flash Player which is the NO.1 application throughout the world.
Simply put, if you wish your published video can be viewed by someone who don’t like to install any player on his/her PC, EasyRTMP will be a good choice.
And you can also view the video publish by EasyRTMP through HLS which is benifit from nginx-rtmp-module.
Excited? Goto download page and start your own LIVE streaming. It’s free, free for personal, free for commercial, free to distribute.
Where to download?
You can download the EasyRTMP Suit here by the address listed below:
1. EasyRTMP – the video publisher: https://oddmeta.net/p/easyrtmp/EasyRTMP.7z
2. Windows test server – nginx: https://oddmeta.net/p/easyrtmp/nginx-win32.7z
I strongly recommand you to run the full suit on your own PC, but if you want do some online test, I’v made my VPS prepared for RTMP support, and you can push the video to my test streaming server(http://live.rg4.net), however, my VPS is not actually for video streaming, so PLEASE DO NOT test it for long, otherwise my VPS will be shutdown by my VPS provider, and I’ll track you down.
Need your own Flash player?
Normally, I suggest you use 3rd-party free Flash player like JW Player, but if you really don’t like it, don’t worry, I’m here offer you a sample Flash player source code in it with all Action Script required for playing RTMP streams.
Hit this url to start download: https://oddmeta.net/p/easyrtmp/client.rar
A simple guide to start to use EasyRTMP
Here is a simple guide to use EasyRTMP:
Where to Download EasyRTMP?
The major difference to me is: EasyIPCam & EzStreamSvr are based on RTSP/RTP/RTCP technique, while EasyRTMP is based on RTMP techique.
And there are some slight differences between EasyIPCam and EasyRTMP:
1. EasyIPCam is an independent streaming server, but EasyRTMP is only a client-side publisher, it needs a RTMP server to work.
2. Video streaming by RTSP/RTP solution requires a viewer-side player, such as VLC Player, to view the video, while video streaming by RTMP solution doesn’t require you any viewer-side installations, because it’s already in your PC, it’s name is Adobe Flash Player which is the NO.1 application throughout the world.
Simply put, if you wish your published video can be viewed by someone who don’t like to install any player on his/her PC, EasyRTMP will be a good choice.
And you can also view the video publish by EasyRTMP through HLS which is benifit from nginx-rtmp-module.
Excited? Goto download page and start your own LIVE streaming. It’s free, free for personal, free for commercial, free to distribute.
Where to download?
You can download the EasyRTMP Suit here by the address listed below:
1. EasyRTMP – the video publisher: https://oddmeta.net/p/easyrtmp/EasyRTMP.7z
2. Windows test server – nginx: https://oddmeta.net/p/easyrtmp/nginx-win32.7z
I strongly recommand you to run the full suit on your own PC, but if you want do some online test, I’v made my VPS prepared for RTMP support, and you can push the video to my test streaming server(http://live.rg4.net), however, my VPS is not actually for video streaming, so PLEASE DO NOT test it for long, otherwise my VPS will be shutdown by my VPS provider, and I’ll track you down.
Need your own Flash player?
Normally, I suggest you use 3rd-party free Flash player like JW Player, but if you really don’t like it, don’t worry, I’m here offer you a sample Flash player source code in it with all Action Script required for playing RTMP streams.
Hit this url to start download: https://oddmeta.net/p/easyrtmp/client.rar
A simple guide to start to use EasyRTMP
Here is a simple guide to use EasyRTMP:
- Download EasyRTMP and nginx-win32, and extract them the a specified directory you want.
- Locate to the “start.bat” file in the nginx-win32 packet, and execute the start.bat.
- Locate the “EasyRTMP.exe” file in the EasyRTMP packet, and execute the file EasyRTMP.exe
- Click the “Start” button in the EasyRTMP, and check whether it is on running by checking the log output. Normally there should be a message like this: “RTMP initialized, rtmp://localhost:1935/live/0_320x240″, if you get this message, it means you can start view the video by browser or VLC Player. * You need to change the “Server IP” field from “live.rg4.net” to “localhost” or some other IP address whether you are running your streaming server(nginx, FMS, Red5, Wowza, etc) mannually if you are using your own streaming server.
- Open a browser, and navigate to the server URL, http://localhost(if you are using the your local nginx server) or http://live.rg4.net(if you are using my VPS as streaming server).
- Click “Play by RTMP” to start client video publish.
- Enjoy your own live streaming!
- Error: Queue size exceeded 50(56), video frame will be dropped.
- About the stream name.
- How to setup my own RTMP server?
Where to Download EasyRTMP?