How write stream in the network drive?
Posted: 14 Feb 2011 10:53
Hi,
How do I save rtsp stream to a network drive? In the media, I've included options:
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
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 }}'))) );
Let me add that I can not map a drive I just have to appeal directly to the network path.
Please help