Re: [Freevo-users] tv.mplayer can not change channel

2008-12-31 Thread Duncan Webb
Thomas Fritzsch wrote:
 Hi,
 
 it seams that the tv.mplayer strips a / from the command line, so that 
 no channel change is possible?! The command from the debug is OK, but 
 the childapp debug says it's not.
 
 In the archive had someone the same problem: 
 http://sourceforge.net/mailarchive/message.php?msg_id=48D6C39F.9020006%40shopo.cl

Sorry, I forgot about this post.

Looking at the command line from the mplayer-stdout it says:

Playing tv:// -tv
driver=v4l:freq=187.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2


I don't see any missing slashes.

Have you tried running the command line reported in the main log?

Having tried that command line, changing the bits I need to, it
complains about the driver, have you tried using driver=v4l2:...

Duncan

 
 
 
 regards
 
 Thomas
 
 
 ---
 DEBUG: USING STANDARD FREQUENCY: chan=E8, freq=196250
 DEBUG: mplayer args = {'vc': '', 'verbose': '', 'vf': [], 'af': [], 
 'ao': '-ao alsa', 'vo': '-vo xv,sdl,x11,', 'field-dominance': '', 
 'playlist': '', 'sub': '', 'ao_opts': '', 'delay': '', 'sid': '', 
 'default_args': ['-autosync', '100', '-nolirc', '-nojoystick', '-autoq', 
 '100', '-screenw', '640', '-screenh', '480', '-fs'], 'alang': '', 
 'nice': -20, 'dvd-device': '', 'mode_args': ['-nocache'], 'edl': '', 
 'slang': '', 'vo_opts': '', 'mc': '', 'geometry': '', 'cmd': 
 '/usr/bin/mplayer', 'cdrom-device': '', 'url': 'tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 ', 'aid': '', 'audiofile': ''}
 DEBUG: /usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa -autosync 100 
 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480 -fs -nocache 
 tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 
 DEBUG: ChildApp2.__init__(app=['--prio=-20', '/usr/bin/mplayer', 
 '-slave', '-vo', 'xv,sdl,x11,', '-ao', 'alsa', '-autosync', '100', 
 '-nolirc', '-nojoystick', '-autoq', '100', '-screenw', '640', 
 '-screenh', '480', '-fs', '-nocache', 'tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 '], debugname=None, doeslogging=0, stop_osd=2)
 DEBUG: Running (list) '/usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa 
 -autosync 100 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480 
 -fs -nocache tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 ' with pid 6446 priority -20
 DEBUG: logging stdout child to 
 /var/log/freevo/mplayer-stdout-1000-1230667177.log
 DEBUG: logging stderr child to 
 /var/log/freevo/mplayer-stderr-1000-1230667177.log
 ---
 
 /var/log/freevo/mplayer-stderr-1000-1230667177.log:
 
 Option stream url: This URL doesn't have a port part.
 The filename option must be an integer: 
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 Struct tv, field filename parsing error: 
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 [VO_XV] Could not grab port 355.
 ---
 
 
 --
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 


--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] tv.mplayer can not change channel

2008-12-31 Thread Thomas Fritzsch
Hi Duncan,

thanks for the reply.


Duncan Webb schrieb:
 Thomas Fritzsch wrote:
   
 Hi,

 it seams that the tv.mplayer strips a / from the command line, so that 
 no channel change is possible?! The command from the debug is OK, but 
 the childapp debug says it's not.

 In the archive had someone the same problem: 
 http://sourceforge.net/mailarchive/message.php?msg_id=48D6C39F.9020006%40shopo.cl
 

 Sorry, I forgot about this post.

 Looking at the command line from the mplayer-stdout it says:

 Playing tv:// -tv
 driver=v4l:freq=187.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2


 I don't see any missing slashes.
   

Yes, you're right, the mplayer stdout says:

Playing tv:// -tv 
driver=v4l2:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=189.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 
.

But the same message from the stderr log, so mplayer does not tune in 
(the right) || (a) channel.
 Have you tried running the command line reported in the main log?

 Having tried that command line, changing the bits I need to, it
 complains about the driver, have you tried using driver=v4l2:...
   
