Page 1 of 1

How write stream in the network drive?

Posted: 14 Feb 2011 10:53
by rpyr
Hi,

How do I save rtsp stream to a network drive? In the media, I've included options:

Code: Select all

libvlc_media_add_option (p_md, PAnsiChar (System.UTF8Encode ((': sout = # duplicate {dst = std {access = file, mux = ps, dst = \ \ 127.0.0.1 \ Stream \ test.avi }}'))) );
Unfortunately, the file is not created. If you indicate a path to "C: \ test.avi" it works correctly.

Let me add that I can not map a drive I just have to appeal directly to the network path.

Please help

Re: How write stream in the network drive?

Posted: 14 Feb 2011 17:13
by RĂ©mi Denis-Courmont
In principle, the network path should work. But this was never tested.

Re: How write stream in the network drive?

Posted: 14 Feb 2011 17:26
by rpyr
In principle, the network path should work. But this was never tested.
Well, unfortunately, after many attempts I could not write to a network path.
Is there a chance to check it or if anyone knows a solution?

Thanks for all help :)