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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -