Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
1k views

How do I access (listen for) the multimedia keys (play/pause) in Mac OS X?

I want to write a Songbird extension binds the multimedia keys available on all Apple Mac OS X platforms. Unfortunately this isn't an easy google search and I can't find any docs. Can anyone point ...
1
vote
2answers
241 views

How do I diagnose problems in loading a gstreamer plugin?

I have created a gstreamer plugin with an element inside that would generate some data when put in a pipeline (by following the GStreamer Plugin Writer's Guide). My problem is that I cannot load my ...
1
vote
1answer
121 views

How do I connect from an XPCOM object to a GStreamer plugin in a Songbird addon?

I am writing a Songbird addon, with three parts: XUL (javascript), a GStreamer filter and an XPCOM addon. I am interested in accessing the GStreamer layer from my XPCOM component. If anyone knows any ...
0
votes
1answer
56 views

Java File API in Windows 7 issue

Basically, I'm just trying to run a list of all the files in a folder using the list function from the java File class: artistList = (new File(myPathName)).list(); But what I get is some missing ...
0
votes
0answers
22 views

Replace gstreamer with my com component in songbird

Is it possible to replace gstreamer in songbird with my com component or write a plugin for gstreamer to play video using my com component?
0
votes
1answer
415 views

How to stream media playing in songbird?

Songbird is an open source media player with lot of plugins. I want to broadcast media playing on my songbird over a network. Kindly, do not suggest me using another player.