[mythtv-users] Re: MythTV and PSP

Jason Sharpe mythtv.list at gmail.com
Thu Dec 15 22:23:45 EST 2005


Hello,

This is a great idea!

I tried to compile the patched ffmpeg on fc4 (everything updated last night
via yum) and got the following:

[root at mythfrontendliving ffmpeg-050310-0.30]# make
make -C libavcodec all
make[1]: Entering directory
`/home/mythtv/Desktop/ffmpeg_patched_diff_031/ffmpeg-050310-0.30/libavcodec'
gcc -O3 -g -Wall -Wno-switch  -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o bitstream.o bitstream.c
In file included from avcodec.h:14,
                 from bitstream.c:28:
common.h:59: error: array type has incomplete element type
common.h:63: error: array type has incomplete element type
make[1]: *** [bitstream.o] Error 1
make[1]: Leaving directory
`/home/mythtv/Desktop/ffmpeg_patched_diff_031/ffmpeg-050310-0.30/libavcodec'
make: *** [lib] Error 2

I am by no means a Linux expert and installed everything from packages so I
am out of my element ... :)

Googling doesn't turn up much at all.

Oh well, I guess I will wait ..:)

Jason


Message: 21
> Date: Thu, 15 Dec 2005 19:52:57 -0600
> From: Greg Oliver <goliver at cistera.com>
> Subject: Re: [mythtv-users] MythTV and PSP
> To: Discussion about mythtv <mythtv-users at mythtv.org>
> Message-ID: <1134697978.8749.14.camel at localhost>
> Content-Type: text/plain
>
> Indeed - gentoo 2005.1 with portage from approx 2 months ago is built
> with PSP by default.
>
> Thanks,
>
> Greg
>
> On Thu, 2005-12-15 at 23:49 +0000, Darren Poulson wrote:
> > On Thursday 15 December 2005 23:43, Greg Oliver wrote:
> > > I also run Gentoo and would like to know if ffmpeg --help lists
> anything
> > > specific regarding the PSP compatibility when it works (I know mine
> does
> > > not), but would like it to work without having to hack the ebuilds.  I
> > > do not have a PSP either, but plan on getting one soon and would
> > > definitely like this ability.
> >
> > Try ffmpeg -formats and look for mention of psp.
> >
> > It is one of the benefits of Gentoo! :) I ran it for a while, but after
> a hard
> > drive failure I couldn't be bothered re-installing (recompiling) it all
> > again. Been trying out kubuntu recently, but I'm back with Mandriva!
> >
> >
> > >
> > > -Greg
> > >
> > > On Fri, 2005-12-16 at 12:40 +1300, Nick Rout wrote:
> > > > I note that you had to do a ot of shagging around with ffmpeg to get
> the
> > > > latest version.
> > > >
> > > > Although i don't have a PSP to test on I made a PS capable file for
> the
> > > > hell of it a while ago.
> > > >
> > > > IIRC there was no problem with the current version of ffmpeg in
> gentoo.
> > > >
> >
> > I'd tried the latest version of ffmpeg from CVS, and whilst it compiled
> and
> > converted the videos fine, they wouldn't play on my PSP.
> >
> > All the screwing around was the only way I got it to work. Trust me, I'm
> a
> > lazy sod, if there was an easier way to do it I would! ;)
> >
> > Darren.
> >
> > > >
> > > > On Thu, 15 Dec 2005 23:33:58 +0000
> > > >
> > > > Darren Poulson wrote:
> > > > > On Thursday 15 December 2005 23:16, Byron Poland wrote:
> > > > > > On 12/15/05, Darren Poulson <mythtv at 22balmoralroad.net> wrote:
> > > > > > > On Thursday 15 December 2005 16:33, IvanK. wrote:
> > > > > > > > On Thursday 15 December 2005 09:12 pm, Darren Poulson wrote:
> > > > > > > > > On Thursday 15 December 2005 20:52, Jeff volckaert wrote:
> > > > >
> > > > > -> snip
> > > > >
> > > > > > > >  Apache/2.0.54 (Mandriva Linux/PREFORK-13mdk)
> > > > > > > >
> > > > > > > > Even just http://www.22balmoralroad.net/ gets me the same
> error.
> > > > > > > >
> > > > > > > > IvanK.
> > > > > > >
> > > > > > > Yeah, sorry... bit of a screw up with the DNS records. I've
> > > > > > > recently moved web servers and some of the dns records were
> still
> > > > > > > pointing to the old address.
> > > > > > >
> > > > > > > Fixed the problem, might take some time to propagate.
> > > > > > >
> > > > > > > Darren.
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > mythtv-users mailing list
> > > > > > > mythtv-users at mythtv.org
> > > > > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > > >
> > > > > > I was getting "Nothing to Print" or something like that, but it
> seems
> > > > > > to be working now.
> > > > >
> > > > > Yeah, it was for a time pointing to an old copy of the web pages,
> which
> > > > > didn't have that article. Just going to take a bit of time for the
> dns
> > > > > change to make its way round the 'net.
> > > > >
> > > > > > I've never set up a user job before.  what is the syntax input
> into
> > > > > > the user job box?
> > > > >
> > > > > I'm probably going to add this to the article anyway, but here you
> > > > > go...
> > > > >
> > > > > In the "Job Queue (Job Commands)" screen, enter something like
> "Convert
> > > > > to PSP" in the description box, and:
> > > > >
> > > > > /home/mythtv/bin/mkpspvid.sh %DIR%/%FILE% "%TITLE%"
> > > > >
> > > > > into the command box, where the first part is the path to your
> script.
> > > > > Don't forget the / between %DIR% and %FILE% or the quotes round
> the
> > > > > %TITLE%
> > > > >
> > > > > You can find more info on job queues at:
> > > > >
> > > > > http://www.mythtv.info/moin.cgi/UnderDevelopment
> > > > >
> > > > > As I said in my original email, still trying to figure out how to
> (if
> > > > > you can) set the job to run for every recording.
> > > > >
> > > > > Darren.
> > > > >
> > > > > > Thanks.
> > > > > > _______________________________________________
> > > > > > mythtv-users mailing list
> > > > > > mythtv-users at mythtv.org
> > > > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > >
> > > > > _______________________________________________
> > > > > mythtv-users mailing list
> > > > > mythtv-users at mythtv.org
> > > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >
> > > > _______________________________________________
> > > > mythtv-users mailing list
> > > > mythtv-users at mythtv.org
> > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20051215/e1ee430f/attachment.html


More information about the mythtv-users mailing list