maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   is it possible to play streamed video from upnp servers like mediatomb? (https://talk.maemo.org/showthread.php?t=52798)

cnavarro 2010-05-16 11:49

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?

pycage 2010-05-16 18:11

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.

cnavarro 2010-05-16 19:21

Re: is it possible to play streamed video from upnp servers like mediatomb?
 
Quote:

Originally Posted by pycage (Post 661157)
Is your MediaTomb configured to do automatic transcoding? Maybe this could cause the video format to be unrecognized by the N900.

no, it is not. Should mediabox play streamed videos?

cnavarro 2010-05-16 19:25

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>

pycage 2010-05-19 16:05

Re: is it possible to play streamed video from upnp servers like mediatomb?
 
Quote:

Originally Posted by cnavarro (Post 661268)
no, it is not. Should mediabox play streamed videos?

Yes, video streaming over UPnP is supported.


All times are GMT. The time now is 04:52.

vBulletin® Version 3.8.8