Stop and resume feature

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
vhenninot
Posts:28
Joined:Thu Jun 18, 2009 10:06 pm
AV Hardware:Samsung le46b650
Qnap NAS 109 pro II
Location:Paris, France
Stop and resume feature

Post by vhenninot » Fri Jul 10, 2009 11:37 am

Hello,
I would like to know if it is possible to pause a video while playing with TMS ?

I have tested with TMS4.4 on my Qnap NAs and TMS5 on my Ubuntu PC, i can only stop the video : no stop/resume possible.
(i read my media directly on a Samsung lcd DLNA TV using Direct TV media receiver type)

I know that Fuppes allow resume (same TV) : is this feature implementd in TMS ?
Or is it a configuration/parametters problem ?
Or A DLNA version problem ? (v1 or v1.5 ?)

I also asked the question to the official support team.

Thanks,
Vincent

vhenninot
Posts:28
Joined:Thu Jun 18, 2009 10:06 pm
AV Hardware:Samsung le46b650
Qnap NAS 109 pro II
Location:Paris, France

Re: Stop and resume feature

Post by vhenninot » Tue Jul 21, 2009 9:12 am

Hello again with the same question...
Does anybody know wich parameter control the server ability to pause / resume a video ?
:shock:

Code: Select all

// Field descriptions
// NA client name
// HH HTTP Header field (user agent) of client.
// H2:Secondary HTTP Header field
// DD Device Description field of client
// AV Audio/Video options - M for Music only
// HP HTTP protocol option, chunked for chunked support, close for always close connection
// HP LIVEWITHLENGTH HTTP protocol needs content length
// HP LIVEPSPLENGTH - special PSP header for live content
// HP 1.0RESPONSE - client requires 1.0 response on 1.0 request
// HP NETGEARRTP - support special Netgear RTP style
// DX ABSOLUTEURI for clients which can not cope with relative URI path
// DX WMC for clients which need a WMC compliant device description
// DX REDSONIC for clients like DSM 520 which need the resonic string to enable nice UI
// ET NO - no eventing for this client
// XM PHILIPSEARCH special handling for philips search
// XM PHILIPSSRT for philips subtitle support
// XM DLINKTHUMB for d-link thumbnail support
// XM SMALLIDS e.g. for philips generated object IDs like vTuner can not be larger than 200 byte
// XM WMCIDS - clients needs WMC sytle container IDS
// XM MINIMALMP3URL e.g. XBOX and YAMAHA can not cope with to much info here
// XM TRPICSONLY - only give transcoded picture res elems, and not the original one at all
// SC roku - give special Roku search capabilities
// SC nodups - do not give duplicates on search
// SC yamaha - yamaha search style
// SC sony - sony search style
// DL MP4DLNA force specific MPEG4 settings for PS3
// DV default view for this client use view name as it is define in view.xml (e.g.: simpledefault, ipodlike, advanceddefault)
// XM noutf8 - do enhanced ASCII instead of utf8
// XM GIVECHILDCOUNT
// XM FORCERES
// XM CANNOTREGISTERDEVICE - force Action failed on X_MS_MediaReceiverRegistrar:RegisterDevice
// XM NOWMDRM - do not advertise X_MS_Registrar service for this device
// XM PHILIPS
// XM DLNA10 - force DLNA 1.0 bahaviour
// XM DLNA15 - force DLNA 1.5 behaviour
// XM DLNANO - do not give DLNA extensions for this client!
// XM IGNORESORT - client gives funny sort orders, ignore these
// DB FIX, AUTO, FIXPC set to FIX if the entry can only be overruled by manual user interaction, FIXPC for PC software clients, set to auto if a different client identify string can overrule this entry
// XM NOUTF8SORT - suppress UTF8 sort for clients which need ASCII sort to jump in long lists (e.g .Philips SLA5500)
// XM DATETIME - add time to date for clients which can use the time info as well
// XM NOAASCALE - Do not scale AlbumArt for this client
// XM PHILIPSAASCALE - scaled AlbumArt for this client
// XM VIERA_DIVXPROFILE - Add client specific profile for DivX
// complete list of used mime type conversions
// MT MIMETYPE conversion - client needs alternative mime type for given file extension (case insensitive)
// MT aif,aiff audio/aiff
// MT avi,divx video/avi
// MT flac audio/flac
// MT lpcm,pcm audio/lpcm
// MT m4a,mp4.a,3gp.a,m4b audio/mp4
// MT mp1,mp2 audio/mpeg
// MT mp4 video/MP4V-ES
// MT mpg,m1v,mpe video/MP1S
// MT ogg audio/x-ogg 
// MT ts video/mpeg
// MT wav audio/wav
// MT nnn not-supported - use this if a client shall not get a RES element for this extension by all means (e.g. XBOX and MPEG)
// TR support for this transcoded formats


Locked