I don't know if I'm right here with my question.
Have a Ubunt rotating with Nginx Server with RTMP module on. This works very well, only I have the next problem. Would like to record/ save my streams. Just on the server this works well. But not to have to empty the hard disk every week, I would like to do the recordings on a network HDD. Here is the problem, the network drive is linked but recording is not possible. II Use the following code in my nginx.conf Bestan.
record all; record_path /media /stream;
record_max_size 100000K;
record_unique on;
record_suffix %D%m%y%h%m%S.FLV;
And /media /stream refer to the HDD network that I have coupled.
What do I do wrong and how can I solve this, or you can't record on a HDD network.