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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -