Issue in recording stream
Hello,
Thanks for this wonderful software that you all have developed.
We are currently developing an application based on the evo server. Things have been extremely good, but there are 2 issues, which we need to some help.
1st issue is, we have downloaded new version 1.6.3 and tried to create video chunks in flv. The following is the url which we use to record video.
Request url – http://127.0.0.1:7777/record?params=dHl … ZvcklEUj0x
To create this encoded value(params) used following parameters
• type=flv
• pathtofile=D:StreamRecordfile4
• localStreamname=cam_back_yard
• keepalive=0
• chunkLength=60
• waitForIDR=1
The following image is of the folder which has the video files created.
It seems the stream is getting recorded, but when we play the 1st video, it works, plays properly, but the other videos, when we play we get a black screen only. We tested them on VLC media player and KM Player. So appreciate if you can point us to any document which can help us to fix this issue.
The 2nd requirement is to stop the recording. As per our understanding, we can use the shutdown command. But the point is, we don’t want to get the stream removed when we stop the recording. All what we want is the recording to stop. The live stream should not stop. Can we do it?