Post Sun Sep 28, 2014 3:05 pm

Samsung H7100 Series and CBS Streaming

I'm trying to stream CBS Big Bang Theory to my H7100.

I'm using the Samsung E/F series profile, with one addition of maxVBitrate as suggested here:

viewtopic.php?uid=17287&f=7&t=15544&start=0#p88490

Profile:
  Code:
   <Profile id="sam_ef" name="Samsung TV / player (E/F-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" maxVBitrate="16384" 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>


I'm using the CBS pluign and the Big Bang Theory episodes are showing up, however when I try to play it I get the following error:
The file you've selected is not currently supported


Anyone have any idea why this is happening? I've enabled transcoding in Serviio and this it the log below:

  Code:

2014-09-28 11:04:18,493 DEBUG [ServiioHttpService] Incoming request from /192.168.1.15:57919: HEAD /resource/1000000070002404/MEDIA_ITEM/MPEG_TS_SD_KO_ISO-0/ORIGINAL HTTP/1.1, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.1.252:8895,Connection: close]]
2014-09-28 11:04:18,493 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.15
2014-09-28 11:04:18,493 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.15
2014-09-28 11:04:18,494 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'Identifier=192.168.1.15, Profile=Samsung TV / player (E/F-series)'
2014-09-28 11:04:18,494 DEBUG [ResourceDeliveryProcessor] Request for resource 1000000070002404 and type 'MEDIA_ITEM' received
2014-09-28 11:04:18,494 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000070002404 (online)
2014-09-28 11:04:18,494 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 7)
2014-09-28 11:04:18,494 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 7)
2014-09-28 11:04:18,494 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000070002404, format MPEG_TS_SD_KO_ISO and profile Samsung TV / player (E/F-series)
2014-09-28 11:04:18,494 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file rtmp://cp48590.edgefcs.net/ondemand/?auth=daEdtd7cZbodSdZbnb_accDaHb_dPbNdZcf-bukceQ-h0-NcFOdVng&amp;aifp=v001&amp;slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/ playpath=mp4:video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/CBS_BIG_BANG_THEORY_801_CONTENT_CIAN_404543_1296
2014-09-28 11:04:18,494 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://cp48590.edgefcs.net/ondemand/?auth=daEdtd7cZbodSdZbnb_accDaHb_dPbNdZcf-bukceQ-h0-NcFOdVng&amp;aifp=v001&amp;slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/ playpath=mp4:video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/CBS_BIG_BANG_THEORY_801_CONTENT_CIAN_404543_1296: MPEG_TS_SD_EU_ISO
2014-09-28 11:04:18,494 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://cp48590.edgefcs.net/ondemand/?auth=daEdtd7cZbodSdZbnb_accDaHb_dPbNdZcf-bukceQ-h0-NcFOdVng&amp;aifp=v001&amp;slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/ playpath=mp4:video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/CBS_BIG_BANG_THEORY_801_CONTENT_CIAN_404543_1296: MPEG_TS_SD_NA_ISO
2014-09-28 11:04:18,495 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://cp48590.edgefcs.net/ondemand/?auth=daEdtd7cZbodSdZbnb_accDaHb_dPbNdZcf-bukceQ-h0-NcFOdVng&amp;aifp=v001&amp;slist=video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/ playpath=mp4:video/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2014/09/18/330875459885/CBS_BIG_BANG_THEORY_801_CONTENT_CIAN_404543_1296: MPEG_TS_SD_KO_ISO
2014-09-28 11:04:18,495 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Sun, 28 Sep 2014 15:04:18 GMT,Server: Windows NT (unknown), UPnP/1.0 DLNADOC/1.50, Serviio/1.4.1.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]