Search found 34 matches

Go to advanced search

by rshetty00
29 Mar 2012 06:59
Forum: General VLC media player Troubleshooting
Topic: How to determined "Media Opened" event?
Replies: 1
Views: 180

How to determined "Media Opened" event?

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...
by rshetty00
29 Mar 2012 06:56
Forum: Web and scripting
Topic: Looking for player stat logging native/web plugin examples
Replies: 5
Views: 1294

Re: Looking for player stat logging native/web plugin exampl

FYI I was told Mac 64-bit plugin doesn't work.
I resorted to collecting stats by modifying native player etc.
by rshetty00
25 Mar 2012 06:53
Forum: VLC media player for Windows Troubleshooting
Topic: How to track "MediaOpened" event in VLC?
Replies: 0
Views: 105

How to track "MediaOpened" event in VLC?

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...
by rshetty00
25 Mar 2012 06:45
Forum: Development around libVLC
Topic: VLCJ - how to display Player playback controls?
Replies: 2
Views: 1009

Re: VLCJ - how to display Player playback controls?

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..."
by rshetty00
19 Mar 2012 23:14
Forum: Development around libVLC
Topic: VLCJ - how to display Player playback controls?
Replies: 2
Views: 1009

VLCJ - how to display Player playback controls?

In VLCJ package, how do I use the EmbeddedMediaPlayerComponent to enable playback controls/buttons?

I'm using VLCJ "Stats"/ StatsTest.java, but unable to see the VLC Player Playback Controls/buttons (and in Simple examples provided etc).

Thank you in advance
by rshetty00
14 Mar 2012 01:16
Forum: VLC media player for Windows Troubleshooting
Topic: vlcj-2.0.0 launch Errors in Windows
Replies: 2
Views: 3194

Re: vlcj-2.0.0 launch Errors in Windows

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...
by rshetty00
14 Mar 2012 00:30
Forum: Development around libVLC
Topic: problem with tuto of jvcl [SOLVED]
Replies: 9
Views: 3290

Re: problem with tuto of jvcl [SOLVED]

No worries. Resolved myself
by rshetty00
14 Mar 2012 00:09
Forum: Development around libVLC
Topic: VLCJ error windows 64 bit
Replies: 1
Views: 619

Re: VLCJ error windows 64 bit

No worries -Made progress!!
by rshetty00
13 Mar 2012 23:17
Forum: VLC media player for Windows Troubleshooting
Topic: vlcj-2.0.0 launch Errors in Windows
Replies: 2
Views: 3194

Re: vlcj-2.0.0 launch Errors in Windows

Just in case: Both VLC and JDK 64 bit in windows 7 64 bit
by rshetty00
13 Mar 2012 23:16
Forum: Development around libVLC
Topic: problem with tuto of jvcl [SOLVED]
Replies: 9
Views: 3290

Re: problem with tuto of jvcl [SOLVED]

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...
by rshetty00
13 Mar 2012 22:14
Forum: VLC media player for Windows Troubleshooting
Topic: vlcj-2.0.0 launch Errors in Windows
Replies: 2
Views: 3194

vlcj-2.0.0 launch Errors in Windows

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 ...
by rshetty00
12 Mar 2012 06:16
Forum: Web and scripting
Topic: Looking for player stat logging native/web plugin examples
Replies: 5
Views: 1294

Re: Looking for plugin code examples -native player

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.
by rshetty00
08 Mar 2012 05:43
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0 Unable to play HLS
Replies: 13
Views: 1909

Re: VLC 2.0 Unable to play HLS

Tested latest nightly build and works! Thank you.
by rshetty00
08 Mar 2012 05:40
Forum: VLC media player for macOS Troubleshooting
Topic: Mozilla plugin Configure error: install Mozilla dev tool
Replies: 3
Views: 1232

Re: Mozilla plugin Configure error: install Mozilla dev tool

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...
by rshetty00
08 Mar 2012 05:12
Forum: VLC media player for macOS Troubleshooting
Topic: libvlc not found error compiling mozilla plugin Mac 10.7.3
Replies: 2
Views: 741

Re: libvlc not found error compiling mozilla plugin Mac 10.7

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...
by rshetty00
06 Mar 2012 20:47
Forum: VLC media player for macOS Troubleshooting
Topic: Mozilla plugin Configure error: install Mozilla dev tool
Replies: 3
Views: 1232

Mozilla plugin Configure error: install Mozilla dev tool

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...
by rshetty00
06 Mar 2012 20:24
Forum: VLC media player for Windows Troubleshooting
Topic: missing 'x-vlc-plugin 'for mozilla i Windows 7
Replies: 12
Views: 2452

Re: missing 'x-vlc-plugin 'for mozilla i Windows 7

Sorry, the forum won't let me create a new topic saying "too soon"!
by rshetty00
06 Mar 2012 08:35
Forum: VLC media player for Windows Troubleshooting
Topic: missing 'x-vlc-plugin 'for mozilla i Windows 7
Replies: 12
Views: 2452

Re: missing 'x-vlc-plugin 'for mozilla i Windows 7

configure: error: Please install the Mozilla development tools, required headers were not found.

Not sure what is needed here (installed SeaMonkey and so on as well) as VLC was successfully packaged earlier.

Appreciate suggestions.
by rshetty00
06 Mar 2012 05:29
Forum: VLC media player for macOS Troubleshooting
Topic: libvlc not found error compiling mozilla plugin Mac 10.7.3
Replies: 2
Views: 741

libvlc not found error compiling mozilla plugin Mac 10.7.3

/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...
by rshetty00
06 Mar 2012 05:19
Forum: VLC media player for Windows Troubleshooting
Topic: missing 'x-vlc-plugin 'for mozilla i Windows 7
Replies: 12
Views: 2452

Re: missing 'x-vlc-plugin 'for mozilla i Windows 7

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
by rshetty00
06 Mar 2012 01:46
Forum: VLC media player for Windows Troubleshooting
Topic: missing 'x-vlc-plugin 'for mozilla i Windows 7
Replies: 12
Views: 2452

Re: missing 'x-vlc-plugin 'for mozilla i Windows 7

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....
by rshetty00
06 Mar 2012 01:40
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0 Unable to play HLS
Replies: 13
Views: 1909

Re: VLC 2.0 Unable to play HLS

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.
by rshetty00
05 Mar 2012 05:09
Forum: VLC media player for macOS Troubleshooting
Topic: Mac 10.7.3 compilation problems on latest code
Replies: 6
Views: 3230

Re: Mac 10.7.3 compilation problems on latest code

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...
by rshetty00
05 Mar 2012 04:13
Forum: VLC media player for macOS Troubleshooting
Topic: Mac 10.7.3 compilation problems on latest code
Replies: 6
Views: 3230

Re: Mac 10.7.3 compilation problems on latest code

Successfully compiled (finally!) after I reloaded pre-built libraries (and with some of the workarounds did earlier etc). Plays HLS media. Hurray! :D
On to building external plugin (looking for examples)

Go to advanced search