ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
259 stars 143 forks source link

Error in entering unreal #14

Closed h27han closed 8 years ago

h27han commented 8 years ago

I cloned the repository under engine/plugins/medias but the error message showed up: Plugin 'vlcMedia' fails to load because module 'vlcMedia' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project. I have 4.11 preview version

gmpreussner commented 8 years ago

Did you compile the project?

h27han commented 8 years ago

It seems like I may have messed up the installation step, thank you for answering. On the side note, is the audio working on vlcMedia now? Also, My initial try was to use media framework embedded but it seems like it does not support streaming link we got from youtube, in h.264 with mp4. Will that be improved at all or not til later? Thanks

gmpreussner commented 8 years ago

Audio is not supported yet. I might be able to work on it this week or next week.

YouTube is not supported and will not be supported via VlcMedia. I have another project for that, but didn't make any progress yet due to lack of time (https://github.com/ue4plugins/YtMedia). YouTube support can only be accomplished via an integrated web browser widget, because there exists no library that can stream YouTube video natively.