doitandbedone/ispyagentdvr-docker

[Feature Request] VLC support

Rafi594 opened this issue · 9 comments

Hello

I have some cameras who doesn't want to work with FFMPEG but are working with VLC. But the docker image doesn"t seems to include VLC. I have tried to install it manually with docker exec agentdvr apt-get install -yy libvlc-dev but it does not work.

Had to update some code to get vlc working on linux, it'll be in the next update

https://code.videolan.org/videolan/LibVLCSharp/blob/master/docs/linux-setup.md

I've also made a change to use CMD instead of ENTRYPOINT to offer a bit more flexibility. Should be up in the next dockerfile update.

should be resolved - let me know

@Rafi594 you mind confirming please?

It's working after installing libvlc-dev vlc and libx11-dev

@doitandbedone you want to add those to the docker file?

@ispysoftware Hmm, after further review, this don't you think this should be an optional item? It'll just add more space to the image and users may end up not using it. I would add the instructions however.

sure sounds good