home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Language specific support
MediaPortal Forums Francais
MediaPortal 1 - Support
Support Materiel
Carte TV
Choix Carte TNT
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="technick" data-source="post: 1175139" data-attributes="member: 91508"><p>Salut,</p><p></p><p>je vous lisais et me demandais depuis quand j'avais le mien... </p><p></p><p>Depuis octobre 2012 ! (<a href="https://forum.team-mediaportal.com/threads/technick-mon-pchc.106014/#post-921299" target="_blank">https://forum.team-mediaportal.com/threads/technick-mon-pchc.106014/#post-921299</a>)</p><p></p><p>Je confirme aussi et encore : Ce truc est génial !</p><p></p><p>Alors pour ceux que ça interresse j'utilise en ce moment un serveur tvheadend (compatible Mediaportail ? Suis hors sujet ?) sur un rasperry PI 2</p><p></p><p>Première install : git clone <a href="https://github.com/tvheadend/tvheadend.git" target="_blank">https://github.com/tvheadend/tvheadend.git</a></p><p></p><p>Puis mise à jour avec le script tvhupdate.sh suivant (ne pas oublier le chmod +x tvhupdate.sh) :</p><p></p><p>cd /home/pi/tvheadend</p><p>git pull</p><p>git clean -xfd</p><p>git reset --hard</p><p>git pull --rebase</p><p>./configure --enable-hdhomerun_static --enable-libffmpeg_static</p><p>make clean</p><p>make</p><p>/etc/init.d/tvheadend stop</p><p>make install</p><p>/etc/init.d/tvheadend start</p><p>cd /root/</p><p>exit 0</p><p></p><p>Pas besoin de drivers, tvheadend retrouvera le hdhomerun automatiquement.</p><p></p><p>Perso j'utilise la version en cours de developpement (master) pour les moins extremiste, après la ligne rebase, il faut ajouter :</p><p></p><p>git checkout origin/version_désirée</p><p></p><p>script de lancement : /etc/init.d/tvheadend :</p><p></p><p>#!/sbin/runscript</p><p></p><p>depend() {</p><p> need net</p><p>}</p><p></p><p>start() {</p><p> ebegin "Starting tvheadend"</p><p> /usr/local/bin/tvheadend -f -u root -g root -c /root/.tvheadend/ -p /var/run/tvheadend.pid</p><p></p><p># cd /opt/tvheadend</p><p># start-stop-daemon --start --quiet --user tvheadend --background /usr/local/bin/tvheadend</p><p> eend $?</p><p>}</p><p></p><p>stop() {</p><p> ebegin "Stopping tvheadend"</p><p> start-stop-daemon --stop --pidfile /var/run/tvheadend.pid --name tvheadend</p><p></p><p># start-stop-daemon --stop --quiet --name ${TVHNAME} --signal 2</p><p> eend $?</p><p>}</p><p></p><p></p><p>Amusez vous bien,</p><p></p><p>Technick</p></blockquote><p></p>
[QUOTE="technick, post: 1175139, member: 91508"] Salut, je vous lisais et me demandais depuis quand j'avais le mien... Depuis octobre 2012 ! ([URL]https://forum.team-mediaportal.com/threads/technick-mon-pchc.106014/#post-921299[/URL]) Je confirme aussi et encore : Ce truc est génial ! Alors pour ceux que ça interresse j'utilise en ce moment un serveur tvheadend (compatible Mediaportail ? Suis hors sujet ?) sur un rasperry PI 2 Première install : git clone [URL]https://github.com/tvheadend/tvheadend.git[/URL] Puis mise à jour avec le script tvhupdate.sh suivant (ne pas oublier le chmod +x tvhupdate.sh) : cd /home/pi/tvheadend git pull git clean -xfd git reset --hard git pull --rebase ./configure --enable-hdhomerun_static --enable-libffmpeg_static make clean make /etc/init.d/tvheadend stop make install /etc/init.d/tvheadend start cd /root/ exit 0 Pas besoin de drivers, tvheadend retrouvera le hdhomerun automatiquement. Perso j'utilise la version en cours de developpement (master) pour les moins extremiste, après la ligne rebase, il faut ajouter : git checkout origin/version_désirée script de lancement : /etc/init.d/tvheadend : #!/sbin/runscript depend() { need net } start() { ebegin "Starting tvheadend" /usr/local/bin/tvheadend -f -u root -g root -c /root/.tvheadend/ -p /var/run/tvheadend.pid # cd /opt/tvheadend # start-stop-daemon --start --quiet --user tvheadend --background /usr/local/bin/tvheadend eend $? } stop() { ebegin "Stopping tvheadend" start-stop-daemon --stop --pidfile /var/run/tvheadend.pid --name tvheadend # start-stop-daemon --stop --quiet --name ${TVHNAME} --signal 2 eend $? } Amusez vous bien, Technick [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
MediaPortal Forums Francais
MediaPortal 1 - Support
Support Materiel
Carte TV
Choix Carte TNT
Contact us
RSS
Top
Bottom