Page 1 of 4

SAMSUNG H SERIES 2014

PostPosted: Wed May 14, 2014 5:33 am
by unmatched
Hi,I need a profile for my Series 7 2014 TV.
I have problems with big files by using F Series profile.

Re: SAMSUNG H SERIES 2014

PostPosted: Fri May 23, 2014 9:31 am
by unmatched
Is anybody out there would could help me?

Re: SAMSUNG H SERIES 2014

PostPosted: Fri May 23, 2014 11:13 am
by Iveky
what kind of problem with 'big' files?
be more precise.

Re: SAMSUNG H SERIES 2014

PostPosted: Fri May 23, 2014 11:56 am
by unmatched
Videos stutter and the sound cuts off.

Re: SAMSUNG H SERIES 2014

PostPosted: Fri May 23, 2014 12:12 pm
by DenyAll
Post MediaInfo details for the file.

What profile are you using on the device? What happens if you switch to the Generic Profile. What is your CPU usage when the file is playing?

Re: SAMSUNG H SERIES 2014

PostPosted: Tue May 27, 2014 12:55 pm
by unmatched
the problem occurs on all videos on even at low gb with 1-2
In the Generic Profile, it is the same.
CPU utilization is at about 5%

Re: SAMSUNG H SERIES 2014

PostPosted: Wed May 28, 2014 5:18 am
by Iveky
are you connecting tv to router wirelessly?

Sent from my LG-E440 using Tapatalk 2

Re: SAMSUNG H SERIES 2014

PostPosted: Wed May 28, 2014 5:51 am
by unmatched
Yes but with LAN is it the same.

Re: SAMSUNG H SERIES 2014

PostPosted: Sat Jun 07, 2014 5:54 pm
by mikeyking
I'm having issues with getting the 'Online' bits to work (SopCast & AceStream). I think it's potentially down to me using the E/F profile on a H 2014 Samsung? Anyone got a newer profile for the H series?

Re: SAMSUNG H SERIES 2014

PostPosted: Sun Jun 08, 2014 5:56 pm
by Iveky
older series have problems too, H is nothing special I think, same problems as me on serie E

Sent from my LG-E440 using Tapatalk 2

Re: SAMSUNG H SERIES 2014

PostPosted: Sun Jun 08, 2014 6:38 pm
by gabrielra
Sopcast & AceStream work perfectly on my TV F Series

Re: SAMSUNG H SERIES 2014

PostPosted: Sun Jun 15, 2014 8:44 pm
by mikeyking
mikeyking wrote:I'm having issues with getting the 'Online' bits to work (SopCast & AceStream). I think it's potentially down to me using the E/F profile on a H 2014 Samsung? Anyone got a newer profile for the H series?


Very strange. I realised that the CPU of the laptop I was using for the Serviio server was hitting 100% CPU every now and then (was only a dual core). So I used my gaming rig which is a quad core, installed Serviio and, hey presto! all my online feeds work perfectly now (SopCast, AceStream & desktop streaming for Flash). Marvellous.

Re: SAMSUNG H SERIES 2014

PostPosted: Fri Jun 27, 2014 7:03 am
by Zwara
I have posted supported formats by HU-series in wiki, is it possible to make HU-profile?

Re: SAMSUNG H SERIES 2014

PostPosted: Sun Jun 29, 2014 5:42 pm
by Karnith
Here is Samsung H series profile, this needs to be added to the profile.xml of serviio

  Code:
