Oops.  I meant to sent this to the mono-list.

I would do an internet search for Banshee music player.   Hopefully, you have 
your application written in 
layers:  user interface layer separate from your media player layer and 
your business logic in-between.  

Banshee

http://banshee.fm/

Even though Banshee uses the gtk+ GUI, you could learn how it uses Gstreamer 
for media playback.  Banshee has a version for Linux, Mac, and 
Windows.  Of course, the version of Mac and Windows is of only alpha 
quality.


Banshee Development

http://banshee.fm/download/development/

Gstreamer

http://gstreamer.freedesktop.org/

I would like to know if there are any other multimedia apps running on Mono 
and/or Gtk# ?


________________________________
 From: KeithBoynton <[email protected]>
To: [email protected] 
Sent: Thursday, March 8, 2012 9:20 AM
Subject: [Mono-list] Alternative to embedded Windows Media Player
 
I have a Windows .NET C# Winforms application that I'm looking to port to
OS-X (Lion) using Mono.

At the moment the application using an embedded Windows Media Player control
to play some MP3s. I expose the play, pause, stop, volume and location bar
(for jumping around the clips) controls on the form and also
programmatically set the media URLs and control the clip location and
volume. I also use the playstate and locationchanged events.

When trying to run my app on mono on OS-X I get the following error:
COM/ActiveX support is not implemented

I think this is probably expected and I need an alternative to Windows Media
Player that I can embed on my form to play MP3s.

I've searched around and there seems to be a few options but nothing seems
well covered/documented.

Does anyone know of an alternative to WMP that can be embedded in a form
exposing some of the controls but also allowing programmatic control?

Any help would be greatly appreciated.

--
View this message in context: 
http://mono.1490590.n4.nabble.com/Alternative-to-embedded-Windows-Media-Player-tp4456518p4456518.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to