Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
dmesg | grep -i dvb
sudo apt-get update && sudo apt-get dist-upgradesudo apt-get install mplayer w-scancd ~/.mplayer
w_scan -fs -sS19E2 -M > channels.conf
mplayer dvb://<Kanalname>
Wenn das soweit alles funktioniert muß der Fehler bei TVheadend sein. In dem Fall würde ich dir empfehlen VDR zu probieren (haben wir einige Howto's darüber hier im Forum). Der [wiki]Video Disk Recorder[/wiki] ist eine sehr mächtige und stabile DVB-Software die sich auch für den Client / Server Betrieb eignet und als "PVR Provider" für XBMC verwendet werden kann, oder natürlich auch direkte Video Ausgabe Plugins wie softhddevice unterstützt
w_scan -fc >> channels.conf
sudo /etc/init.d/vdr stopsudo w_scan -fc >> channels.conf (Schreibt nach /home/username)
sudo /etc/init.d/vdr start
sudo service vdr stopsudo nano /etc/vdr/plugins/streamdevhosts.conf
127.0.0.1 # always accept localhost192.168.1.0/24 # any host on the local net10.0.1.0/24 # any host connected via vpn
sudo service vdr start
sudo add-apt-repository ppa:aap/vdrsudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install vdr vdr-plugin-epgsearch vdr-plugin-live vdr-plugin-sc vdr-plugin-sc-cardclient vdr-plugin-streamdev-server vdr-plugin-xvdr
sudo dpkg-reconfigure vdr
sudo nano /var/lib/vdr/plugins/streamdev-server/streamdevhosts.conf
# # streamdevhosts This file describes a number of host addresses that # are allowed to connect to the streamdev server running # with the Video Disk Recorder (VDR) on this system. # Syntax: # # IP-Address[/Netmask] # 127.0.0.1 # always accept localhost 192.168.1.0/24 # any host on the local net #204.152.189.113 # a specific host #239.255.0.0/16 # uncomment for IGMP multicast streaming #0.0.0.0/0 # any host on any net (DON'T DO THAT! USE AUTHENTICATION)
sudo nano /etc/vdr/svdrphosts.conf
# # svdrphosts This file describes a number of host addresses that # are allowed to connect to the SVDRP port of the Video # Disk Recorder (VDR) running on this system. # Syntax: # # IP-Address[/Netmask] # 127.0.0.1 # always accept localhost 192.168.1.0/24 # any host on the local net #204.152.189.113 # a specific host #0.0.0.0/0 # any host on any net (USE THIS WITH CARE!)
sudo nano /etc/vdr/plugins/plugin.live.conf
# # Command line parameters for vdr-plugin-live # # For more details see: # - /usr/share/doc/vdr-plugin-live/README # - `vdr --help -Plive` --port=8008 --ip=192.168.1.105 # When retrieving EPG data with images from external sources, enabling # this option allows those images to be shown by the Live plug-in. # # --epgimages=/var/cache/vdr/epgimages
sudo nano /etc/default/vdr
# /etc/default/vdr # # See also /usr/share/doc/vdr/README.Debian.gz # # Change to 1 to enable vdr's init-script ENABLED=1 # Change this to 1 if you want vdr to be able to shutdown the # computer ENABLE_SHUTDOWN=0 # Options that will be passed to vdr's commandline # for example: OPTIONS="-w 15" OPTIONS="-w 0 --lirc=/dev/null --log=1"
tail -f /var/log/syslog
sudo add-apt-repository ppa:aap/xbmcsudo apt-get update && sudo apt-get dist-upgradesudo apt-get install xbmc xbmc-addon-xvdr