Hi, I tried your plugin today but I can't make it run, I have an unhandled exception caused by one of the string returned my mplayer :
http://pastebin.team-mediaportal.com/12105
Thanks
http://pastebin.team-mediaportal.com/12105
Thanks
I know what you mean, but I can't do this. Therefor the core of MP has to be modified. You only can configure my external player plugin to be used instead of the core player. This can be defined for every extension.But, it would be more flexible if it could be used from within the my video's menu? Like the OK / Enter button play's it normally and a different button play's it in the mplayer plugin? That way you only have one my video's.
You have an alternative player in MP, which you can use without reconfiguring MP, doesn't depend on DirectShow and comes with many built-in codecs.Could somebody tell me (and other ignorant ppl), what the benefit of using MPlayer are?
That is exactly what I can see from your log. I didn't know that the number seperator is also depending on the CultureInfo. Thanks for your debugging work and the hint.Ok i debugged your code (btw very nice coding and project organization...!)
It appears that it happends when you parse this :
ID_LENGTH=1410.48
you replace the "." by a "," which is not correct for some countries, don't have time to look how to get the number separator per region but I'm sure you'll fix this
So it can not handle UDP-streams?MPlayer website said:Supported Input Formats
* (S)VCD (Super Video CD)
* CDRwin's .bin image file
* DVD, including encrypted DVD
* MPEG-1/2 (ES/PS/PES/VOB)
* RIFF AVI file format
* ASF/WMV/WMA format
* QT/MOV/MP4 format
* RealAudio/RealVideo format
* Ogg/OGM files
* Matroska
* NUT
* NSV (Nullsoft Streaming Video)
* VIVO format
* FLI format
* NuppelVideo format
* yuv4mpeg format
* FILM (.cpk) format
* RoQ format
* PVA format
* streaming via HTTP/FTP, RTP/RTSP, MMS/MMST, MPST, SDP
* TV grabbing
When I created the plugin, I planned something like this. I wanted to add an option to setup that you give the ability to use the shares of my music and my video without any additional configuration. But it wasn't easy as expected when I tried to implement this. It's still on the todo list, but I don't know when it will be done.idioteque said:when adding shares could the plugin parse the mediaportal.xml and add all the shares that are listed under my video, with path and name
This isn't possible because MP only supports VMR9 and this plugin and MPlayer is based on other technologies. But you can use your remote with MPlayer, all standard functions of MP are implemented. I also implemented special methods that control the osd of MPlayer. This gives you a minimalistic osd.anvandarnamn said:just one question... is it impossible to use the osd? i want to be able to use the remote for fastforwarding etc...
If you just compare the external player plugins, I would they are comparable. At the moment I don't know the current status of the VLC plugin.moiristo said:I guess this plugin is similar to the VLC plugin. Does MPlayer support more file types?
UPD-streams are supported by MPlayer and is integrated in my plugin. Look here: http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.htmlSpragleknas said:So it can not handle UDP-streams?
Hi misterd,If you just compare the external player plugins, I would they are comparable. At the moment I don't know the current status of the VLC plugin.
Since MPlayer and VLC are primarly based on ffmpeg, I think that the list of supported types is almost identical. As far as I know VLC has a basic support for dvd menus.
This is a good question. Before I can give you an answer, I have to clarify something. The main focus of my devleopment is that you can use MPlayer like the internal players in MP. I started with an external player plugin and than I had to realize that MP doesn't support external player plugins for every media type. The gui plugin I created for My MPlayer is my approach to solve this problem. An other advantage of this approach is that you can use MPlayer in this gui plugin and normally use the internal players. Also this approach isn't limited to this gui plugin, which means that other plugins can do the same "trick", if they wan't.framug said:Will it be a support for VLC in your plugin for the future, or definitively not ?