And i found that the commands follows in command line may solve my problem.
Code: Select all
vlc --video-filter=scene --vout=dummy --aout=dummy --scene-path=$path
Code: Select all
headlessMediaplayer.playMedia($STREAM_URL, "video-filter=scene","vout=dummy","aout=dummy","scene-path=$PATH");
Is there something wrong with my options?
Thanks!