Hello ,
I am trying to use a stream filter by manually using a command .
vlc -vvv http://mini2/dash/www-itec.uni-klu.ac.a ... _mini2.mpd --stream-filter stream_filter_dash
vlc is able to open the video file and display . However , in the syslogs I can see the error as below .
[0x7f90d8007588] main stream debug: using stream_filter module "stream_filter_dash"
[0x7f90d8007588] main stream debug: Inserted a stream filter
[0x7f90d8c72538] main stream debug: looking for stream_filter module: 7 candidates
[0x7f90d8c72538] main stream debug: no stream_filter module matching "any" could be loaded
[0x7f90d98e23e8] main stream debug: looking for stream_filter module: 1 candidate
[0x7f90d98e23e8] main stream debug: no stream_filter module matching "stream_filter_dash" could be loaded
[0x7f90d8007588] main stream warning: failed to insert stream filter stream_filter_dash
[0x7f90d98e23e8] main stream debug: looking for stream_filter module: 1 candidate
[0x7f90d98e23e8] main stream debug: using stream_filter module "stream_filter_record"
Means , the stream filter is not loaded as expected .
I configured the vlc initially by enabling this module . ./configure --enable-stream_filter_dash
No luck . it still says the same.
I am able to check the module presence using vlc --list
Is I am wrong anywhere ? . Please let me know .
Best
yash