Page 1 of 1
How to record stream using libVLC on Android?
Posted: 25 Jun 2016 18:06
by Steiner
Please tell me how to save video stream to disk as a file?
I tried to add:
media.addOption(":sout=#duplicate{dst=std{access=file,mux=mp4,dst=\"/storage/emulated/0/file1.ts\"}}");
But no result:(
Re: How to record stream using libVLC on Android?
Posted: 28 Jun 2016 10:20
by Steiner
I have a suspicion that the theoretical recording does not work because of the parameter "--disable-sout" in the configuration file, and replace it if it theoretically should work.
Someone can tell something about this?
Re: How to record stream using libVLC on Android?
Posted: 28 Jun 2016 10:23
by Jean-Baptiste Kempf
remove the duplicate and, yes, you need --enable-sout for this
Re: How to record stream using libVLC on Android?
Posted: 28 Jun 2016 10:50
by Steiner
I am so sorry, removed topic from "VLC for Android and Chrome OS"
I will try
Re: How to record stream using libVLC on Android?
Posted: 28 Jun 2016 12:02
by Steiner
I tried, bet have this error:(
Makefile:502: *** Download and check target not defined for sout. Stop.
contribs: make fetch failed
Re: How to record stream using libVLC on Android?
Posted: 12 Oct 2018 20:39
by lucksg
Hi Steiner,
Did you get to record the stream?
Thanks