[Mono-list] Alternative to embedded Windows Media Player
Daniel Morgan
monodanmorg at yahoo.com
Sun Mar 11 19:24:11 UTC 2012
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 <keithboynton at flaredesign.co.uk>
To: mono-list at lists.ximian.com
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 - Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20120311/7ea7d998/attachment.html>
More information about the Mono-list
mailing list