The command line from the main log works perfectly, the channel tunes in 
fine with v4l and v4l2.
 Duncan

   

 regards

 Thomas


 ---
 DEBUG: USING STANDARD FREQUENCY: chan=E8, freq=196250
 DEBUG: mplayer args = {'vc': '', 'verbose': '', 'vf': [], 'af': [], 
 'ao': '-ao alsa', 'vo': '-vo xv,sdl,x11,', 'field-dominance': '', 
 'playlist': '', 'sub': '', 'ao_opts': '', 'delay': '', 'sid': '', 
 'default_args': ['-autosync', '100', '-nolirc', '-nojoystick', '-autoq', 
 '100', '-screenw', '640', '-screenh', '480', '-fs'], 'alang': '', 
 'nice': -20, 'dvd-device': '', 'mode_args': ['-nocache'], 'edl': '', 
 'slang': '', 'vo_opts': '', 'mc': '', 'geometry': '', 'cmd': 
 '/usr/bin/mplayer', 'cdrom-device': '', 'url': 'tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 ', 'aid': '', 'audiofile': ''}
 DEBUG: /usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa -autosync 100 
 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480 -fs -nocache 
 tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  

 DEBUG: ChildApp2.__init__(app=['--prio=-20', '/usr/bin/mplayer', 
 '-slave', '-vo', 'xv,sdl,x11,', '-ao', 'alsa', '-autosync', '100', 
 '-nolirc', '-nojoystick', '-autoq', '100', '-screenw', '640', 
 '-screenh', '480', '-fs', '-nocache', 'tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 '], debugname=None, doeslogging=0, stop_osd=2)
 DEBUG: Running (list) '/usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa 
 -autosync 100 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480 
 -fs -nocache tv:// -tv 
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
  
 ' with pid 6446 priority -20
 DEBUG: logging stdout child to 
 /var/log/freevo/mplayer-stdout-1000-1230667177.log
 DEBUG: logging stderr child to 
 /var/log/freevo/mplayer-stderr-1000-1230667177.log
 ---

 /var/log/freevo/mplayer-stderr-1000-1230667177.log:

 Option stream url: This URL doesn't have a port part.
 The filename option must be an integer: 
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 Struct tv, field filename parsing error: 
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 [VO_XV] Could not grab port 355.
 ---


 --
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

 


 --
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


   


--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] tv.mplayer can not change channel

2008-12-31 Thread Evan Hisey
On Tue, Dec 30, 2008 at 2:24 PM, Thomas Fritzsch az...@gmx.net wrote:
 Hi,

 it seams that the tv.mplayer strips a / from the command line, so that
 no channel change is possible?! The command from the debug is OK, but
 the childapp debug says it's not.

 In the archive had someone the same problem:
 http://sourceforge.net/mailarchive/message.php?msg_id=48D6C39F.9020006%40shopo.cl



 regards

 Thomas


 ---
 DEBUG: USING STANDARD FREQUENCY: chan=E8, freq=196250
 DEBUG: mplayer args = {'vc': '', 'verbose': '', 'vf': [], 'af': [],
 'ao': '-ao alsa', 'vo': '-vo xv,sdl,x11,', 'field-dominance': '',
 'playlist': '', 'sub': '', 'ao_opts': '', 'delay': '', 'sid': '',
 'default_args': ['-autosync', '100', '-nolirc', '-nojoystick', '-autoq',
 '100', '-screenw', '640', '-screenh', '480', '-fs'], 'alang': '',
 'nice': -20, 'dvd-device': '', 'mode_args': ['-nocache'], 'edl': '',
 'slang': '', 'vo_opts': '', 'mc': '', 'geometry': '', 'cmd':
 '/usr/bin/mplayer', 'cdrom-device': '', 'url': 'tv:// -tv
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 ', 'aid': '', 'audiofile': ''}
 DEBUG: /usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa -autosync 100
 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480 -fs -nocache
 tv:// -tv
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2

 DEBUG: ChildApp2.__init__(app=['--prio=-20', '/usr/bin/mplayer',
 '-slave', '-vo', 'xv,sdl,x11,', '-ao', 'alsa', '-autosync', '100',
 '-nolirc', '-nojoystick', '-autoq', '100', '-screenw', '640',
 '-screenh', '480', '-fs', '-nocache', 'tv:// -tv
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 '], debugname=None, doeslogging=0, stop_osd=2)
 DEBUG: Running (list) '/usr/bin/mplayer -slave -vo xv,sdl,x11, -ao alsa
 -autosync 100 -nolirc -nojoystick -autoq 100 -screenw 640 -screenh 480
 -fs -nocache tv:// -tv
 driver=v4l:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:immediatemode=0:freq=196.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 ' with pid 6446 priority -20
 DEBUG: logging stdout child to
 /var/log/freevo/mplayer-stdout-1000-1230667177.log
 DEBUG: logging stderr child to
 /var/log/freevo/mplayer-stderr-1000-1230667177.log
 ---

 /var/log/freevo/mplayer-stderr-1000-1230667177.log:

 Option stream url: This URL doesn't have a port part.
 The filename option must be an integer:
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 Struct tv, field filename parsing error:
 dev/video0:input=0:norm=PAL:width=640:height=480:outfmt=yuy2
 [VO_XV] Could not grab port 355.
 ---
This is the bit that looks interesting. Looks like the XV driver is
having an issue. have you tried forcing a different video driver?

Evan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users