lautarus | 7 Dec 2010 19:05
Picon

MPlayer fail

Hi people of List, Im new to windows-mplayer, I had use always into Linux,
Debian gnu/linux
I purchase a new card without support yet for Linux & I use them in windows
xp. That is...
The problem is Im not have tv output, but yes avi,mpg,flv, etc files.
The card is MyGica-x8507 ISDB-T---PCI-e---Hybrid card
System: Windows XP - SP2, 3gb ram, Intel Graphics (onboard) with 128mb of
ram assigned.

The output of console is there:
----------------------------------------------
MPlayer SVN-r32492-4.2.5 (C) 2000-2010 MPlayer Team
159 audio & 355 video codecs

Playing tv://15.
TV file format detected.
Selected driver: dshow
 name: DirectShow TV
 author: Vladimir Voroshilov
 comment: Very experimental!! Use with caution
tvi_dshow: Using device #0: Analog TV
tvi_dshow: Using device #0: Realtek HD Audio Input
tvi_dshow: Unsupported media type passed to get_available_formats_stream
tvi_dshow: Unsupported media type passed to get_available_formats_pin

TV channel names detected.
Selected channel: 15 - TV Publica (freq: 127.250)
tvi_dshow: Unable to select video format. Error:0x80070491
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
(Continue reading)

Henry | 9 Dec 2010 01:15
Picon

MyGica-x8507 ISDB-T---PCI-e---Hybrid card

On Wed, Dec 8, 2010 at 6:00 AM, <mplayer-cygwin-request <at> mplayerhq.hu> wrote:

> Send MPlayer-cygwin mailing list submissions to
>        mplayer-cygwin <at> mplayerhq.hu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
> or, via email, send a message with subject or body 'help' to
>        mplayer-cygwin-request <at> mplayerhq.hu
>
> You can reach the person managing the list at
>        mplayer-cygwin-owner <at> mplayerhq.hu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MPlayer-cygwin digest..."
>
>
> Today's Topics:
>
>   1. MPlayer fail (lautarus)
>
> Make sure you have the dx7headers.tgz  installed. You'll have to search, if
you haven't installed them already.
Usually installed into the /mingw/ include directory so they'll be found--if
you're using mingw

If you want to try open GL, you'll need the development headers for OpenGL
installed also.

./configure --prefix=/opt/mplayer --enable-static --enable-menu
(Continue reading)

lautarus | 9 Dec 2010 15:23
Picon

Re: MyGica-x8507 ISDB-T---PCI-e---Hybrid card

Many thanks Henry for your tips, but I haven't compiled MPlayer, I use the
default package for Windows in the Official Site . Nothing more that.
I Will try look out googl.
Thanks again.
Best Regards.
lautarus
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::

2010/12/8 Henry <defsyn <at> gmail.com>

> On Wed, Dec 8, 2010 at 6:00 AM, <mplayer-cygwin-request <at> mplayerhq.hu>
> wrote:
>
> > Send MPlayer-cygwin mailing list submissions to
> >        mplayer-cygwin <at> mplayerhq.hu
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
> > or, via email, send a message with subject or body 'help' to
> >        mplayer-cygwin-request <at> mplayerhq.hu
> >
> > You can reach the person managing the list at
> >        mplayer-cygwin-owner <at> mplayerhq.hu
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of MPlayer-cygwin digest..."
> >
> >
> > Today's Topics:
> >
(Continue reading)

Henry | 10 Dec 2010 15:16
Picon

MyGica-x8507 ISDB-T---PCI-e---Hybrid card (lautarus)

>
> Many thanks Henry for your tips, but I haven't compiled MPlayer, I use the
> default package for Windows in the Official Site . Nothing more that.
> I Will try look out googl.
> Thanks again.
> Best Regards.
> lautarus
>

In that case, try using these at the command line to see what's available in
the binary you downloaded.

mplayer -vo help

mplayer -ao help

You can try different combinations of the results to see what works.

Usually, mplayer -vo directx -ao dsound <source> work about the best.

This following is probably your best source for links to the latest
precompiled binaries.

http://oss.netfarm.it/mplayer-win32.php

The 4.2.5 in your output refers to the version of the GCC compiler used to
compile the program. That's probably the source of your problem.  If you
want a nice project, you can follow the guides on how to build mplayer using
MingW from the latest sources.

(Continue reading)

Simon Eigeldinger | 19 Dec 2010 11:14
Picon
Favicon

How to compile MPlayer using Cygwin?

Hello,

I am new in that list and my question has been asked i guess loads of times.

How do I compile Mplayer from SVN with current versions of cygwin?

Around 1-2 years ago i just had to type:
./configure
make

to build mplayer.

I would be very happy if someone could show me how to do it right.

I have cygwin 1.7 installed with everything you could install with the 
installer.

Greetings,
Simon
Henry | 19 Dec 2010 20:35
Picon

Compiling mplayer on Cygwin

