Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Original von Terminator123
Hallo,
hat jemand jetzt schon mehr als einen Controller erfolgreich angesteuert?
Danke schon mal
Gruß
Terminator
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
Sep 5 13:59:52 video vdr: [7555] [xine..put] Client 0 connected: 127.0.0.1:40939 Sep 5 13:59:52 video vdr: [7555] [xine..put] cxSocket: setsockopt(SO_SNDBUF): got 262142 bytes Sep 5 13:59:52 video vdr: [7555] [xine..put] Trying PIPE connection ... Sep 5 13:59:52 video vdr: [7555] [xine..put] cBackgroundWriterI initialized (buffer 512 kb) Sep 5 13:59:52 video vdr: [7555] [xine..put] cTcpWriter initialized (buffer 512 kb) Sep 5 13:59:52 video vdr: [7555] [xine..put] Pipe open Sep 5 13:59:55 video vdr: [7665] [xine..put] cXinelibServer::Play Buffer overflow (TCP/PIPE) Sep 5 13:59:58 video vdr: [7665] [xine..put] cXinelibServer: Too many TCP buffer overflows, dropping client Sep 5 13:59:58 video vdr: [7665] [xine..put] cXinelibServer::Play Write/Queue error (TCP/PIPE) Sep 5 13:59:58 video vdr: [7665] [xine..put] Closing connection 0 |
|
|
Source code |
1 |
/usr/bin/vdr-sxfe --display=:0.1 --post tvtime:method=use_vo_driver,cheap_mode=0 --post=atmo:driver=classic,driver_param=/dev/ttyUSB0,top=1,bottom=1,left=1,right=1,center=1,gamma=10,brightness=299,filter=combined,wc_green=185,wc_blue=185,wc_red=255,darkness_limit=1,analyze_size=1,analyze_rate=35,edge_weighting=1,overscan=60,filter_length=300,filter_smoothness=70,filter_threshold=50 --aspect=16:9 --audio=alsa:both --video=vdpau --hud --fullscreen --lirc=/dev/lircd --reconnect xvdr://localhost:37890 |
This post has been edited 1 times, last edit by "brabax22" (Sep 5th 2010, 6:55pm)
Quoted
Original von brabax22
Ich habe seit heute ein Problem mit dem Atmo-Plugin, welches ich noch nicht auflösen konnte...
Ich habe auf die aktuelle Ubuntu 10.10 (Beta - ich weiss) umgestellt und nach einiger Zeit (hauptsächlich lirc) alles wieder am Laufen gehabt. Lediglich xineliboutput (bzw. vdr-sxfe) läuft nicht mit dem Atmo-Plugin :-(
Wenn ich vdr-sxfe MIT dem Plugin starte, sehe ich nur folgendes im syslog:
Zum Start verwende ich folgenden Aufruf:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 Sep 5 13:59:52 video vdr: [7555] [xine..put] Client 0 connected: 127.0.0.1:40939 Sep 5 13:59:52 video vdr: [7555] [xine..put] cxSocket: setsockopt(SO_SNDBUF): got 262142 bytes Sep 5 13:59:52 video vdr: [7555] [xine..put] Trying PIPE connection ... Sep 5 13:59:52 video vdr: [7555] [xine..put] cBackgroundWriterI initialized (buffer 512 kb) Sep 5 13:59:52 video vdr: [7555] [xine..put] cTcpWriter initialized (buffer 512 kb) Sep 5 13:59:52 video vdr: [7555] [xine..put] Pipe open Sep 5 13:59:55 video vdr: [7665] [xine..put] cXinelibServer::Play Buffer overflow (TCP/PIPE) Sep 5 13:59:58 video vdr: [7665] [xine..put] cXinelibServer: Too many TCP buffer overflows, dropping client Sep 5 13:59:58 video vdr: [7665] [xine..put] cXinelibServer::Play Write/Queue error (TCP/PIPE) Sep 5 13:59:58 video vdr: [7665] [xine..put] Closing connection 0
![]()
Source code
1 /usr/bin/vdr-sxfe --display=:0.1 --post tvtime:method=use_vo_driver,cheap_mode=0 --post=atmo:driver=classic,driver_param=/dev/ttyUSB0,top=1,bottom=1,left=1,right=1,center=1,gamma=10,brightness=299,filter=combined,wc_green=185,wc_blue=185,wc_red=255,darkness_limit=1,analyze_size=1,analyze_rate=35,edge_weighting=1,overscan=60,filter_length=300,filter_smoothness=70,filter_threshold=50 --aspect=16:9 --audio=alsa:both --video=vdpau --hud --fullscreen --lirc=/dev/lircd --reconnect xvdr://localhost:37890
Wie gesagt - wenn ich den Teil mit '--post=atmo' weglasse und den Aufruf ansonsten unverändert absetze, funktioniert die Wiedergabe bestens.
Verwendet wird vdr-1.7.15, xine-atmo 0.6, xine-lib aus dem hg von heute mit dem letzten Patch (vom 20.08.). Kompiliert hat alles ohne Probleme. Vor der Umstellung lief alles soweit problemfrei auf einem Stand des Systems von ca. Ende Juli.
Vielleicht finde ich ja noch was - heute hör ich erst mal auf zu suchen...
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
root@video:~# /usr/bin/vdr-sxfe --display=:0.1 --post tvtime:method=use_vo_driver,cheap_mode=0 --post=atmo:driver=classic,driver_param=/dev/ttyUSB0,top=1,bottom=1,left=1,right=1,center=1,gamma=10,brightness=299,filter=combined,wc_green=185,wc_blue=185,wc_red=255,darkness_limit=1,analyze_size=1,analyze_rate=35,edge_weighting=1,overscan=60,filter_length=300,filter_smoothness=70,filter_threshold=50 --aspect=16:9 --audio=alsa:both --video=vdpau --hud --lirc=/dev/lircd --reconnect xvdr://localhost:37890
vdr-sxfe 1.0.90-cvs (build with xine-lib 1.1.90, using xine-lib 1.1.90)
Post plugins: tvtime:method=use_vo_driver,cheap_mode=0
Post plugins: tvtime:method=use_vo_driver,cheap_mode=0;atmo:driver=classic,driver_param=/dev/ttyUSB0,top=1,bottom=1,left=1,right=1,center=1,gamma=10,brightness=299,filter=combined,wc_green=185,wc_blue=185,wc_red=255,darkness_limit=1,analyze_size=1,analyze_rate=35,edge_weighting=1,overscan=60,filter_length=300,filter_smoothness=70,filter_threshold=50
Aspect ratio: 16:9
Audio driver: alsa
Audio device: both
Video driver: vdpau
Video port: :0.1
HUD OSD mode
LIRC device: /dev/lircd
Automatic reconnection enabled
VDR Server: xvdr://localhost:37890
[3313] [vdr-sxfe] sxfe_display_open: failed to connect to X server (:0.1)
[3313] [vdr-sxfe] (ERROR (xine_sxfe_frontend.c,1073): Resource temporarily unavailable)
[3313] [vdr-fe] GNOME screensaver disabled
[3313] [vdr-sxfe] find_argb_visual: XGetVisualInfo failed (no xvi)
[3313] [vdr-sxfe] (ERROR (xine_sxfe_frontend.c,613): Resource temporarily unavailable)
[3313] [vdr-sxfe] find_argb_visual() failed. HUD OSD disabled.
vo_vdpau: vdpau API version : 1
vo_vdpau: vdpau implementation description : NVIDIA VDPAU Driver Shared Library 256.53 Fri Aug 27 21:32:59 PDT 2010
vo_vdpau: using 3 output surfaces for display queue
[3313] [vdr-fe] Detected 2 CPUs
[3313] [vdr-fe] Enabling FFmpeg multithreaded video decoding
atmo: set parameters
params.c:OpenConfFile() - Unable to open configuration file "/home/hhhh/.smb/smb.conf":
No such file or directory
params.c:OpenConfFile() - Unable to open configuration file "/home/hhhh/.smb/smb.conf.append":
No such file or directory
[3313] [input_vdr] Connecting (control) to tcp://localhost:37890 ...
[3313] [input_vdr] Server greeting: VDR-1.7.15 xineliboutput-1.0.90-cvs READY
[3313] [input_vdr] Connected (control) to tcp://localhost:37890
[3313] [input_vdr] Connecting (data) to pipe:///usr/local/src/VDRtmp/plugins/xineliboutput/pipes.1267/pipe.0
[3313] [input_vdr] Data stream connected (PIPE)
[3313] [input_vdr] WARNING: xine-engine setting "engine.buffers.audio_num_buffers":230 istoo low for HD-playback! Please use values between 500-1000!
[3313] [demux_vdr] Using decoder "libmpeg2" for mpeg2 video
[3313] [demux_vdr] Using decoder "FFmpeg" for H.264 video
Press Esc to exit
[3334] [lirc] lirc forwarding started
vdpau_set_property: property=8, value=100
vdpau_set_property: property=2, value=0
vo_vdpau: vdpau_update_csc: hue=0,000000, saturation=1,000000, contrast=1,000000, brightness=0,000000, color_standard=0 studio_levels=0
vdpau_set_property: property=3, value=100
vo_vdpau: vdpau_update_csc: hue=0,000000, saturation=1,000000, contrast=1,000000, brightness=0,000000, color_standard=0 studio_levels=0
vdpau_set_property: property=5, value=-3
vo_vdpau: vdpau_update_csc: hue=0,000000, saturation=1,000000, contrast=1,000000, brightness=-0,030000, color_standard=0 studio_levels=0
vdpau_set_property: property=24, value=0
vo_vdpau: disable sharpness.
vdpau_set_property: property=25, value=0
vo_vdpau: disable noise reduction.
vdpau_set_property: property=4, value=100
vo_vdpau: vdpau_update_csc: hue=0,000000, saturation=1,000000, contrast=1,000000, brightness=-0,030000, color_standard=0 studio_levels=0
vdpau_set_property: property=1, value=3
vo_vdpau: deinterlace: none
vo_vdpau: set_scaling_level=0
vo_vdpau: enabled features: inverse_telecine=0
vo_vdpau: disable noise reduction.
vo_vdpau: disable sharpness.
vo_vdpau: vdpau_update_csc: hue=0,000000, saturation=1,000000, contrast=1,000000, brightness=-0,030000, color_standard=0 studio_levels=0
vo_vdpau: skip_chroma = 0
vo_vdpau: background_color = 0
[3333] [demux_vdr] PMT changed, resetting demuxer
[3332] [input_vdr] Control stream disconnected
[3333] [input_vdr] read_block: no data source, returning NULL
Killed
|
Quoted
Original von Jarvelin
Num hab ich aber noch ein klitzekleines Problem: Das Atmo eilt dem Bild vorraus!
Das liegt wohl daran das der TV ein kleinen Input-Lag hat.
In der Readme konnte ich keinen Parameter finden um die Ausgabe zu verzögern.
Was könnte ich also tun um Bild und Licht zu Synchronisieren?
Quoted
vdr3:/usr/src/atmo_0.6/make
cc -O3 -pipe -Wall -fPIC -g -I/usr/include/libusb-1.0 -c -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function ‘atmo_grab_loop’: xine_post_atmo.c:795: error: ‘xine_grab_frame_t’ has no member named ‘continuous’ make: *** [xine_post_atmo.o] Fehler 1
Quoted
.
.
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] Enabling FFmpeg multithreaded video decoding
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] static post plugins (from command line): atmo:driver=classic,driver_param=/dev/ttyS0,left=1,right=1,wc_green=180,wc_blue=230,wc_red=255,brightness=220,analyze_rate=100
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] loaded plugins (type 1.0): atmo
Nov 10 17:58:42 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - fe->xine_init ok
Nov 10 17:58:42 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - xine_open
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] Symbol SysLogLevel found : value 3
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] Symbol LogToSysLog found : value yes
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] init class succeeded
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] vdr_class_get_instance
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] vdr_class_get_instance done.
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] vdr_plugin_open_local
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] xine_input_xvdr: revision $Id: xine_input_vdr.c,v 1.324 2010/09/12 20:54:27 phintuka Exp $
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] WARNING: xine-engine setting "engine.buffers.audio_num_buffers":230 istoo low for HD-playback! Please use values between 500-1000!
Nov 10 17:58:42 vdr3 vdr: [2162] [demux_vdr] Using decoder "libmpeg2" for mpeg2 video
Nov 10 17:58:42 vdr3 vdr: [2162] [demux_vdr] Using decoder "FFmpeg" for H.264 video
Nov 10 17:58:42 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - fe->xine_open ok
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] re-wiring post plugins
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] wiring atmo[out] -> [in]video_out
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] wiring stream[out] -> [in]atmo
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] Event: INFO WINDOW 1920x1080
Nov 10 17:58:42 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - fe->xine_play ok
Nov 10 17:58:42 vdr3 vdr: [2173] [input_vdr] read_block waiting for configuration data
Nov 10 17:58:42 vdr3 vdr: [2162] [input_vdr] vdr_flush_engine: stream_start, flush skipped
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: tvtime
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: upmix
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] opening post plugin: autocrop:enable_autodetect=1,soft_start=1,stabilize=1,enable_subs_detect=1
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] * enable post autocrop --> not found, no action
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] * loading post autocrop:enable_autodetect=1,soft_start=1,stabilize=1,enable_subs_detect=1
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] loaded plugins (type 1.0): *atmo autocrop
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] * enable post autocrop --> found, enabled
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] moved autocrop to post slot 0
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] wiring atmo[out] -> [in]video_out
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] wiring autocrop[out] -> [in]atmo
Nov 10 17:58:42 vdr3 vdr: [2162] [xine-post] wiring stream[out] -> [in]autocrop
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] Post plugin autocrop loaded and wired
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: swscale
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: pp
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: unsharp
Nov 10 17:58:42 vdr3 vdr: [2162] [vdr-fe] closing post plugin: denoise3d
Nov 10 17:58:42 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - fe config OK
Nov 10 17:58:42 vdr3 vdr: [2173] [demux_vdr] H.264 scanner: Possible MPEG2 start code (0xb3)
Nov 10 17:58:44 vdr3 vdr: [2162] [xine..put] cXinelibLocal::Action - logo sent
Nov 10 17:58:44 vdr3 vdr: [2162] [xine..put] cXinelibLocal:Action - Starting event loop
Nov 10 17:58:44 vdr3 vdr: [2132] [xine..put] cXinelibDevice:tartDevice(): Device started
.
.
This post has been edited 1 times, last edit by "wope" (Nov 10th 2010, 9:12pm)
|
|
Source code |
1 |
sudo vdr -P"xineliboutput --video=vdpau --fullscreen --post=atmo:driver=classic,driver_param=/dev/ttyS0,left=1,right=1,wc_green=180,wc_blue=230,wc_red=255,brightness=220" |
|
|
Source code |
1 |
--post=atmo:driver=classic,driver_param=/dev/ttyS0,left=1,right=1,wc_green=180,wc_blue=230,wc_red=255,brightness=220 |
This post has been edited 1 times, last edit by "durchflieger" (Nov 18th 2010, 9:35am)
This post has been edited 1 times, last edit by "wope" (Nov 20th 2010, 12:25pm)