RSATom / QmlVlc

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

Couldn't create libvlc instance. Check vlc plugins dir. #50

Closed aratkevich closed 8 years ago

aratkevich commented 8 years ago

Собрал vlc (OSX), скопировал в /usr/local/lib при запуске QmlVlcDemo выдает сообщение Couldn't create libvlc instance. Check vlc plugins dir. Не подскажите куда копать?

RSATom commented 8 years ago

В последней релизной версии VLC есть баг не поволяющий libvlc корректно работать вне VLC.app. Возможно это ваш случай. Для решения проблемы требуется использовать немного модифицированное дерево файлов из VLC.app. Взять его можно например здесь.

aratkevich commented 8 years ago

Да, помогло! Спасибо!

RSATom commented 8 years ago

Всегда пожалуйста.

johnlu0907 commented 4 years ago

HI Could you explain about the solution once again? what means using a slightly modified tree of files from VLC.app?

RSATom commented 4 years ago

@johnlu0907 I had to add some symlinks to get it working. You can look example at https://github.com/RSATom/WebChimera.js/releases/download/v0.1.47/WebChimera.js_v0.1.47_nw_v0.12.3_VLC_v2.2.1_x64_osx.tar.gz

RSATom commented 4 years ago

and btw, I didn't check if it still works long time already... So some new issues are possible...

johnlu0907 commented 4 years ago

I'm getting following issue:

Couldn't create libvlc instance. Check vlc plugins dir.

Have you had tested QmlVlc with libvlc 3.0.8?

johnlu0907 commented 4 years ago

I'm developing streaming app using your libraries but I'm getting an issue as above. Please help me asap.

RSATom commented 4 years ago

Yes, I've tried it with some libvlc 3.x but I did't try it with libvlc 3.x on Mac.

johnlu0907 commented 4 years ago

I'm working on Ubuntu environment now.

RSATom commented 4 years ago

Do you have VLC installed?

goplayegg commented 3 years ago

@johnlu0907 I had to add some symlinks to get it working. You can look example at https://github.com/RSATom/WebChimera.js/releases/download/v0.1.47/WebChimera.js_v0.1.47_nw_v0.12.3_VLC_v2.2.1_x64_osx.tar.gz

Thanks , I am experiencing this issue now, it works on vlc 3.0.12 Mac intel 64.