Re: [Freevo-users] video.xine.py issues

2009-09-17 Thread Bernard Mentink
On Thu, Sep 17, 2009 at 5:12 PM, Stephan Mueller d4...@web.de wrote:

 * Bernard Mentink bment...@gmail.com [17.09.2009]:

  I have been browsing the plugin directory and notice as well as *.py
 files
  there are also *.pyc files, what are these files?

 pyc files are compiled python files (.py). They are generated more or
 less automatically and can be processed faster than py files.


 Cheers,

 Steph.


Thanks, I thought python was just a script language, did not realize it
could be compiled. Is it compiled to some sort of byte code?

Also, If I edit a .py file will it automatically be compiled, or is there
something I should do to re-compile it.

Thanks,
Bernie
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to setup freevo with pvr150, mplayer and live pause

2009-09-17 Thread Bernard Mentink
On Thu, Sep 17, 2009 at 5:05 PM, Stephan Mueller d4...@web.de wrote:

 Hi,

 I am looking for a way to setup freevo with a pvr150 and mplayer and
 have the live pause feature. Up to now I thought live pause would
 require xine with this tv card but in the thread can't get pvr150/ivtv
 to work Evan wrote it should be possible with mplayer, too:

 * Evan Hisey ehi...@gmail.com [16.09.2009]:

   Or is there a way to get livepause with the pvr150 and mplayer?
  I have not setup my 150 this way in a while, but yes you should be
  able to get live pause with mplayer. The one issue I had using mplayer
  was there was a noticable lag on my system when changing channels

 How can this be done? Which live pause plugin should I use?

 Any hints welcome... :)


 Cheers,

 Steph.


Hi, just use the dvbstreamer program combined with livepause. I have been
using dvbstreamer to stream of my DVB card to livepause and have been
playing the result with xine (mplayer works too, but is not as good as
xine).

Too find out how to do this look under the documentation in the
Plugins/TVPlugins section. -- http://doc.freevo.org/TvPlugins

Cheers,
Bernie
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to setup freevo with pvr150, mplayer and live pause

2009-09-17 Thread Stephan Mueller
Hi,

* Bernard Mentink bment...@gmail.com [17.09.2009]:

 On Thu, Sep 17, 2009 at 5:05 PM, Stephan Mueller d4...@web.de wrote:

 Hi, just use the dvbstreamer program combined with livepause. I have been
 using dvbstreamer to stream of my DVB card to livepause and have been
 playing the result with xine (mplayer works too, but is not as good as
 xine).

dvbstreamer supports the pvr150? I thought dvbstreamer only supports,
well, dvb cards. :) I didn't find any hint that the pvr-150 is supported
by dvdstreamer. Am i wrong?


Cheers,

Steph.

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] video.xine.py issues

2009-09-17 Thread Stephan Mueller
* Bernard Mentink bment...@gmail.com [17.09.2009]:

 On Thu, Sep 17, 2009 at 5:12 PM, Stephan Mueller d4...@web.de wrote:
 
 Thanks, I thought python was just a script language, did not realize it
 could be compiled. Is it compiled to some sort of byte code?
 
 Also, If I edit a .py file will it automatically be compiled, or is there
 something I should do to re-compile it.

yes, IIRC its some sort of byte code. See
http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html for
details.


Cheers,

Steph.

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to setup freevo with pvr150, mplayer and live pause

2009-09-17 Thread Bernard Mentink
On Thu, Sep 17, 2009 at 7:42 PM, Stephan Mueller d4...@web.de wrote:

 Hi,

 * Bernard Mentink bment...@gmail.com [17.09.2009]:

  On Thu, Sep 17, 2009 at 5:05 PM, Stephan Mueller d4...@web.de wrote:

  Hi, just use the dvbstreamer program combined with livepause. I have been
  using dvbstreamer to stream of my DVB card to livepause and have been
  playing the result with xine (mplayer works too, but is not as good as
  xine).

 dvbstreamer supports the pvr150? I thought dvbstreamer only supports,
 well, dvb cards. :) I didn't find any hint that the pvr-150 is supported
 by dvdstreamer. Am i wrong?



My bad, thought that the pvr150 was a dvb card. Oops... Is it an IVTV card?
if so, then there
is a way to do pause with the ivtv.xine plugin ..

Cheers,
Bernie
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to setup freevo with pvr150 (ivtv), mplayer and live pause

2009-09-17 Thread Stephan Mueller
* Bernard Mentink bment...@gmail.com [17.09.2009]:

 My bad, thought that the pvr150 was a dvb card. Oops... Is it an IVTV card?
 if so, then there
 is a way to do pause with the ivtv.xine plugin ..

sorry, I should have made this made more explicit: yes, the pvr-150 is
an ivtv card. And as I have problems to make it work with xine (see the
other thread) I just wanted to find out, if there is a way to get time
shift in combination with mplayer instead of xine.


Cheers,

Steph.

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] video.xine.py issues

2009-09-17 Thread Evan Hisey
On Thu, Sep 17, 2009 at 2:46 AM, Stephan Mueller d4...@web.de wrote:
 * Bernard Mentink bment...@gmail.com [17.09.2009]:

 On Thu, Sep 17, 2009 at 5:12 PM, Stephan Mueller d4...@web.de wrote:

 Thanks, I thought python was just a script language, did not realize it
 could be compiled. Is it compiled to some sort of byte code?

 Also, If I edit a .py file will it automatically be compiled, or is there
 something I should do to re-compile it.

 yes, IIRC its some sort of byte code. See
 http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html for
 details.


 Cheers,

 Steph.

