I use DVBViewer Recording Service for rtmp stream, and I start ffmpeg, and my system disc space is decrease, and decreases onto 0 byte. If I close ffmpeg the disc space availeble again.
My ffmpeg code:
"C:\ffmpeg\ffmpeg.exe" -i "http://localhost:7522/upnp/channelstream/47.ts" -r 21 -c:v libx264 -preset fast -profile:v baseline -crf 27 -vf "scale=500:282" -r 25 -maxrate 350k -bufsize 1200k -g 42 -threads 1 -acodec libvo_aacenc -ar 44100 -ab 48k -f flv "rtmp://ip:port/live/stream_name"
I use Recording Service 1.29.
What should I do now?
Thank You very much!