<Profile id="sam_h" name="Samsung TV / player (h-series)" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
      <Detection>
         <UPnPSearch>
            <FriendlyName>(^\[TV\][A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)|^\[TV\] Samsung</FriendlyName>
            <ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
         </UPnPSearch>
         <HttpHeaders>
            <!-- for BD players -->
            <User-Agent>(.*SEC_HHP_BD-[EF].*)|(.*SEC_HHP_\[(HT|BD)\][EF].*)</User-Agent>
         </HttpHeaders>
      </Detection>
      <DeviceDescription>
         <ExtraElements>
              &lt;sec:ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:ProductCap&gt;
            &lt;sec:X_ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:X_ProductCap&gt;
         </ExtraElements>
      </DeviceDescription>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/x-mkv">MATROSKA</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/x-msvideo" name="">AVI</MediaFormatProfile>
         <MediaFormatProfile mime-type="audio/x-flac">FLAC</MediaFormatProfile>
      </MediaFormatProfiles>
      <ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.SamsungContentDirectoryDefinitionFilter</ContentDirectoryDefinitionFilter>
      <H264LevelCheck>FILE_ATTRIBUTES</H264LevelCheck>
      <Transcoding>
         <!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192" forceInheritance="true">
            <Matches container="*" vCodec="h264" profile="high_10"/>
            <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2"/>
            <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2"/>
            <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm"/>
            <Matches container="mp4" vCodec="dvvideo"/>
            <Matches container="mp4" vCodec="mjpeg"/>
         </Video>
         <!-- transcode H264 MP4 files with LPCM audio -->
         <Video targetContainer="mpegts" targetACodec="ac3" forceInheritance="true">
            <!-- Matches container="mpegts" aCodec="mp2" /-->
            <Matches container="mp4" aCodec="lpcm"/>
            <!-- <Matches container="flv" vCodec="h264" /> -->
            <Matches container="matroska" vCodec="h264" aCodec="flac"/>
            <Matches container="matroska" vCodec="h264" aCodec="vorbis"/>
            <Matches container="matroska" vCodec="h264" aCodec="truehd"/>
            <Matches container="mpegts" vCodec="h264" aCodec="truehd"/>
            <Matches container="ogg" vCodec="mpeg4"/>
            <Matches container="3gp" vCodec="h264" aCodec="amrnb"/>
            <Matches container="wtv" vCodec="h264"/>
         </Video>
         <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" forceInheritance="true">
            <Matches container="matroska" vCodec="mpeg2video"/>
            <Matches container="matroska" vCodec="vp8"/>
            <Matches container="matroska" vCodec="vc1" aCodec="truehd"/>
            <Matches container="avi" vCodec="h264"/>
            <Matches container="avi" vCodec="mjpeg"/>
            <Matches container="avi" vCodec="dvvideo"/>
            <Matches container="flv" vCodec="flv"/>
            <!-- some models support playing flv natively, in that case remove this line -->
            <Matches container="flv" vCodec="h263"/>
            <Matches container="flv" vCodec="vp6"/>
            <Matches container="3gp" vCodec="h263"/>
            <Matches container="3gp" vCodec="mpeg4"/>
            <!-- some cameras produce mp4 codec that won't play -->
            <Matches container="ogg"/>
            <Matches container="rm"/>
            <!-- some models might support RealVideo natively, in that case remove this line -->
         </Video>
         <!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
         <Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true" forceInheritance="true">
            <Matches container="asf" vCodec="mpeg2video"/>
            <Matches container="asf" vCodec="mpeg1video"/>
         </Video>
         <Video targetContainer="mpegts" forceInheritance="true">
            <Matches container="wtv"/>
         </Video>
         <!-- transcode wmv2-wmav2, not: wmv3-wmapro it works ok on E series-->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" forceInheritance="true">
            <Matches container="asf" vCodec="wmv2"/>
         </Video>
         <Audio targetContainer="lpcm" forceInheritance="true">
            <Matches container="mp4"/>
            <Matches container="ogg"/>
            <Matches container="adts"/>
            <Matches container="mp2"/>
            <Matches container="wavpack"/>
            <Matches container="mpc"/>
            <Matches container="ape"/>
            <Matches container="asf"/>
         </Audio>
      </Transcoding>
      <OnlineTranscoding>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="applehttp" vCodec="h264"/>
         </Video>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="asf"/>
            <!-- mms -->
            <Matches container="flv"/>
            <!-- transcoding all flv streams, even h264, to avoild premature disconnects, to avoid this, use Samsung C/D profile -->
         </Video>
      </OnlineTranscoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
      <LimitImageResolution>false</LimitImageResolution>
      <Subtitles>
         <SoftSubs mime-type="smi/caption"/>
      </Subtitles>
   </Profile>


the only differences between E/F series and H series are:

http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_NA_ISO;DLNA.ORG_FLAGS=ED100000000000000000000000000000 (was added)
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_NA_T;DLNA.ORG_FLAGS=ED100000000000000000000000000000 (was added)


http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_JP_T;DLNA.ORG_FLAGS=ED100000000000000000000000000000 (was removed)
http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVHIGH_PRO;DLNA.ORG_FLAGS=ED100000000000000000000000000000 (was removed)

I haven't added or removed these from the above profile yet, but this should get you going.

Re: SAMSUNG H SERIES 2014

PostPosted: Mon Jun 30, 2014 10:48 am
by Scot1970
Hi there,

I am experiencing similar problems with the Samsung UE48H6400. With 'big' files, ie films, I cannot fast forward because the Smart hub then tells me either "this video data is not supported" or "please check your network connection" and then I have to come out out of the multimedia and go back in and start from scratch. The film files tend to be mp4s or mkvs, and they worked perfectly on my previous TV, which was a Samung UE40ES6300.

My wireless router is a brand new Virgin Media "Superhub" 5GHz and is less than two metres away from the TV. When I check network status I get a full 5-bar signal report. HD streaming is smooth and trouble-free so I am concluding that the trouble lies with the communication between Serviio and the Smart hub software.

I have added the H series profile that was very kindly provided on this thread (thank you). However, the problem persists. Also, when playing music files, especially playlists (which play fine for me as m3u files), the same problem happens when I try to fast forward or jump to the next track.

Please can you advise. These problems did not exist with my previous Samsung TV.

Thank you :-)

