I too face the same issue on freenas with fuppes when I access from samsung
i tried adding this user_agent as mentioned on web but no luck:
<user_agent>UPnP/1.0 DLNADOC/1.50</user_agent>
Also fuppes wiki is down atm.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I moved to ubuntu for my nas setup and refreshed to latest nightly of fuppes. I'll say setup is breeze and it plays all the formats I have. Its pain to setup this on freenas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same issue with my BD-8500N - the crash seems to have something with HTTP Version to do, some other version than 1.0 or 1.1 is used. Not sure if this means same as DLNA version 1.5 or whatever that seems to be the case for Samsung…
switch(m_nHTTPVersion)
{
case HTTP_VERSION_1_0: sVersion = "HTTP/1.0"; break;
case HTTP_VERSION_1_1: sVersion = "HTTP/1.1"; break;
default: ASSERT(0); break;
}
Have anyone got this to work on Windows?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to report that I am having problems with Fuppes crashing when I try to connect with my Samsung UE40C8000 TV and BD-C6900 Blu-Ray Player.
This is the error on my Linux PC when FUPPES - 0.660 crashes.
fuppes: lib/HTTP/HTTPMessage.cpp:157: std::string CHTTPMessage::GetHeaderAsString(): Assertion `0' failed.
Aborted
I have no idea what that means.
Has anyone found a work-a-round for this problem yet?
Best Regards.
I too face the same issue on freenas with fuppes when I access from samsung
i tried adding this user_agent as mentioned on web but no luck:
<user_agent>UPnP/1.0 DLNADOC/1.50</user_agent>
Also fuppes wiki is down atm.
I moved to ubuntu for my nas setup and refreshed to latest nightly of fuppes. I'll say setup is breeze and it plays all the formats I have. Its pain to setup this on freenas.
I have the same issue with my BD-8500N - the crash seems to have something with HTTP Version to do, some other version than 1.0 or 1.1 is used. Not sure if this means same as DLNA version 1.5 or whatever that seems to be the case for Samsung…
switch(m_nHTTPVersion)
{
case HTTP_VERSION_1_0: sVersion = "HTTP/1.0"; break;
case HTTP_VERSION_1_1: sVersion = "HTTP/1.1"; break;
default: ASSERT(0); break;
}
Have anyone got this to work on Windows?