Recording is OK with version 086i but not with 093
Posted: 05 Oct 2008 05:31
I made an app that sends command-line orders to VLC, asking for recording rtsp streams to disk.
The syntax I use is something like this :
This used to work fine for years with "older" versions of VLC but does not work with v0.9.3, the command displaying the video on screen instead of sending it to a file. I just verified it runs well with 0.8.6i...
What did change in 093 that I should be aware of ?
What syntax should I use to make recording work under ANY version of VLC ?
Many, really many thanks for a solution!
The syntax I use is something like this :
Code: Select all
~VLC 'rtsp://theserveraddress/thestreamurl' --sout '#standard{mux=ts,access=file,dst=/Users/me/Movies/MyRecordFileName.ts}'
What did change in 093 that I should be aware of ?
What syntax should I use to make recording work under ANY version of VLC ?
Many, really many thanks for a solution!