Re: SAMSUNG H SERIES 2014

PostPosted: Wed Jul 02, 2014 7:29 pm
by Karnith
Scot1970 wrote:Hi there,

I am experiencing similar problems with the Samsung UE48H6400. With 'big' files, ie films, I cannot fast forward because the Smart hub then tells me either "this video data is not supported" or "please check your network connection" and then I have to come out out of the multimedia and go back in and start from scratch. The film files tend to be mp4s or mkvs, and they worked perfectly on my previous TV, which was a Samung UE40ES6300.

My wireless router is a brand new Virgin Media "Superhub" 5GHz and is less than two metres away from the TV. When I check network status I get a full 5-bar signal report. HD streaming is smooth and trouble-free so I am concluding that the trouble lies with the communication between Serviio and the Smart hub software.

I have added the H series profile that was very kindly provided on this thread (thank you). However, the problem persists. Also, when playing music files, especially playlists (which play fine for me as m3u files), the same problem happens when I try to fast forward or jump to the next track.

Please can you advise. These problems did not exist with my previous Samsung TV.

Thank you :-)


Have you looked to see if there is an updated firmware for the tv? I have 2 tvs (samsung un75f6400 and the new curved un65hu8700) and the only issue I'm encountering are a few mkv movies that work on the 6400 don't on the 8700. I don't, unfortunately have any m3u (are you talking about m3u playlist?) music playlists, but I'll create one or two to test if I encounter the same issue. The profile above isn't entirely complete, it's a copy of the e/f series I posted. Could you use device spy on your tvs and post the output? I'd like to compare their supported formats.

Re: SAMSUNG H SERIES 2014

PostPosted: Fri Jul 04, 2014 10:46 am
by Scot1970
Hi Karnith,

I don't have Device Spy but I will have a rummage and see what I can come up withr. The TV doesn't support .wmv files either, even thought the format is mp4s. The TV firmware is up to date (version 1112 for the H6400). My old TV was an ES6300 and its profile, like your f-series, seemed to fare better with these video files. The H series seems to be a different breed.

When I mentioned m3u I meant music playlists. Unfortunately, Samsung has this annoying glitch with its playlists. It plays the tracks alphabetically and not in the original sequence of the playlist.

By the way, new curved TV? I saw one in a Curry's showroom. Me likey :-)

Re: SAMSUNG H SERIES 2014

PostPosted: Fri Aug 08, 2014 9:56 pm
by pfreindorf
Hi I have problems with samsung as well mode UE65H6470. Latest firmware (just updated). I see the folders but when I try to access one of them containing videos it says impossible to access. Photos seem to work.

Any ideas ?

Re: SAMSUNG H SERIES 2014

PostPosted: Sun Aug 10, 2014 1:17 pm
by insudaco
I had numerous problems with Serviio and my H-Series TV which I bought 4 months ago.
I spent hours trying to fix it but nothing worked.

Now I switched to TVMOBiLi which is the best tool out there. Try it out, it's perfect!

Sorry Serviio but I waited way too long for a fix.

Re: SAMSUNG H SERIES 2014

PostPosted: Sat Aug 16, 2014 11:49 am
by christophernut
Hi,

I too have a problem with my H Series playing video. When I play an MP4 with an x264 codec it will happily play for half the movie then stop and say 'unsupported data' and offer me the choice to close or skip. I have no problems playing the same file with my F series.

I have tried using the E/F profile and altering the profiles.xml file by adding the H series profile that Karnith kindly supplied but there is no difference. I am not prepared to change to another program because everything works so well with all my other devices.

If anyone can help that would be great, if not - does anyone know when the next official update will be?

Thanks.