XBMC Community Forum
[LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85)
+--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110)
+--- Thread: [LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux (/showthread.php?tid=45314)



- yanardag - 2009-02-17 17:05

Respekt !!!


- divingmule - 2009-02-17 18:41

I got ffmpeg to make finallySmile but I'm having trouble with xine.
Code:
./configure: line 13573: AM_ICONV: command not found
configure: error:
****************************************************************
* iconv library not found. It's necessary for proper           *
* manipulation with texts so xine requires it as default.      *
*                                                              *
* You need to install iconv library or to specify prefix       *
* by option --with-libiconv-prefix.                            *
*                                                              *
* If you don't want iconv support use the option               *
* --disable-iconvtest.                                         *
****************************************************************

vdr@ubun:~/src/xine-lib-1.2$
should I use the --disable-iconvtest option?


- divingmule - 2009-02-17 19:14

I found libiconv-1.12 compiled and installed it. Had the same results as above. I decided to add the --disable-iconvtest option and it seemed to finish, but check install failed.
Code:
========================= Installation results ===========================
make: *** No rule to make target `install'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

vdr@ubun:~/src/xine-lib-1.2$



Password ? - mwfv - 2009-02-17 19:45

What ist the Password?

Code:
sudo useradd vdr -g video -d /home/vdr -s /bin/bash -m
sudo echo "vdr ALL=(ALL) ALL" >> /etc/sudoers
su - vdr
mkdir src
cd src
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make
[i][b]sudo make install[/b][/i]

Code:
vdr@vdrwohnen:~/src/v4l-dvb$ sudo make install
[sudo] password for vdr:
Sorry, try again.
[sudo] password for vdr:



- hug0 - 2009-02-17 19:49

mwfv Wrote:What ist the Password?

Who added that user?


- mwfv - 2009-02-17 19:50

root user


- hug0 - 2009-02-17 19:51

mwfv Wrote:root user

can you ask him for that password?


- mwfv - 2009-02-17 19:54

can i set an new password with the root user for the vdr user.
when i make passwd i cant seting a new password.

I am stupid


- hug0 - 2009-02-17 19:56

mwfv Wrote:can i set an new password with the root user for the vdr user.
when i make passwd i cant seting a new password.

I am stupid

Yep, you can Smile You didn't do that in the first place, that's why you didn't "know" the password ...

Code:
sudo passwd vdr
should do the trick ...


- mwfv - 2009-02-17 19:58

hug0 Wrote:Yep, you can Smile You didn't do that in the first place, that's why you didn't "know" the password ...

Code:
sudo passwd vdr
should do the trick ...

Yep that's it Thank you Big Grin