LibVLC for android: how to save the playing http stream? -
LibVLC for android: how to save the playing http stream? -
investigating java code of lib, found no way save playing video somewhere. however, vlc core has such capabilities, according this doc, can duplicate stream , save it, redirecting right file.
i thought supply corresponding arguments while creating instance of lib, tried add together alternative when initializing library in libvlcjni.c
that:
"--sout=duplicate{dst=standard{access=file,mux=ts,dst=/storage/emulated/0/example.mp4}, dst=display}"
but seems it's not working. other ideas?
android libvlc
Comments
Post a Comment