-==<XTBA>==- https://forum.setiaddicted.com/ |
|
BiG Media Center Server & Client https://forum.setiaddicted.com/viewtopic.php?f=4&t=1724 |
Page 1 sur 1 |
Auteur : | augur [ sam. 11 août 2012, 14:03 ] |
Sujet du message : | BiG Media Center Server & Client |
[www.3615mylife.je] ZFS over ... me faut un "nouveau truc" à me mettre sous la dent ! ![]() Le plan est de faire ce que j'avais commencé en 1996 : VLS ![]() ... que j'avais abandonné pour DVB Viewer avec des dev russes. Malheureusement, encore une fois trop en avance pour les années P3 550 + scolarité cahotique, l'ensemble streamait parfaitement 2 cartes satélitte + 1 tuner analogique vers 4 PC + 1 TV avec remote ^^ En 2002 vint la Xbox puis le premier hack .._ _ . . => XBMC [/www.3615mylife.je] Nous voici en 2012. Bien content de voir jour après jour que DivX, x264, VLC et XBMC existent toujours et ne sont plus des projets mais des produits OpenSource bien mature ! VLS fait depuis un bout de temps parti de VLC. Le systeme type VLS pour XBMC est appelé backend. |
Auteur : | augur [ sam. 11 août 2012, 14:03 ] |
Sujet du message : | Re: Mediacenter |
L'idée est donc d'avoir 1 PC Media Center Server qui gère l'ensemble des media :
... et des clients sur XBMC
|
Auteur : | augur [ sam. 11 août 2012, 15:28 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
EQUIPEMENTS CLIENT FIXE RaspberryPi Atom Nvidia Ion2 => Zotac ZBOX ID41 avec xbmc frodo alpha avec l'audio engine pour avoir l'audio hd => Twinbox Xbox => 1ere génération en SD => 360 pour HD PS3 => Plugin for PS3 Media Server to use XBMC XBMC PVR => LINUX : OpenElec (Linux) => WINDOWS : http://www.scintilla.utwente.nl/~marcel ... build.html => LINUX / WINDOWS / OSX : Github / xbmc.opdenkamp MOBILE TVHeadend
iPhone = Tvheadend iPhone client (EPG / prog REC), XBMC for iOS AirPlay
iOS : AirPlay UpNp
iOS = AirPlayer Musique / Video
BlackBerry Playbook : SonicAir |
Auteur : | augur [ sam. 11 août 2012, 16:49 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
Plug ins XBMC ARTE +7 => http://passion-xbmc.org/add-ons-video/(plugin-video)(eden)-arte7/ M6 Replay => http://passion-xbmc.org/add-ons-video/m6-replay/ W9 Replay => http://passion-xbmc.org/add-ons-video/plugin-w9replay/ Pluzz => http://passion-xbmc.org/add-ons-video/(plugin-video)-pluzz/ TF1 replay => http://passion-xbmc.org/add-ons-video/a ... f1-replay/ Canaplus => http://passion-xbmc.org/add-ons-video/c ... le-plugin/ Youtube => http://passion-xbmc.org/add-ons-video/s ... ube-19010/ MediaPortal => http://www.scintilla.utwente.nl/~marcel ... r-doc.html PS3 => http://code.google.com/p/pms-xbmc/ EPG / xml => http://www.kazer.org/ |
Auteur : | augur [ dim. 12 août 2012, 17:19 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
Installer SSH Code : sudo apt-get install openssh-server Faire reconnaitre le tuner TNT HD HomeRun de slicondust à TVHeadEnd Ubuntu 9.04 -> 11.04 Citation : 1 Ubuntu 9.10, 10.04, 10.10: 2 ========================= 3 4 $SRC is the root of the source directory. 5 6 Kernel: 7 ------ 8 9 cd $SRC/kernel 10 11 make 12 sudo make install 13 14 REMARK: You need to do a few things before modprobe'ing the kernel 15 module the first time - see "Configuration/Setup" below). 16 17 sudo modprobe dvb_hdhomerun (check dmesg for problems) 18 19 20 Libhdhomerun: 21 ------------ 22 23 Normally just install the library: 24 25 sudo apt-get install libhdhomerun-dev 26 27 If you need to build it yourself: 28 29 Fetch the user space libraries from SiliconDust's homepage: 30 http://www.silicondust.com/support/hdho ... ads/linux/ 31 (currently: 32 http://download.silicondust.com/hdhomer ... 100828.tgz) 33 34 untar the package (tar xvfz libhdhomerun_xxx.tgz) to a directory of 35 your choice. In that directory: 36 37 cd libhdhomerun 38 make 39 40 41 Userhdhomerun: 42 ------------- 43 44 sudo apt-get install cmake g++ 45 (libraries/tools needed to compile the below) 46 47 cd $SRC/userhdhomerun 48 49 (If you compiled the libhdhomerun yourself then Open CMakelists.txt 50 and change the LIBHDHOMERUN_PATH to the libhdhomerun directory you 51 just untar'ed.) 52 53 make 54 55 REMARK: You need to do a few things before running the app the first 56 time - see "Configuration/Setup" below). 57 58 make run 59 60 After "make run" leave that cmd prompt running. 61 62 63 Configuration/Setup: 64 ------------------- 65 66 Notice: The steps below are only necessary if you run userhdhomerun as 67 a "normal" user. If you run userhdhomerun using sudo (sudo make run) 68 then they are not needed. 69 70 You need preform these three steps once before modprobe'ing the kernel 71 module and/or running the application: 72 73 1) sudo cp $SRC/debian/dvbhdhomerun-utils.udev /etc/udev/rules.d/. 74 (this makes the /dev/hdhomerun_xyz devices part of the "video" 75 group.) 76 77 2) sudo service udev restart 78 (sets above udev rule in effect.) 79 80 3) sudo usermod -a -G video userXYZ 81 (Replace userXYZ with you own user. Logout of your session and then 82 login again to have effect. This is to add the user to the "video" 83 group allowing him to use DVB devices. Verify with "groups" in cmd 84 prompt.) 85 86 Debian The Debian linux-headers package doesn't ship the DVB kernel headers that are needed for building the dvb_hdhomerun kernel module. So you need to go through a couple of steps to get a kernel source tree set up that enable you to build the dvb_hdhomerun kernel module. The following packages are needed for building: Code : apt-get install cvs build-essential cmake libhdhomerun-dev hdhomerun-config Get the source code for the linux kernel, this will fetch and unpack the linux kernel into current dir. I use my home directory (/home/tfylliv/src) directory for this: Code : cd /home/tfylliv/src Prepare for building dvb_hdhomerun module: Code : cd linux-2.6-2.6.32 Open Makefile and find: Code : EXTRAVERSION = Change that to match your kernel, uname -r will tell you what you need, in my case i get "2.6.32-5-686" from uname -r and hence uses: Code : EXTRAVERSION = -5-686 Then finish the preparing the source tree: Code : cp /boot/config-2.6.32-5-686 .config At this point we now have a kernel source tree that are ready for building the dvb_hdhomerun kernel module. One thing needs to be tweaked in the dvbhdhomerun source code, find the following file and change KERNEL_DIR to the location where you have unpacked the linux source: Code : dvbhdhomerun/kernel/Makefile: After this simply follow the instructions from Ubuntu above - but instead of using "sudo" log in as root and remember to use root when doing "make install". |
Auteur : | augur [ dim. 12 août 2012, 19:25 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
AVIS Media Portal 1.23 + XBMC PVR Mangro v4 => fait ce qu'il faut mais sous Windows => Ne pompe rien en ressource : Dual Core et seulement 2 Go : ok ! VDR / yaVDR 0.40 et 0.50 => usine à gaz pour paramétrer MythTV / MythBuntu + XBMC standard avec Addon MythBox => ne reconnaît pas HD HomeRun TVHeadEnd : correct ... en corrigeant les bug du tuto => https://www.lonelycoder.com/redmine/boa ... opics/3368 ... en le faisant reconnaître à TVHeadEnd ==>> http://sourceforge.net/apps/trac/dvbhdh ... i/Building | ==>> http://dvbhdhomerun.cvs.sourceforge.net ... iew=markup => en ajoutant les 6 multiplexes |
Auteur : | augur [ dim. 12 août 2012, 22:17 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
Répartition des chaines TNT au 14.08.2012 : Multiplex Chaines gratuites // Payantes Code : R1 France 2, France 3, France 5, LCP, France Ô, France 3 régions ou chaine locale2) // Aucune Code :
UBUNTU Test de la carte Visualisation des cartes & stick USB intégrés dans le kerner Code : modprobe -l | grep dvb Visualisation des périphériques USB Code : lsusb Dans le meilleur de monde on voit le périphérique, ici le Modèle de Concpetronic / Freecom / Zaapa ZT- DVBTSTUSB en USB 2.0 équipé de la puce Realtek 2831 u ou 2831U Code : […] Fréquences Pour configurer, on peut ouvrir un terminal et taper : Code : gnome-dvb-setup On accède alors à une interface graphique permettant de configurer la télévision. L'opération peut prendre un certain temps. Les fichiers de configuration des fréquences tout faits => http://linuxtv.org/wiki/index.php/DVB-T_channels.conf (tous les pays sauf la France) Si vous ne trouvez pas de fichier channels.conf ou channels.dvb correspondant à votre région, vous pouvez vous servir de l'utilitaire w_scan (packet à installer) Code : w_scan -c FR -X > channels.conf Pour que w_scan trouve plus de chaînes, on peut augmenter le timeout avec les options -F -t 3. |
Auteur : | Biour [ dim. 12 août 2012, 22:56 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
reserved for further use |
Auteur : | augur [ sam. 6 oct. 2012, 13:13 ] |
Sujet du message : | BiG Media Center Server - Subsonic - OpenIndiana |
Télécharger la version Stand-alone en .tar.gz => http://www.subsonic.org/pages/download.jsp Code : wget http://www.subsonic.org/pages/download2.jsp?target=subsonic-4.7-standalone.tar.gz ... ce con vous fait alors un fichier nommé http://www.subsonic.org/pages/download2.jsp?target=subsonic-4.7-standalone.tar.gz = le renommer Code : mv http://www.subsonic.org/pages/download2.jsp?target=subsonic-4.7-standalone.tar.gz subsonic-4.7-standalone.tar.gz Avec le GUI & Nautilus le navigateur de fichier (cliquer sur la maison en haut dans le menu, entre "Système" et l'îcone de FireFox), décompresser subsonic-4.7-standalone.tar.gz => clic droit sur le fichier subsonic-4.7-standalone.tar.gz => ouvrir avec le gestionnaire d'archive => cliquer sur nouveau dossier en haut à droite, l’appeler subsonic-4.7-standalone. => extraire Fermer Nautilus après décompression. Ouvrir le terminal, aller dans le répertoire /subsonic-4.7-standalone Code : cd subsonic-4.7-standalone Lancer le script Code : bash subsonic.sh Se connecter avec votre navigateur internet à http://AdresseIPduSeveur:4040
Là on est content : la musique fonctionne mais pas les films ; il nous faut FFMPEG. Le FFmpeg disponible sur le site http://ffmpeg.org/download.html ne convient pas pour OpenIndiana & Solaris. Du coup, dans le terminal, taper : Code : pkg set-publisher -p http://pkg.openindiana.org/sfe attendre la fin puis taper : Code : pkg set-publisher -p http://pkg.openindiana.org/sfe-encumbered Dans le GUI, on va aller dans le gestionnaire des packet => Système > Administration > Gestionnaire des paquets Dans le gestionnaire des paquets, .... à gauche : Éditeur => sélectionner dans l'ascenseur "Tous les éditeurs" .... à droite dans le champ de recherche taper "YASM" .... au centre dans la liste vous sélectionner Yasm "developer/yasm" puis cliquer sur l’icône Installer / Mettre à jour. Dans le gestionnaire des paquets, .... à gauche : Éditeur => sélectionner dans l'ascenseur "Tous les éditeurs" .... à droite dans le champ de recherche taper "ffmpeg" .... au centre dans la liste vous sélectionner FFmpeg "video/ffmpeg" puis cliquer sur l’icône Installer / Mettre à jour. Dans le terminal => se connecter en root ; pour OpenIndiana & Solaris, taper Code : ru puis indiquer votre mot de passe puis taper Code : nautilus Cliquer à gauche sur Système de fichier, puis à droite sur usr > bin > i86 ( /usr/bin/i86 ) Copier les fichiers : ffmpeg ffplay ffprobe ffserver ... directement à la racine de : var > subsonic > transcode ( /var/subsonic/trasncode) A présent, Subsonic devrait fonctionner sur OpenIdniana. |
Auteur : | augur [ sam. 6 oct. 2012, 13:14 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
reserved |
Auteur : | Biour [ sam. 6 oct. 2012, 13:19 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
mon post peut etre utilisé pour toi (ndlr) |
Auteur : | poulpito [ sam. 6 oct. 2012, 18:38 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
subsonic passé à la trappe pour chez moi gère pas le html5 pour ffmpeg et cie autant les compiler augur au moins tu as un truc optimisé ^^ la première partie y'a une option (je la connais plus de mémoire) pour que le nom de fichier soit ok avec wget et n'ai pas l'url dedans et quitte à continuer à tout faire en ligne de commande tar -xvf (ou xzvf) (ou xjf suivant le type de fichier) ^^ plus sex que de passer par le gui qd même ca fait parti des bases |
Auteur : | augur [ dim. 7 oct. 2012, 02:31 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
poulpito a écrit : subsonic passé à la trappe pour chez moi gère pas le html5 Extension pour Chrome & HTML5 => https://chrome.google.com/webstore/deta ... lgebobbloc |
Auteur : | Dodo29 [ dim. 7 oct. 2012, 14:06 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
poulpito a écrit : subsonic passé à la trappe pour chez moi tar -xvf (ou xzvf) (ou xjf suivant le type de fichier) ^^ plus sex que de passer par le gui Héhé ![]() |
Auteur : | poulpito [ dim. 7 oct. 2012, 23:35 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
augur a écrit : poulpito a écrit : subsonic passé à la trappe pour chez moi gère pas le html5 Extension pour Chrome & HTML5 => https://chrome.google.com/webstore/deta ... lgebobbloc ouai donc c'est bien ce que je dit il le fait pas en natif t'es obligé de tricher avec un addon chrome qui va chercher l'info sur subsonic faudra voir quand ils l'intègreront en natif |
Auteur : | augur [ ven. 29 août 2014, 13:41 ] |
Sujet du message : | Re: BiG Media Center Server & Client |
Freebox TV en natif dans XBMC -> http://play.with.free.fr/index.php/free ... dans-xbmc/ Générateur playlist freebox multiposte -> http://files.manticus.info/freebox/generateur-playlist/ Super site à propos des Multiroom -> http://www.scoop.it/t/multiroom |
Page 1 sur 1 | Heures au format UTC+03:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |