Page 1 of 1

Option to Resume or Start Movie Over

PostPosted: Sun Dec 01, 2013 3:24 am
by ablib
I have a UN32EH5300 Samsung Smart TV. I'm relatively new to streaming movies, but I think I got everything working and set up.

My only question is where is the option to stop the movie and start over or resume the movie? If I start a movie and hit anything (stop, return, exit, etc), the movie stops and when I go back to it, it resumes. Which is nice. But how do I stop the movie and start over? I'd like to have the option to resume (like by hitting the exit or return key), and actually stopping the movie (by hitting stop on the remote).

I have the TV set up in Serviio as a Samsung TV / Player (C,D,E,F-series).

Hope this makes sense. Thanks.

Re: Option to Resume or Start Movie Over

PostPosted: Sun Dec 01, 2013 6:05 am
by Iveky
on your remote press 'tools' and read what options you have there ;)

Re: Option to Resume or Start Movie Over

PostPosted: Sun Dec 01, 2013 6:08 am
by Iveky
use this modified profile for E serie Samsung, with this you are able to watch mp4 music clips continously, with origin profile not:

  Code:
   <Profile id="ES6800" name="SamsungTV (UE46ES6800)" extendsProfileId="1">
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
        <ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
        <Detection>
         <UPnPSearch>
            <FriendlyName>(^TV-\d{2}C\d{3}.*)|(^\[TV\][A-Z]{2}\d{2}(D|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-[CDEF].*)|(.*SEC_HHP_\[(HT|BD)\][CDEF].*)</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">
            <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">
            <!-- 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" aCodec="amrnb" /-->
            <Matches container="wtv" vCodec="h264"/> 
         </Video>   
         <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
            <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="ogg" />
            <Matches container="rm" /> <!-- some models might support RealVideo natively, in that case remove this line -->
         </Video>
         <!--<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="mp2" forceVTranscoding="true" maxVBitrate="4096" aBitrate="192"  forceInheritance="true"> -->
         <Video targetContainer="mpegts" targetVCodec="h264" targetACodec="aac" forceVTranscoding="true" maxVBitrate="2048" aBitrate="192" forceStereo="true" forceInheritance="true">
            <Matches container="3gp" />
         </Video>
         <!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
         <Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true">
            <Matches container="asf" vCodec="mpeg2video" />
            <Matches container="asf" vCodec="mpeg1video" />
         </Video>                    
         <Video targetContainer="mpegts">
            <Matches container="wtv" />
         </Video>
         <!-- transcode audio only for wmv with wmapro -->
         <!--Video targetContainer="asf" targetACodec="ac3" aBitrate="256"-->
            <!--Matches container="asf" aCodec="wmapro" /-->
         <!-- transcode wmv2-wmav2, not: wmv3-wmapro it works ok -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video"  targetACodec="ac3" maxVBitrate="20000" aBitrate="192">
            <Matches container="asf" vCodec="vc1" />
            <Matches container="asf" vCodec="wmv2" />
         </Video>
         <Audio targetContainer="lpcm">
            <Matches container="mp4" />
            <Matches container="flac" /> <!-- E series plays FLAC natively so this line can be removed-->
            <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="mp4" vCodec="h264" /-->      
                <Matches container="applehttp" vCodec="h264" />
                <!--Matches container="flv" vCodec="h264"/-->
                <Matches container="3gp" />
         </Video>      
         <!-- ova sekcija ispod je za SkySports 1234, kad prestanu disable -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="mp2" forceVTranscoding="true" maxVBitrate="4096" aBitrate="192"  forceInheritance="true">
                <Matches container="flv" />
         </Video>
         <Video targetContainer="mpegts" targetVCodec="h264" targetACodec="aac">
            <!--Matches container="mp4" /-->
            <!--Matches container="asf" /--> <!-- mms -->
            <Matches container="asf" vCodec="vc1" /> <!-- mms -->
            <Matches container="asf" vCodec="wmv2" /> <!-- mms -->
         </Video>
      </OnlineTranscoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
        <LimitImageResolution>false</LimitImageResolution>
        <Subtitles>
         <SoftSubs mime-type="smi/caption" />
      </Subtitles>   
   </Profile>

Re: Option to Resume or Start Movie Over

PostPosted: Tue Dec 03, 2013 2:58 am
by ablib
Iveky wrote:on your remote press 'tools' and read what options you have there ;)



You are awesome. Thanks!