| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #21 (permalink) |
| Portal Member Join Date: Jul 2005 Location: Switzerland Age: 27
Posts: 1,011
Thanks: 9
Thanked 3 Times in 3 Posts
| 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 |
| | |
| |
| | #22 (permalink) |
| Portal Member Join Date: Jul 2005 Location: Switzerland Age: 27
Posts: 1,011
Thanks: 9
Thanked 3 Times in 3 Posts
| 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 ![]() /!\ same for ANS_TIME_POSITION Thanks !!! |
| | |
| | #23 (permalink) | |||
| Portal Developer Join Date: Apr 2006
Posts: 1,061
Thanks: 23
Thanked 29 Times in 19 Posts
Country: | Hi, thanks for your feedback. Quote:
Quote:
Quote:
I'll fix it and deploy a new version when it's done. Regards, MisterD Edit: I just uploaded a new version. I hope that the issue is fixed now. Last edited by misterd; 2007-03-02 at 21:09. | |||
| | |
| | #25 (permalink) |
| Portal Member Join Date: Feb 2007 Age: 24
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | wow this is great!! no more use of all these codecs ;-) just one question... is it impossible to use the osd? i want to be able to use the remote for fastforwarding etc... |
| | |
| | #27 (permalink) | |
| Super Moderator Join Date: Dec 2005 Location: Rogaland Age: 32
Posts: 3,523
Thanks: 153
Thanked 70 Times in 60 Posts
Country: | Quote:
__________________ Please read -> HOW TO START A SUPPORT THREAD !!! Support MediaPortal! Donate by clicking HERE Dedicated HTPC board (Norway) -> MSPC.no | |
| | |
| | #28 (permalink) | ||||
| Portal Developer Join Date: Apr 2006
Posts: 1,061
Thanks: 23
Thanked 29 Times in 19 Posts
Country: | Quote:
Quote:
Quote:
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. Quote:
Not all parts of the documentation and web sites are always up-to-date. Greetz MisterD | ||||
| | |
| | #29 (permalink) | |
| Portal Member Join Date: Apr 2006 Location: France
Posts: 167
Thanks: 0
Thanked 2 Times in 2 Posts
Country: | Quote:
Thanks for your great plugin. Principal difference between VLC and MPLAYER is that, they doesn't use RTSP stream in the same way. I tested both players (alone, without MP) and for french provider (free) RTSP stream, it seems mplayer can't deliver correct stream (no more than 30 seconds before freeze, even with sound and video shifted) where VLC can do it perfectly. Therefore, I took a look in VLC plugin code in MP, it appears this is an older code (not sure), for example, you can choose configuration in settings without real config, maybe because the code hasn't been updated since a long time. Will it be a support for VLC in your plugin for the future, or definitively not ? ![]() Regards. | |
| | |
| | #30 (permalink) | |
| Portal Developer Join Date: Apr 2006
Posts: 1,061
Thanks: 23
Thanked 29 Times in 19 Posts
Country: | Hi, the main problem I recognized when using MPlayer with streams is that you have to specify the cache size. If you don't set a large cache size than you get stuttering, even when you play a stream from a web server on the same pc. As far as I know there are two VLC plugins. The one included in MP, which uses the ActiveX component of VLC. But this ActiveX component doesn't support all features of VLC. The other one is included in the mp-plugins SVN which makes native accesses to VLC. The main advantage of this approach is that you can you use almost every feature of VLC, but it is more complicated. But I think that both plugins don't support all possible features of VLC, so there is still a lot of things to do. Quote:
As already mentioned in this thread I don't plan to create a VLC plugin, because I think there are already 2 plugins and we don't need a third one. Also I don't have the time to develop and maintain such an VLC plugin and My MPlayer alone. But if there is enough interest in the community and someone else will help me, I can and will add support for this VLC plugin to my gui plugin. The result will be something like a "My External Player" plugin. I know that you have expected an other answer, but this is the current situation. Regards, MisterD | |
| | |
![]() |
| Bookmarks |
| Tags |
| mplayer |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MPlayer and TVServer | CodeMonkey | General Talk | 0 | 2006-12-29 20:16 |
| Integrated mplayer support | Xetick | Improvement Suggestions | 25 | 2006-08-23 22:49 |