Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 14/05/2011, à 08:27

maitryoda

Re : [RESOLU] DLNA sur TV LCD LED SAMSUNG UE40B7000

j'ai pris l'habitude de ne mettre aucun accent dans mes noms de ficheirs donc je n'ai jamais rencontré ce soucis :-)


Que la force soit avec toi jeune padawan!
Config: Core 2 Duo E6600 - P5WDH Deluxe
2Go Ram - MSI  X1950 256Mo PCIe
Ubuntu 12.10

Hors ligne

#52 Le 14/05/2011, à 11:50

amon2010

Re : [RESOLU] DLNA sur TV LCD LED SAMSUNG UE40B7000

idem
mais c'est "codé en dur" dans le fichier
bref sinon ça marche
wink

Hors ligne

#53 Le 05/06/2011, à 14:49

titi89

Re : [RESOLU] DLNA sur TV LCD LED SAMSUNG UE40B7000

bonjour,
enfin eu le temps de tester minidlna
tout est ok
j'ai installé ffmpegthumbnailer
pour les vignettes des videos je me suis fais un petitscript a placer dans le dossier contenant les videos:

#! /bin/bash
rm list.txt
ls *.flv *.avi *.mp4  >> list.txt
while read line
do
a=$(echo "$line" | sed -e "s/.flv//g")
b=$(echo "$a" | sed -e "s/.avi//g")
c=$(echo "$b" | sed -e "s/.mp4//g")
ffmpegthumbnailer -i "$line" -s 512 -q 10 -c jpeg -o "$c".jpg 
done < list.txt
exit 0

pour la musique le problême réside à ce que le cover soit enregistré dans le tag
diverses solutions fonctionnent mais la plus simple et qui fonctionne à tous les coups
c'est d'installer mp3tag via playonlinux
et tout est nickel
j'ai pas testé les mkv?

@+

Hors ligne

#54 Le 25/08/2012, à 18:08

usky

Re : [RESOLU] DLNA sur TV LCD LED SAMSUNG UE40B7000

De mon coté j'ai acheté une UE46ES6300 et je n'ai pas reussi à faire fonctionner Mediatomb dessus. Malgrès toute l'aide qui existe sur la doc ubuntu & d'autres paramétrages dispo ailleurs.
Mediatomb fonctionne pourtant parfaitement avec ma PS3 depuis plusieurs années...
Le serveur est visible mais il n'y a rien de dispo.

J'ai essayé MiniDLNA qui voit des dossiers, mais rien n'est lisible.

La solution a été finalement d'installer Serviio, qui marche parfaitement, aucun parametrage particulier.


Un PC Desktop Sous Ubuntu 12.04 Unity + acer1410 sous Unity Plus de windows depuis 2007 Le PC acer est sous Windows7... Ubuntu ne marche plus correctement depuis la 12.04...
http://parrains.linux.free.fr/

Hors ligne

#55 Le 20/12/2012, à 01:00

mememel

Re : [RESOLU] DLNA sur TV LCD LED SAMSUNG UE40B7000

J'ai une SAMSUNG UE32C6000 qui marche parfaitement avec MediaTomb en DLNA avec le Config suivant trouvé sur ce site (dans les commentaires, écrit par IvoNet )

<?xml version="1.0" encoding="UTF-8"?>
<config version="2" xmlns="http://mediatomb.cc/config/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/2 http://mediatomb.cc/config/2.xsd"><!--
     Read /usr/share/doc/mediatomb-common/README.gz section 6 for more
     information on creating and using config.xml configration files.
    -->
  <server>
    <ui enabled="yes" show-tooltips="yes">
      <accounts enabled="no" session-timeout="30">
        <account user="USERNAME HERE" password="PASSWORD HERE"/>
      </accounts>
    </ui>
    <name>MediaTomb</name>
    <udn>uuid:c428ce54-f29a-4ebe-83d5-730ae14a0b32</udn>
    <home>/var/lib/mediatomb</home>
    <webroot>/usr/share/mediatomb/web</webroot>
    <storage caching="yes">
      <sqlite3 enabled="yes">
        <database-file>mediatomb.db</database-file>
      </sqlite3>
      <mysql enabled="no">
        <host>localhost</host>
        <username>DATABASE USERNAME HERE</username>
        <database>DATABASE NAME HERE</database>
      </mysql>
    </storage>
    <protocolInfo extend="yes"/><!-- For PS3 support change to "yes" -->
    <!--
       Uncomment the lines below to get rid of jerky avi playback on the
       DSM320 or to enable subtitles support on the DSM units
    -->
    <custom-http-headers>
      <add header="X-User-Agent: redsonic"/>
      <add header="transferMode.dlna.org: Streaming"/>
      <add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=017000 00000000000000000000000000"/>
    </custom-http-headers>

    <manufacturerURL>redsonic.com</manufacturerURL>
    <modelNumber>105</modelNumber>
    <!-- Uncomment the line below if you have a Telegent TG100 -->
    <!--
       <upnp-string-limit>101</upnp-string-limit>
    -->
    <extended-runtime-options>
      <ffmpegthumbnailer enabled="no">
        <thumbnail-size>128</thumbnail-size>
        <seek-percentage>5</seek-percentage>
        <filmstrip-overlay>yes</filmstrip-overlay>
        <workaround-bugs>no</workaround-bugs>
      </ffmpegthumbnailer>
      <mark-played-items enabled="no" suppress-cds-updates="yes">
        <string mode="prepend">*</string>
      </mark-played-items>
    </extended-runtime-options>
  </server>
  <import hidden-files="no">
    <scripting script-charset="UTF-8">
      <common-script>/usr/share/mediatomb/js/common.js</common-script>
      <playlist-script>/usr/share/mediatomb/js/playlists.js</playlist-script>
      <virtual-layout type="builtin">
        <import-script>/usr/share/mediatomb/js/import.js</import-script>
        <dvd-script>/usr/share/mediatomb/js/import-dvd.js</dvd-script>
      </virtual-layout>
    </scripting>
    <mappings>
      <extension-mimetype ignore-unknown="no">
        <map from="mp3" to="audio/mpeg"/>
        <map from="ogg" to="application/ogg"/>
        <map from="asf" to="video/x-ms-asf"/>
        <map from="asx" to="video/x-ms-asf"/>
        <map from="wma" to="audio/x-ms-wma"/>
        <map from="wax" to="audio/x-ms-wax"/>
        <map from="wmv" to="video/x-ms-wmv"/>
        <map from="wvx" to="video/x-ms-wvx"/>
        <map from="wm" to="video/x-ms-wm"/>
        <map from="wmx" to="video/x-ms-wmx"/>
        <map from="m3u" to="audio/x-mpegurl"/>
        <map from="pls" to="audio/x-scpls"/>
        <map from="flv" to="video/x-flv"/>
    <!--    <map from="mkv" to="video/x-matroska"/> -->
        <map from="mkv" to="video/mpeg"/>
        <map from="mka" to="video/mpeg"/><!-- Uncomment the line below for PS3 divx support -->
    <!--    <map from="avi" to="video/divx"/> --> <!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 -->
    <!--    <map from="avi" to="video/avi"/> -->
        <map from="avi" to="video/mpeg"/>
      </extension-mimetype>
      <mimetype-upnpclass>
        <map from="audio/*" to="object.item.audioItem.musicTrack"/>
        <map from="video/*" to="object.item.videoItem"/>
        <map from="image/*" to="object.item.imageItem"/>
        <map from="application/ogg" to="object.item.audioItem.musicTrack"/>
      </mimetype-upnpclass>
      <mimetype-contenttype>
        <treat mimetype="audio/mpeg" as="mp3"/>
        <treat mimetype="application/ogg" as="ogg"/>
        <treat mimetype="audio/x-flac" as="flac"/>
        <treat mimetype="image/jpeg" as="jpg"/>
        <treat mimetype="audio/x-mpegurl" as="playlist"/>
        <treat mimetype="audio/x-scpls" as="playlist"/>
        <treat mimetype="audio/x-wav" as="pcm"/>
        <treat mimetype="audio/L16" as="pcm"/>
        <treat mimetype="video/x-msvideo" as="avi"/>
        <treat mimetype="video/mp4" as="mp4"/>
        <treat mimetype="audio/mp4" as="mp4"/>
        <treat mimetype="application/x-iso9660" as="dvd"/>
        <treat mimetype="application/x-iso9660-image" as="dvd"/>
        <treat mimetype="video/x-matroska" as="mkv"/>
        <treat mimetype="audio/x-matroska" as="mka"/>
      </mimetype-contenttype>
    </mappings>
    <online-content><!-- Make sure to setup a transcoding profile for flv -->
      <YouTube enabled="no" refresh="28800" update-at-start="yes" purge-after="604800" racy-content="exclude" format="flv" hd="no">
        <favorites user="FAVORITES USER HERE"/>
        <standardfeed feed="most_viewed" time-range="today"/>
        <playlists user="FAVORITES USER HERE"/>
        <uploads user="FAVORITES USER HERE"/>
        <standardfeed feed="recently_featured" time-range="today"/>
      </YouTube>
      <Weborama enabled="no" refresh="28800" update-at-start="no">
        <playlist name="Active" type="playlist" mood="active"/>
        <playlist name="Metal" type="playlist">
          <filter>
            <genres>metal</genres>
          </filter>
        </playlist>
      </Weborama>
      <AppleTrailers enabled="no" refresh="43200" update-at-start="yes" resolution="640"/>
    </online-content>
  </import>
  <transcoding enabled="no">
    <mimetype-profile-mappings>
      <transcode mimetype="video/x-flv" using="vlcmpeg"/>
      <transcode mimetype="application/ogg" using="vlcmpeg"/>
      <transcode mimetype="application/ogg" using="oggflac2raw"/>
      <transcode mimetype="audio/x-flac" using="oggflac2raw"/>
    </mimetype-profile-mappings>
    <profiles>
      <profile name="oggflac2raw" enabled="no" type="external">
        <mimetype>audio/L16</mimetype>
        <accept-url>no</accept-url>
        <first-resource>yes</first-resource>
        <accept-ogg-theora>no</accept-ogg-theora>
        <agent command="ogg123" arguments="-d raw -o byteorder:big -f %out %in"/>
        <buffer size="1048576" chunk-size="131072" fill-size="262144"/>
      </profile>
      <profile name="vlcmpeg" enabled="no" type="external">
        <mimetype>video/mpeg</mimetype>
        <accept-url>yes</accept-url>
        <first-resource>yes</first-resource>
        <accept-ogg-theora>yes</accept-ogg-theora>
        <agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit"/>
        <buffer size="14400000" chunk-size="512000" fill-size="120000"/>
      </profile>
    </profiles>
  </transcoding>
</config>

Il faudrait peu étre le rajouter dans le mode d'emploi de MediaTomb, mais je ne maitrise pas...

Hors ligne