maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] UPnP/DLNA Server - Fuppes (https://talk.maemo.org/showthread.php?t=71597)

Reffyyyy 2011-04-04 10:46

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
http://pastebin.com/2ujEfZ4y

festivalnut 2011-04-04 14:50

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
thanks reffyyy, got my n900 to show up in the xbox at least, but the damn thing still wont show my media, i've updated / rebuilt the tracker, had a leafpad through it and looked thoroughly confused, and anything else i can think of, the only error i get is when starting fuppes
Code:

/home/user/.fuppes/vfolder.cfg:1: parser error : XML declaration allowed only at the start of the document
 <?xml version="1.0" encoding="UTF-8"?>

edit: ignore the error code, was a single space at the start of the vfolder, removing that removed the error, but never brought any of my music.

edit2: infact just ignore me altogether, after a few hours messing with leafpad, amending the vfolder, searching the internet, the reason the media wasn't showing was because you have to press 'v' in fuppes to build the 'virtual database' sorry. (self facepalm)

tHMZ 2011-04-04 17:10

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by festivalnut (Post 981696)
thanks reffyyy, got my n900 to show up in the xbox at least, but the damn thing still wont show my media, i've updated / rebuilt the tracker, had a leafpad through it and looked thoroughly confused, and anything else i can think of, the only error i get is when starting fuppes
Code:

/home/user/.fuppes/vfolder.cfg:1: parser error : XML declaration allowed only at the start of the document
 <?xml version="1.0" encoding="UTF-8"?>

edit: ignore the error code, was a single space at the start of the vfolder, removing that removed the error, but never brought any of my music.

edit2: infact just ignore me altogether, after a few hours messing with leafpad, amending the vfolder, searching the internet, the reason the media wasn't showing was because you have to press 'v' in fuppes to build the 'virtual database' sorry. (self facepalm)


So you can stream to your Xbox now? :eek:

Reffyyyy 2011-04-04 19:18

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by festivalnut (Post 981696)
thanks reffyyy, got my n900 to show up in the xbox at least, but the damn thing still wont show my media, i've updated / rebuilt the tracker, had a leafpad through it and looked thoroughly confused, and anything else i can think of, the only error i get is when starting fuppes
Code:

/home/user/.fuppes/vfolder.cfg:1: parser error : XML declaration allowed only at the start of the document
 <?xml version="1.0" encoding="UTF-8"?>

edit: ignore the error code, was a single space at the start of the vfolder, removing that removed the error, but never brought any of my music.

edit2: infact just ignore me altogether, after a few hours messing with leafpad, amending the vfolder, searching the internet, the reason the media wasn't showing was because you have to press 'v' in fuppes to build the 'virtual database' sorry. (self facepalm)

Sorry for not replying earlier, I didn't see the thread. Well, it's all sorted now.

I'm working on a QML GUI for Fuppes at the moment. I already have a fully functional widget but would like to redesign it. Looks a bit too...big, I guess.

Time is always a detrimental factor in my life.

n900ak 2011-04-11 18:15

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
In case I start Fuppes when I am connected to another Wi-Fi network (other than the one on which I installed my Fupped)...I recieve the following error....
-----------------------------------------------------------------------------------
$ /opt/bin/fuppes
FUPPES - 0.660
the Free UPnP Entertainment Service
http://fuppes.ulrich-voelkel.de
[ERROR] failed to bind socket to : 192.168.1.2:0
[exiting]
-----------------------------------------------------------------------------------
My IP address in the new network is different from the one displayed above....is there a way to change it???

casketizer 2011-04-11 18:40

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
I got it working fine with a PS3 (I also have 2 360s but I hate it as streaming client). However my Sony Bravia KDL 40EX500 TV's DNLA client keeps saying media server not supported in its DNLA server diagnosis screen. It sees it but it wont work. Since Bravia Engine 3 DNLA client is based on the PS3's (it works fine with the java ps3mediaserver) this is very puzzling and frustrating.
Anyone have an idea how to fix this?

hawaii 2011-04-11 19:37

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by n900ak (Post 985797)
In case I start Fuppes when I am connected to another Wi-Fi network (other than the one on which I installed my Fupped)...I recieve the following error....
-----------------------------------------------------------------------------------
$ /opt/bin/fuppes
FUPPES - 0.660
the Free UPnP Entertainment Service
http://fuppes.ulrich-voelkel.de
[ERROR] failed to bind socket to : 192.168.1.2:0
[exiting]
-----------------------------------------------------------------------------------
My IP address in the new network is different from the one displayed above....is there a way to change it???

Yeah, you should have bound it to an interface and not an IP address. You'll need to change it on the config file.

hawaii 2011-04-16 19:20

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
I've managed to build an even smaller server for this. Fuppes has too many external libraries and dependencies that I don't care to build for Maemo.

The new package is pre-configured to share Videos (~/MyDocs/.videos), Music (~/MyDocs/Music) and Pictures (~/MyDocs/DCIM).

Self-contained binary that supports more features. It's faster, smaller and easier to configure. My entire library (30GB) is cataloged into a small 11MB SQLite3 database.

It depends on the package "libid3tag0" in order to provide metadata and sorting functionality which was a huge headache with Fuppes.

It "just works" with PS3, WMP, VLC and I'll be testing XBOX as well.

handaxe 2011-04-17 19:16

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by hawaii (Post 990071)
I've managed to build an even smaller server for this. Fuppes has too many external libraries and dependencies that I don't care to build for Maemo.

The new package is pre-configured to share Videos (~/MyDocs/.videos), Music (~/MyDocs/Music) and Pictures (~/MyDocs/DCIM).

Self-contained binary that supports more features. It's faster, smaller and easier to configure. My entire library (30GB) is cataloged into a small 11MB SQLite3 database.

It depends on the package "libid3tag0" in order to provide metadata and sorting functionality which was a huge headache with Fuppes.

It "just works" with PS3, WMP, VLC and I'll be testing XBOX as well.

Details to follow.....? Checking that you did not mean to attach a binary but omitted to.

maxximuscool 2011-04-26 11:47

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
I could get it to show up on my TV but whenever I click select Fubbes Nokia N900, it crashed.

~ $ /opt/bin/fuppes
FUPPES - 0.660
the Free UPnP Entertainment Service
http://fuppes.ulrich-voelkel.de

webinterface: http://192.168.1.101:49183

r = rebuild database
u = update database
i = print system info
h = print help

press "ctrl-c" or "q" to quit

u
[ContentDatabase] create database at Tue Apr 26 23:51:08 2011
remove missing
[DONE] remove missing
read shared directories
[DONE] read shared directories
parse playlists
[DONE] parse playlists
parse iTunes databases
[DONE] parse iTunes databases
[ContentDatabase] database created at Tue Apr 26 23:51:08 2011
fuppes: lib/HTTP/HTTPMessage.cpp:157: std::string CHTTPMessage::GetHeaderAsString(): Assertion `0' failed.
Aborted
~ $

What did I do wrong?
I got "vfolder.cfg" inside /home/user/.fubbes

How can i get it to work?

Thanks

maxximuscool 2011-04-26 12:07

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
FYI my TV is Samsung series 6 UA32C6900. Whenever i choosed Fubbes the application on the N900 died. No idea why.

rgodinez 2011-06-04 21:56

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
I've tested it with my friend's Samsung TV , and it works like a charm streaming from Fuppes running in my N900.
We were astonished viewing seemless playing of movies in the TV set from my little yet powerful N900, via wifi.
He even has installed Windows version of FUPPES on a Windows 7 PC where previously included Windows Media Center wasn't able to stream movies properly (lags, delays, cuts...) , and Fuppes does it properly.

I think this should be included in devel repo.

Thanks a lot for this application.
Rafa.

kooki 2011-07-15 19:47

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by hawaii (Post 985864)
Yeah, you should have bound it to an interface and not an IP address. You'll need to change it on the config file.

Hi, I m facing the same problem and don't know how to bound it to interface and how can I change current settings. A reply with some step by step command execution will be really help.

Hope to hear from you soon.

Regards,
Kooki

kooki 2011-07-18 10:13

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Hi,

How can I change the config file manually? Please help me, can't start the Fuppes as it is bound to another ip.

Hope to hear from anyone from you soon.

Regards,
Kooki

n900ak 2011-09-08 13:41

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Quote:

Originally Posted by kooki (Post 1053220)
Hi,

How can I change the config file manually? Please help me, can't start the Fuppes as it is bound to another ip.

Hope to hear from anyone from you soon.

Regards,
Kooki

1. Open X-term
2. Type (no need to be root):
leafpad /home/user/.fuppes/fuppes.cfg
((you can use any editor in place of leafpad))

3. Go to the line which reads something like:
<interface>1.xx.yy.zzz</interface>
Change the value of the ip adress to the one that your n900 currently has

4. Save changes
5. Exit Leafpad

Now start fuppes.......it should work now:)...

Hope it helps....(don't be shy to press the Thanks button, if it does..;))

Regards
AK

Acurus_ 2013-02-02 09:42

Re: [ANNOUNCE] UPnP/DLNA Server - Fuppes
 
Fuppes installation guide (German, only)


All times are GMT. The time now is 15:42.

vBulletin® Version 3.8.8