Hi All, I'm wondering what is the equivalent of "MediaOpened" event (equivalent of MS Smooth Streaming examples) in VLC? I see "Opening" followed by Buffering but there is no indication / event of "Opened". Will "MediaParsedChanged" be of any help? Searched nu...
Hi All, I'm wondering what is the equivalent of "MediaOpened" event (equivalent of MS Smooth Streaming examples) in VLC? I see "Opening" followed by Buffering but there is no indication / event of "Opened". Will "MediaParsedChanged" be of any help? Searched nu...
Thanks Sherington. I figured it out myself after few days of posting as I don't see much responses in these forums! Sorry forgot to post (thought it won't be nice to write every thread "I solved it myself... E...y..."
Resolved most of it myself finally!... The combination of VLC Install/Uninstallation issues (multiple copies lingering around even after a clean "go" from VLC uninstall etc) and conflicts of 64 bit JDK and VLC seems to be major part of it. MRL needs disk name unlike linux. Experimented bit...
sorry - did you get it to work under VLC 32 bit and JDK 32 bit OR both 64 bit? Also, -Dgna path spec. Did you use quotes (" ") or Not?! I'm trying to do what exactly done in video, but getting same errors as you are (windows 7 64 bit, vlc and JDK both 64 bit. vlcj 2.0.0-dist) Thanks in adv...
Appreciate HELP!!! Env: Windows 7, vlc=2.1 mar 6 snapshot (works), latest vlcj-2.0.0 distribution. Did exactly as in video vlcj-speed.run.flv. Eclipse Builds but gives error: "could not find main in classes..." Tried several things (adding external jar etc) and switched to commandline and ...
Rephrasing! Could anyone please point me to any code examples (C / C++) of plugin that captures callback events from VLC mediaplayer in native/standalone mode? I'm surprised that there was no response from VideoLAN team! Tiered searching net.
Thank you! So, does 32bit compile and work OK? Since VLC is built for 64bit, appreciate some detailed help. I need to log different player events (from browser embedded and standalone VLC app) for Analytics purpose. So, anything along this line (steps, code examples, build instructions) will be of g...
Thank you Jean. Sorry, due few threads, forgot tell: I'm past this error and stuck in "Install Mozilla development tools, required headers not found". However, I do see npapi.h being present. Never the less, In an attempt to get Mozilla Dev tools, ended up downloading tons of things includ...
Built vlc 2.1 from git successfully and trying to compile Mozilla/Firefox Plugin for MAC. Based on following error even installed Geko SDK, Sea Monkey etc. However, haven't built Geko SDK yet -not sure needed or not. Same error/extremely frustrating! Please help. If anyone could outline the steps (I...
/Users/test/npapi-vlc$ ./configure LIBVLC_LIBS=”/Applications/VLC.app//Contents/MacOS/lib/“ Still seeing the same error saw earlier (without any arguments) checking for LIBVLC... configure: error: Package requirements (libvlc >= 1.1.0) were not met: No package 'libvlc' found Consider adjusting the P...
update: Got past myself with all the errors/conflicts and packaged VLC for Mac 10.7.3. Issues with packaging mozilla plugin. Will post in different thread
But I'm struggling with MAC - simply not sure how to get this plugin working! I've latest 2.1 code which I compiled using prebuilt libs. But the plugin download available for Mac is only 1.0.5. I downloaded this (I've Mac 10.7.3 Intel 64 bit) and quit both Safari and Mozilla. Installed the .dmg pkg....
VLC_help,
Coukd you please elaborate what you mean by they? VLC/VideoLAN or Apple?
Also, since we can stream HLS/.m3u8 in some versions of VLC, not sure about the nature of conflict.
For plugin: Since I've compiled VLC successfully with prebuilt libraries, I'm assuming I can continue from here and just build a separate module and link it. Plugin: Just want to log some statistics (player callback events - Play started, paused, ended, stream length/duration etc) from VLC player. I...
Successfully compiled (finally!) after I reloaded pre-built libraries (and with some of the workarounds did earlier etc). Plays HLS media. Hurray!
On to building external plugin (looking for examples)