![]() |
|
[OFFICIAL] MPlayer.dll development branch feedback. - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [OFFICIAL] MPlayer.dll development branch feedback. (/showthread.php?tid=23969) |
- dsvensson - 2007-02-27 03:00 oh, nevermind, it was the same problem as with dvdplayer.. url redirection can't be resolved, and if I resolve it in my script and feed mplayer the correct url, it plays it if mplayer on my laptop can play it, which is not always the case. So nevermind my two previous posts. - dsvensson - 2007-03-01 14:00 dsvensson Wrote:oh, nevermind, it was the same problem as with dvdplayer.. url redirection can't be resolved, and if I resolve it in my script and feed mplayer the correct url, it plays it if mplayer on my laptop can play it, which is not always the case. So nevermind my two previous posts. The issue seems to be a bug in mplayer so I dropped an email to upstream: http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-March/065772.html - gronne - 2007-03-04 21:51 Any news about coreavc? I can't wait to hear you're allowed to use it!!! Problems playing certain live stream! - hugo5 - 2007-03-06 19:13 Greetings to you all! I have great problems playing following stream with xbmc: mms://streamer.hirtv.net/hirtv.asf (which is a Hungarian news TV, by the way) I have recently installed t3ch's latest 040307 SVN build and with the original mplayer.dll it wouldn't play at all. After updloading the latest build of the test mplayer.dll (070214) it surely starts, but the audio and video is extremely async! From the forums of mplayerhq.hu I found out, that with the win32 version of mplayer this stream has to be started with the commandline option -v and doing so results in perfect playback. So what do I have to do, to make it play allright on my xbmc'd xbox? :confused2: Any help would be greatly appreciated! Thanks in advance, Hugo - elupus - 2007-03-06 22:56 -v only enables verbose mode, doesn't influence sync at all. - gunchums - 2007-03-09 13:32 elupus Wrote:Make sure you put the mplayer.conf file in too otherwise you won't be able to use the new codecs.And we do this by using the latest build because at the moment my version is unable to use the new codecs? Updating MPlayer.dll so i can play MKV - gunchums - 2007-03-09 15:42 In the 'MPlayer.dll development' thread i've downloaded and extracted them into my XBMC folder however it seems to have no effect as if it's not recognising the new codecs. Quote:Make sure you put the mplayer.conf file in too otherwise you won't be able to use the new codecs. Is this the problem? What do i need to do and how? - spiff - 2007-03-09 15:52 old mplayer handles mkv just fine. - gunchums - 2007-03-09 15:54 spiff Wrote:old mplayer handles mkv just fine. Sorry i should have been clearer, i want to use the 'faster and more reliable h264 decoder' in the new MPlayer.dll - Mariano - 2007-03-09 18:48 Where is the ultimate mplayer source code ? In svn://svn.mplayerhq.hu/mplayer/branches/ ? Better download from svn://svn.mplayerhq.hu/mplayer/trunk/ ? |