Be fore you start hacking the code, make sure everythin gis setup
right. It looks like you are having unique issues. You are running
1.9.0 correct? I had have had no trouble out of xine for TV or video.
What version of xine are you running? You basicly have to be running
the svn version of xine-ui to get all the features of the live TV
plugin.

Evan

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] freevo and python 3.x

2009-09-17 Thread Jonathan Isom
Hi all
   I was wondering if anyone has used freevo with python3.1 yet?  will
it work or will just crash?
Since gentoo installed 31 with 2.6 I was just wondering if anyone has
attempted or is in the know.

Later

Jonathan

-- 
ASUS m3a78 mothorboard
AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
4 Gigabytes of DDR2-800
Gigabyte NVidia 9400gt  Graphics adapter
Kworld ATSC 110 TV Capture Card
Kworld ATSC 115 TV Capture Card

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] video.xine.py issues

2009-09-17 Thread Bernard Mentink
On Fri, Sep 18, 2009 at 1:32 AM, Evan Hisey ehi...@gmail.com wrote:

 On Thu, Sep 17, 2009 at 2:46 AM, Stephan Mueller d4...@web.de wrote:
  * Bernard Mentink bment...@gmail.com [17.09.2009]:
 
  On Thu, Sep 17, 2009 at 5:12 PM, Stephan Mueller d4...@web.de wrote:
 
  Thanks, I thought python was just a script language, did not realize it
  could be compiled. Is it compiled to some sort of byte code?
 
  Also, If I edit a .py file will it automatically be compiled, or is
 there
  something I should do to re-compile it.
 
  yes, IIRC its some sort of byte code. See
  http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html for
  details.
 
 
  Cheers,
 
  Steph.
 
 Be fore you start hacking the code, make sure everythin gis setup
 right. It looks like you are having unique issues. You are running
 1.9.0 correct? I had have had no trouble out of xine for TV or video.
 What version of xine are you running? You basicly have to be running
 the svn version of xine-ui to get all the features of the live TV
 plugin.

 Evan


 --


I Evan,

I am using xine 0.99.5 version and it works just fine for Live TV, it is
only for playing videos/DVD's that it is missing the pause and seek
event handling correctly.
Do I need the latest SVN version to fix these issues? If so, do I need to
get just xine-ui or xine-lib as well from SVN?

Thanks,
Bernie
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo and python 3.x

2009-09-17 Thread Jason Tackaberry
On Thu, 2009-09-17 at 11:47 -0500, Jonathan Isom wrote:
I was wondering if anyone has used freevo with python3.1 yet?  will
 it work or will just crash?

I'm sure it won't work at all.

The real question is will py2to3 produce something that works.  I doubt
it. :)

But no, I haven't tried.


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] video.xine.py issues

2009-09-17 Thread Bernard Mentink
On Fri, Sep 18, 2009 at 7:31 AM, Bernard Mentink bment...@gmail.com wrote:



 On Fri, Sep 18, 2009 at 1:32 AM, Evan Hisey ehi...@gmail.com wrote:

 On Thu, Sep 17, 2009 at 2:46 AM, Stephan Mueller d4...@web.de wrote:
  * Bernard Mentink bment...@gmail.com [17.09.2009]:
 
  On Thu, Sep 17, 2009 at 5:12 PM, Stephan Mueller d4...@web.de wrote:
 
  Thanks, I thought python was just a script language, did not realize it
  could be compiled. Is it compiled to some sort of byte code?
 
  Also, If I edit a .py file will it automatically be compiled, or is
 there
  something I should do to re-compile it.
 
  yes, IIRC its some sort of byte code. See
  http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html for
  details.
 
 
  Cheers,
 
  Steph.
 
 Be fore you start hacking the code, make sure everythin gis setup
 right. It looks like you are having unique issues. You are running
 1.9.0 correct? I had have had no trouble out of xine for TV or video.
 What version of xine are you running? You basicly have to be running
 the svn version of xine-ui to get all the features of the live TV
 plugin.

 Evan


 --


 I Evan,

 I am using xine 0.99.5 version and it works just fine for Live TV, it is
 only for playing videos/DVD's that it is missing the pause and seek
 event handling correctly.
 Do I need the latest SVN version to fix these issues? If so, do I need to
 get just xine-ui or xine-lib as well from SVN?

 Thanks,
 Bernie


I just checked out the latest SVN version and according to the changelog the
version is 0.99.6, according to the Freevo docs I should be using a version
0.99.22 or later, where the heck is this
version if it is not in SVN?

Thanks,
Bernie
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo and python 3.x

2009-09-17 Thread Dirk Meyer
Jason Tackaberry wrote:
 On Thu, 2009-09-17 at 11:47 -0500, Jonathan Isom wrote:
I was wondering if anyone has used freevo with python3.1 yet?  will
 it work or will just crash?

 I'm sure it won't work at all.

 The real question is will py2to3 produce something that works.  I doubt
 it. :)

And before we try: do our dependencies work with 3.1? I don't think so.


Dischi

-- 
According to my calculations the problem doesn't exist.

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users