> I am new in that list and my question has been asked i guess loads of
> times.
>
> How do I compile Mplayer from SVN with current versions of cygwin?
>
> Around 1-2 years ago i just had to type:
> ./configure
> make
>
> to build mplayer.
>
> I would be very happy if someone could show me how to do it right.
>
> Several methods of compiling mplayer on cygwin are possible. What's right
is really subjective.

If it's failing, you might try changing the compiler.Sometimes downgrading
the gcc to a 3.xx version does the trick.
I believe the base cygwin system is built with the 3.xx gcc and sometimes
the more complicated projects will
not compile with the newer gcc 4.xx compiler that is set up as the default
compiler.

You should find that gcc is just a symbolic link to gcc-4.3 exe or something
like that.
The same should be true for g++.

if you'll run the following at the prompt, you should see some options for
setting the host compiler
to a compiler of your choice:
(Continue reading)

compn | 19 Dec 2010 20:52
Picon
Favicon

Re: How to compile MPlayer using Cygwin?

On Sun, 19 Dec 2010 11:14:57 +0100, Simon Eigeldinger wrote:
>Hello,
>
>I am new in that list and my question has been asked i guess loads of times.
>
>How do I compile Mplayer from SVN with current versions of cygwin?

paste the make output so we can figure out whats wrong.
basically something broke cygwin (iirc) a while back and no one cared to
fix it.

-compn
Reimar Döffinger | 19 Dec 2010 20:58
Picon
Picon

Re: How to compile MPlayer using Cygwin?

On Sun, Dec 19, 2010 at 02:52:49PM -0500, compn wrote:
> On Sun, 19 Dec 2010 11:14:57 +0100, Simon Eigeldinger wrote:
> >Hello,
> >
> >I am new in that list and my question has been asked i guess loads of times.
> >
> >How do I compile Mplayer from SVN with current versions of cygwin?
> 
> paste the make output so we can figure out whats wrong.
> basically something broke cygwin (iirc) a while back and no one cared to
> fix it.

Well, I compile on cygwin using something like "--cc=gcc-3 --extra-cflags=-mno-cygwin
--extra-ldflags=-mno-cygwin" and that works, but I admit I haven't tried to compile
as real cygwin.
Simon Eigeldinger | 19 Dec 2010 21:46
Picon
Favicon

Re: How to compile MPlayer using Cygwin?

Hello,

Am 19.12.2010 20:58, schrieb Reimar Döffinger:
> On Sun, Dec 19, 2010 at 02:52:49PM -0500, compn wrote:
>> On Sun, 19 Dec 2010 11:14:57 +0100, Simon Eigeldinger wrote:
>>> Hello,
>>>
>>> I am new in that list and my question has been asked i guess loads of times.
>>>
>>> How do I compile Mplayer from SVN with current versions of cygwin?
>>
>> paste the make output so we can figure out whats wrong.
>> basically something broke cygwin (iirc) a while back and no one cared to
>> fix it.
>
> Well, I compile on cygwin using something like "--cc=gcc-3 --extra-cflags=-mno-cygwin
> --extra-ldflags=-mno-cygwin" and that works, but I admit I haven't tried to compile
> as real cygwin.

So i did:

$ ./configure --cc=gcc-3 --extra-cflags=-mno-cygwin 
--extra-ldflags=-mno-cygwin

Checking for gcc-3 version ... 3.4.4
Detected operating system: CYGWIN
Detected host architecture: i386
Checking for host cc ... gcc-3
Checking for cross compilation ... no
Checking for CPU vendor ... GenuineIntel (6:15:11)
(Continue reading)

Reimar Döffinger | 19 Dec 2010 21:59
Picon
Picon

Re: How to compile MPlayer using Cygwin?

On Sun, Dec 19, 2010 at 09:46:21PM +0100, Simon Eigeldinger wrote:
> Am 19.12.2010 20:58, schrieb Reimar Döffinger:
> >On Sun, Dec 19, 2010 at 02:52:49PM -0500, compn wrote:
> >>On Sun, 19 Dec 2010 11:14:57 +0100, Simon Eigeldinger wrote:
> >>>Hello,
> >>>
> >>>I am new in that list and my question has been asked i guess loads of times.
> >>>
> >>>How do I compile Mplayer from SVN with current versions of cygwin?
> >>
> >>paste the make output so we can figure out whats wrong.
> >>basically something broke cygwin (iirc) a while back and no one cared to
> >>fix it.
> >
> >Well, I compile on cygwin using something like "--cc=gcc-3 --extra-cflags=-mno-cygwin
> >--extra-ldflags=-mno-cygwin" and that works, but I admit I haven't tried to compile
> >as real cygwin.
> 
> So i did:
> 
> $ ./configure --cc=gcc-3 --extra-cflags=-mno-cygwin
> --extra-ldflags=-mno-cygwin

Oh, sorry, I forgot you need also something like
--target=i686-mingw32 but this may not be optimal performance-wise
(if it works, --target=pentium_m-mingw32 or similar would be better).
And you definitely should use either yasm or nasm (nasm exists
as a cygwin package, but you need to use --yasm=nasm then).

Gmane