FAQ  •  Register  •  Login

Nas to Samsung D, some problem.

<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Thu Sep 29, 2011 1:50 pm

Nas to Samsung D, some problem.

Hello,

congratulations and thanks for this great software, big potential!

Some info: Qnap 219+ to samsung D550, latest release.

Problems:

Pictures are indexed, but browsing is very slow with big folders, didn't happen with twonkymedia.
Movies are not indexed. (They were with twonkymedia) I have a warning in my logs:
  Code:
[FFMPEGWrapper] FFmpeg is not compiled with librtmp support, RTMP streaming will not work.

Music is ok, but some album cover (famous) were not found.

Thank you if you can help me!
Last edited by mrrouge on Wed Oct 05, 2011 10:41 pm, edited 1 time in total.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Sep 29, 2011 1:58 pm

Re: Nas to Samsung D, some problems.

1) Slow browsing - are you using the Samsung C/D profile? If yes, poste detailed log of when you browse images.
2) The error message means you won't be able to watch some online content (e.g. iPlayer) because your ffmpeg has not been compiled with librtmp functionality
3) what kind of movies are not indexed? post ffmpeg -i for one of them.
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Thu Sep 29, 2011 4:13 pm

Re: Nas to Samsung D, some problems.

Thank you.

1) Slow browsing - are you using the Samsung C/D profile? If yes, poste detailed log of when you browse images.
Later I'll post you the slow browsing results, as soon as I'll come back home.
I'm using the Samsung C/D profile, and have also tried to delete DeviceDescription in profiles.xml as suggested by someone here, with no luck.

2) The error message means you won't be able to watch some online content (e.g. iPlayer) because your ffmpeg has not been compiled with librtmp functionality
You have a solution for the ffmpeg problem? Actually online content streaming is one of the best serviio features and I want to have it as soon as i fix the other issues...

3) what kind of movies are not indexed? post ffmpeg -i for one of them.
All the movies are not indexed. .MOV, .MKV, .MP4, with other dlna server they are.

  Code:
<imedia/Film/film.mkv
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/opt/cross-project/arm/marvell/arm-none-linux-gnueabi/                                                                                                 libc/marvell-f/usr --enable-cross-compile --cross-prefix=arm-none-linux-gnueabi-                                                                                                  --disable-static --enable-shared --arch=arm --disable-optimizations
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  built on Aug  4 2011 02:15:48, gcc: 4.2.1

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/                                                                                                 1001) -> 24.00 (24/1)
Input #0, matroska, from '/share/Multimedia/Film/film.mkv':
  Duration: 00:42:44.41, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: h264, yuv420p, 1280x720, PAR 1:1 DAR 16:9, 24 tbr,                                                                                                  1k tbn, 47.95 tbc
    Stream #0.1: Audio: 0x0000, 48000 Hz, 5.1, s16
At least one output file must be specified
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Thu Sep 29, 2011 4:27 pm

Re: Nas to Samsung D, some problems.

1) make sure you restart serviio completely after you make changes or even better restart pc running serviio.

2)

  Code:
cd /share/MD0_DATA/.qpkg/
wget http://download.serviio.org/opensource/ffmpeg-26303.tar.gz
tar xvzf ffmpeg-26303.tar.gz
cd ffmpeg/
export PATH=/opt/bin:/opt/sbin:$PATH; ./configure --arch=x86 --enable-ssse3 --prefix=/opt --extra-cflags='-I/opt/include' --extra-ldflags='-L/opt/lib' --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-libmp3lame --enable-librtmp
make
make install


3) do the files actual have sound ? as audio track seem very odd to me
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Sep 29, 2011 4:46 pm

Re: Nas to Samsung D, some problems.

Your FFmpeg is probably old as well, as it cannot recognize the audio track. Ask on the Qnap forums or look in the NAS forum here, there might be tips how to build latest FFmpeg. For the librtmp functionality, you have to link it, but hopefully you can get FFmpeg with this functionality built-in. Try the NAS forum.
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Fri Sep 30, 2011 7:57 am

Re: Nas to Samsung D, some problems.

Hello,

I've asked at qnap, we have a Serviio forum.
If I find a solution for the ffmpeg I'll share here too.
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Fri Sep 30, 2011 12:55 pm

Re: Nas to Samsung D, some problems.

Cristian fixed the problem, now the QPKG @qnap works fine on 219+
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Wed Oct 05, 2011 2:41 pm

