Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Finkel
vlc-unity
Commits
ac98e735
Commit
ac98e735
authored
Apr 27, 2020
by
Martin Finkel
Browse files
script: show how to get libvlc logs
parent
8c0ab70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/VLC-Unity-Windows/Scripts/UseRenderingPlugin.cs
View file @
ac98e735
...
...
@@ -16,8 +16,9 @@ void Awake()
_libVLC
=
new
LibVLC
(
"--no-osd"
,
"--verbose=2"
);
_mediaPlayer
=
new
MediaPlayer
(
_libVLC
);
//_libVLC.Log += (s, e) => UnityEngine.Debug.Log(e.Message); // enable this for logs in the editor
_mediaPlayer
=
new
MediaPlayer
(
_libVLC
);
PlayPause
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment