![]() |
is it possible to play streamed video from upnp servers like mediatomb?
hi
there is a way? i have tried the default mediaplayer but while streaming audio files from mediatomb without problems it does not seem able to even list the video files. i have tried mediabox and it lists videos and plays them, but you only hear the audio while image is fully black. it does not seem a codec issue as the files are played without problems if copied directly to the n900. any clue? |
Re: is it possible to play streamed video from upnp servers like mediatomb?
Is your MediaTomb configured to do automatic transcoding? Maybe this could cause the video format to be unrecognized by the N900.
|
Re: is it possible to play streamed video from upnp servers like mediatomb?
Quote:
|
Re: is it possible to play streamed video from upnp servers like mediatomb?
in any case here goes my mediatomb config file.
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="http://mediatomb.cc/0.10.0/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/0.10.0/config http://mediatomb.cc/0.10.0/config.xsd"> <server> <ui enabled="yes"> <accounts enabled="no" session-timeout="30"/> </ui> <name>MediaTomb</name> <udn>uuid:7dde17c8-fc14-4f14-a86d-fff388451956</udn> <home>/root/.mediatomb</home> <webroot>/opt/mediatomb/share/mediatomb/web</webroot> <storage driver="sqlite3"> <database-file>mediatomb.db</database-file> </storage> </server> <import hidden-files="no"> <scripting script-charset="UTF-8"> <common-script>/opt/mediatomb/share/mediatomb/js/common.js</common-script> <playlist-script>/opt/mediatomb/share/mediatomb/js/playlists.js</playlist-script> <virtual-layout type="builtin"> <import-script>/opt/mediatomb/share/mediatomb/js/import.js</import-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"/> </extension-mimetype> <mimetype-upnpclass> <map from="audio/*" to="object.item.audioItem.musicTrack"/> <map from="application/ogg" to="object.item.audioItem.musicTrack"/> <map from="video/*" to="object.item.videoItem"/> <map from="image/*" to="object.item.imageItem"/> </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"/> </mimetype-contenttype> </mappings> </import> </config> |
Re: is it possible to play streamed video from upnp servers like mediatomb?
Quote:
|
All times are GMT. The time now is 04:52. |
vBulletin® Version 3.8.8