- Swifty - 2009-05-02 14:32
Hi Steve,
Thanks for your reply, I have just tried your suggestion but I get a terminal message saying svdrpsend isn't installed and can be installed via apt-get install vdr..
I guess if I do this it's going to re-install the current VDR release over mine, so I haven't done it.
I've done some reading on the command and it mentions you can simply telnet in to VDR on port 2001 but that doesn't seem to work either..
**EDIT**
Ok scratch that I'm in over telnet (not sure what I done differently..) EPG scan has now been triggered!
Thanks Steve!!
- WBFT - 2009-05-05 13:44
Hi i followed your guide, and its really great. Only I get stuck on one point.
Code:
vdr@UbuntuStation:~/src/vdr/PLUGINS/src$ wget http://xbmc.org/raw-attachment/ticket/5595/streamdev-cvs220409_xbmc-v6.patch
--2009-05-05 13:25:53-- http://xbmc.org/raw-attachment/ticket/5595/streamdev-cvs220409_xbmc-v6.patch
Resolving trac.xbmc.org... 74.200.73.166
Connecting to trac.xbmc.org|74.200.73.166|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://trac.xbmc.org/blog/index.php [following]
--2009-05-05 13:25:53-- http://trac.xbmc.org/blog/index.php
Resolving xbmc.org... 74.200.73.166
Reusing existing connection to trac.xbmc.org:80.
HTTP request sent, awaiting response... 404 Not Found
2009-05-05 13:25:53 ERROR 404: Not Found.
vdr@UbuntuStation:~/src/vdr/PLUGINS/src$
Now I've found another link:
wget http://www.xbmc.org/trac/attachment/ticket/5595/streamdev-cvs220409_xbmc-v6.patch
This one work when downloading but when I try to patch it I get.
Code:
vdr@UbuntuStation:~/src/vdr/PLUGINS/src$ patch -p0 < streamdev-cvs220409_xbmc-v6.patchpatch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
vdr@UbuntuStation:~/src/vdr/PLUGINS/src$
Can you help me out with this one?
Figured it out.
wget http://www.xbmc.org/trac/raw-attachment/ticket/5595/streamdev-cvs220409_xbmc-v6.patch
is the correct link.
- beckynet - 2009-05-07 21:59
Thanks Freezy for your great How-To
The final release of XBMC 9.04 is available.
Can you update your How-to with it ?
Thanks a Lot
Olivier Beeckmans
- freezy - 2009-05-08 13:20
Basically you could just update to the latest revision instead of the one mentioned, and see if the patch applies correctly (chances are good). The Babylon PPA is obviously of little use, since you'll need to recompile anyway.
- beckynet - 2009-05-08 13:41
Thanks Freezy for your respons.
I've try but no chance with the last version and the patch. I receive error when I patch, and when I compile.
The trouble come from Undefined Variables GUIWindows after patching
Thanks a Lot
Olivier
- beckynet - 2009-05-08 16:18
Freezy,
I've try but no chance that don't run
Code:
vdr@vdrxbmc:~/src/$ svn co [url]https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC[/url] XBMC
Code:
vdr@vdrxbmc:~/src/$ cd XBMC
vdr@vdrxbmc:~/src/XBMC$ patch -p1 < ../xbmc-svn19616-pvr.patch
...
patching file guilib/Key.h
Hunk #1 succeeded at 262 (offset 1 line).
Hunk #2 succeeded at 291 (offset 1 line).
Hunk #3 succeeded at 301 (offset 1 line).
Hunk #4 FAILED at 339.
1 out of 4 hunks FAILED -- saving rejects to file guilib/Key.h.rej
...
patching file xbmc/GUIDialogPluginSettings.cpp
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file xbmc/GUIDialogPluginSettings.cpp.rej
patching file xbmc/GUIDialogPluginSettings.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file xbmc/GUIDialogPluginSettings.h.rej
...
Code:
vdr@vdrxbmc:~/src/XBMC$ ./configure --enable-vdpau
...
------------------------
XBMC Configuration:
------------------------
Debugging: Yes
Profiling: No
Optimization: Yes
OpenGL: Yes
VDPAU: Yes
Joystick: Yes
XRandR: Yes
PCRE Support: Yes
MID Support: No
ccache: No
PulseAudio: Yes
FAAC: Yes
DVDCSS: Yes
Avahi: Yes
prefix: /usr/local
------------------------
Code:
vdr@vdrxbmc:~/src/XBMC$ make
...
make[1]: entrant dans le répertoire « /home/vdr/src/XBMC/xbmc »
g++ -MD -c -O2 -g -D_DEBUG -Wall -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DINSTALL_PATH="\"/usr/local/share/xbmc\"" -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_PCRE -D'SVN_REV="20041M"' -DDLL_PATH_LIBCURL="\"/usr/lib/libcurl.so\"" -I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -Ilib/libUPnP/Platinum/ThirdParty/Neptune/Source/Core -Ilib/libUPnP/Platinum/Source/Core -Ilib/libUPnP/Platinum/Source/Devices/MediaServer -Ilib/libUPnP/Platinum/ThirdParty/Neptune/Source/System/Posix -Ilib/libUPnP/Platinum/Source/Devices/MediaConnect -Ilib/libUPnP/Platinum/Source/Devices/MediaRenderer -Ilib/libcdio/libcdio/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -DHAS_PULSEAUDIO -DHAS_AVAHI Application.cpp -o Application.o
Application.cpp: In member function âCProfile* CApplication::InitDirectoriesLinux()â:
Application.cpp:1029: attention : ignoring return value of âint symlink(const char*, const char*)â, declared with attribute warn_unused_result
Application.cpp: In member function âvirtual HRESULT CApplication::Cleanup()â:
Application.cpp:3838: erreur: âWINDOW_DIALOG_ADDON_SETTINGSâ was not declared in this scope
Application.cpp:3840: erreur: âWINDOW_DIALOG_PVRCLIENT_SETTINGSâ was not declared in this scope
Application.cpp:3841: erreur: âWINDOW_DIALOG_TV_GUIDE_INFOâ was not declared in this scope
Application.cpp:3842: erreur: âWINDOW_DIALOG_TV_RECORDING_INFOâ was not declared in this scope
Application.cpp:3843: erreur: âWINDOW_DIALOG_TV_TIMER_SETTINGâ was not declared in this scope
Application.cpp:3844: erreur: âWINDOW_DIALOG_TV_GROUP_MANAGERâ was not declared in this scope
Application.cpp:3845: erreur: âWINDOW_DIALOG_TV_CHANNEL_MANAGERâ was not declared in this scope
Application.cpp:3846: erreur: âWINDOW_DIALOG_TV_OSD_CHANNELSâ was not declared in this scope
Application.cpp:3847: erreur: âWINDOW_DIALOG_TV_OSD_GUIDEâ was not declared in this scope
Application.cpp:3848: erreur: âWINDOW_DIALOG_TV_OSD_TELETEXTâ was not declared in this scope
Application.cpp:3849: erreur: âWINDOW_DIALOG_TV_OSD_DIRECTORâ was not declared in this scope
make[1]: *** [Application.o] Erreur 1
make[1]: quittant le répertoire « /home/vdr/src/XBMC/xbmc »
make: *** [xbmc] Erreur 2
I've used the last available patch
Thanks Olivier
Error compiling xineliboutput, missing lXv - tmpdir - 2009-05-08 19:46
Hi i'm getting a compile error when following the howto at the begin of this thread on a clean install of mythbuntu 8.10. In the howto its the part below the text “For testing VDR "standalone...”.
After making the xineliboutput I get the following messages from the compiler:
gcc -g -O2 -Wall -fPIC -I/usr/local/include -shared -fvisibility=hidden xine_sxfe_frontend.o xine/post.o -L/usr/X11R6/lib -lX11 -lXv -lXext -lXrender -L/usr/local/lib -lxine -o libxineliboutput-sxfe.so
/usr/bin/ld: cannot find -lXv
collect2: ld returned 1 exit status
make: *** [libxineliboutput-sxfe.so] Error 1
root@htpc:/home/vdr/src/vdr/PLUGINS/src/xineliboutput#
Don't now the lXv library, but I assume its part of the Xine library. Anyone ideas why its missing when following the howto or how I can still get it working?
Edit: Solved by getting the latest xineliboutput from CVS. For future reference:
cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput login
cvs -z3 -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co -P vdr-xineliboutput
- beckynet - 2009-05-08 20:37
Hello tmpdir
do :
apt-get install xv
apt-get purge libxine2-dev
and after that redo the part about Xine Library
after you can compile xineliboutput
@+ Olivier
- ibydos - 2009-05-08 23:47
hi,
I have spend the whole day setting up ubuntu9.04_minimal.
Followed the guide at Page1 and iam stuck at part 5 (startvdr)
"runvdr" itself works
After "runvdr" I did "xinit" and then "vdr-sxfe --video=xv"
ERROR:
Code:
Log of vdr-sxfe --video=xv
Fri May 8 23:34:44 2009
^[[?25l[5670] [input_vdr] Connecting (control) to tcp://192.168.0.228:37890 ...
[5670] [input_vdr] Server greeting: VDR-1.7.4 xineliboutput-1.0.3 READY
[5670] [input_vdr] Connected (control) to tcp://192.168.0.228:37890
[5670] [input_vdr] Connecting (data) to pipe:///etc/vdr/plugins/xineliboutput/pipes.3870/pipe.0
[5670] [input_vdr] Data stream connected (PIPE)
[5687] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 24856 bytes)
[5687] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 246442020 bytes)
vdr-sxfedied with signal 11
Thats the first problems, some say it still works in XBMC, but thats my next question. Im kind of confused in what version of XBMC to use (and what patch).
I tried this (from the first post):
Code:
svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/ -r 19616
cd linuxport
wget http://xbmc.org/raw-attachment/ticket/5595/xbmc-svn19616-pvr.patch.gz
gunzip xbmc-svn19616-pvr.patch.gz
cd XBMC
patch -p1 < ../xbmc-svn19616-pvr.patch
But I cant download the patch, seems it is gone.
Please let me know the most recent xbmx build+patch(working ones)
My System:
P4 2.8GHZ 1GB RAM
Geforce 8400GS
Win-TV Nova-HD-S2
Best
ibydos
- rickx - 2009-05-09 09:14
ibydos Wrote:hi,
I have spend the whole day setting up ubuntu9.04_minimal.
Followed the guide at Page1 and iam stuck at part 5 (startvdr)
"runvdr" itself works
After "runvdr" I did "xinit" and then "vdr-sxfe --video=xv"
...
Thats the first problems, some say it still works in XBMC, but thats my next question. Im kind of confused in what version of XBMC to use (and what patch).
I tried this (from the first post):
Code:
svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/ -r 19616
cd linuxport
wget http://xbmc.org/raw-attachment/ticket/5595/xbmc-svn19616-pvr.patch.gz
gunzip xbmc-svn19616-pvr.patch.gz
cd XBMC
patch -p1 < ../xbmc-svn19616-pvr.patch
But I cant download the patch, seems it is gone.
Please let me know the most recent xbmx build+patch(working ones)
...
Best
ibydos
That's the same problem I get. The how-to never worked for me, or in other words, xv never worked. Whatever the driver, I always got that buffer too small error. The rest looked good. The xbmc patch applied well until not so long ago. I guess around revision 19900 or so should be ok.
bye,
rickx
|