I have set up Flash Media Server 4.5 (Local PC, no Amazon or any Online Service). Remote location (same LAN) streaming live to the server using analog capture cards with Adobe Flash Media Encoder. The locations is streaming to the following rtmp url.
FMS URL: "rtmp://server-ip/live"
Stream Name: "stream1"
From a website i have use jwplayer to play that stream and that is okay. The problem comes when i want to record during live streaming.
How to achieve that? The player doesn't support recording, "is just a player".
Is there any way to capture and save to a local folder a portion of the live stream during live streaming? Notice that Flash Media Server uses Server-Client side Actionscript.
Please if can anyone help. Thanks in advance!
Better solution to record Flash Media Server or any other RTMP Media LIVE Stream is to use rtmpdump https://rtmpdump.mplayerhq.hu/. You can get its command line documentation for reference. For example to record the live stream with parameters
You can use following command
We used the following options here
Optional Tip: You can also Record stream from Microsoft Media Server from here