Re: Nas to Samsung D, some problems.

Hello,

still have the slow folder loading.
It happens with folders with lots of pictures, it takes a lot to load and a lot when going back from the full screen picture.
Is there any fix to speed up loading time? For exaple Twonky takes 1/3 of the time..
is it normal for picture thumbails to be at very low resolution/stretched?

Thanks again, Serviio rocks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Oct 09, 2011 4:31 pm

Re: Nas to Samsung D, some problem.

as requested, poste detailed log of when you browse the images
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Fri Oct 14, 2011 2:13 pm

Re: Nas to Samsung D, some problem.

Hello,


found this:

  Code:
2011-10-13 22:38:09,374 DEBUG [WebServer] Incoming connection from /192.168.0.12:47531
2011-10-13 22:38:09,375 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.0.12:
2011-10-13 22:38:09,375 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.12
2011-10-13 22:38:09,393 DEBUG [ContentDirectory] Browse() called for renderer PS59D550 (profile 7) with parameters: objectID = I_F#FOL_R4$F252$F270, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 420, count = 30, sortCriteria =
2011-10-13 22:38:09,393 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-10-13 22:38:09,527 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-13 22:38:09,604 DEBUG [WebServer] Incoming connection from /192.168.0.12:57035
2011-10-13 22:38:09,605 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.0.12:
2011-10-13 22:38:09,605 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.12
2011-10-13 22:38:09,617 DEBUG [ContentDirectory] Browse() called for renderer PS59D550 (profile 7) with parameters: objectID = I_F#FOL_R4$F252$F270, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 450, count = 30, sortCriteria =
2011-10-13 22:38:09,618 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-10-13 22:38:09,753 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-13 22:38:09,830 DEBUG [WebServer] Incoming connection from /192.168.0.12:57635
2011-10-13 22:38:09,831 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.0.12:
2011-10-13 22:38:09,831 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.12
2011-10-13 22:38:09,843 DEBUG [ContentDirectory] Browse() called for renderer PS59D550 (profile 7) with parameters: objectID = I_F#FOL_R4$F252$F270, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 480, count = 30, sortCriteria =
2011-10-13 22:38:09,844 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-10-13 22:38:09,978 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-13 22:38:10,054 DEBUG [WebServer] Incoming connection from /192.168.0.12:49065
2011-10-13 22:38:10,054 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.0.12:
2011-10-13 22:38:10,055 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.12
2011-10-13 22:38:10,066 DEBUG [ContentDirectory] Browse() called for renderer PS59D550 (profile 7) with parameters: objectID = I_F#FOL_R4$F252$F270, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 510, count = 30, sortCriteria =
2011-10-13 22:38:10,067 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-10-13 22:38:10,204 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message


I hope is a good sample.
notice that the folder is containing 1100 big pictures.

One more question, about music album art.
Some are displayed, some not, and always only the small thumbnail, never the big one when listening.

Thanks again for your support
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Oct 14, 2011 3:18 pm

Re: Nas to Samsung D, some problem.

Looks like the TV is going crazy and tries to get details of all the images, not just the immediate 10 it'll display - thank Samsung there ;-/ You can get around it by creating some folder structure.

Album art : If it's embedded in the file it'll be used (or an external .jpg file). The thumbnail during playback - seems to work on some Samsung (C series), not on others (D series), not sure why.
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Fri Oct 14, 2011 3:36 pm

Re: Nas to Samsung D, some problem.

Thanks,

yes, before you can even move inside the pictures you have to wait the tv to load all the 57 pages, and, obviously the same happens when going back from a fullscreen/slideshow.
Btw this issue does not happen with Twonky, It is much faster. I'll compare the time it takes.
If could be of any use I can try to post Twonky logs.

So, I think it's something we can fix within the server. I don't want to leave Serviio!!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Oct 14, 2011 4:17 pm

Re: Nas to Samsung D, some problem.

you could capture packets when you browse images in Twonky via Wireshark, as well as Serviio's and then we can compare them
<<

mrrouge

Streaming enthusiast

Posts: 38

Joined: Thu Sep 29, 2011 1:19 pm

Post Sun Oct 16, 2011 10:25 am

Re: Nas to Samsung D, some problem.

Ok, i'll try.
New to that, so it could take some time b4 i figure out how to.

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 10 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.