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