I use crtmpserver to make my RTMP server. I use Adobe Flash Media Live Encoder 3.2 to publish the livestream to the server. It is OK. I use a webflash player to receive the live stream. It is OK.
Now, I want to find the live file in the server, but I can't find the file. Which folder is the livestream?
If you want to stream a .flv file:
In every crtmpserver application there is a property called
mediaFolder
that by default refers to foldermedia
.Then the streaming URL of the file is as:
If you want to stream a live stream:
When you define an stream acceptor in the acceptors section, you can specify the name of the stream by
localStreamName
as:Then the URL of this stream is as:
To receive the input stream and feed the RTMP server, you may use FFmpeg:
For example: