RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

Inability to change libvlc settings #62

Open Ivshti opened 8 years ago

Ivshti commented 8 years ago

Besides what is exposed through the QmlVlcConfig class, there's nothing else.

Use case - I want to set --no-osd, --no-media-library

Would you consider a way of exposing the opts vector or adding an ability to push to it with an external func?

RSATom commented 8 years ago

Good point. Something similar was not added yet just because this module was used in Browser Plugin mostly, which have to be security restricted...