tomeko wrote:shagrath wrote:so, in your Samsung.conf file and other ones, feel free to play with the TranscodedVideoFileSize parameter (-1, 0, 100000000000, whatever :p)
max value is 281474976710655 (2^48-1)
karl123 wrote:Did do some quick test and played with the new parameters, but problem on Philips Auread TV is NOT solved and the behaviour did not change.
Have you set TranscodedVideoFileSize=100000000000 or other value?
Yes, have tried several values:
TranscodedVideoFileSize=-1 Browsing on TV is not correct (as expected!)
Tried multiple other values e.g.:
TranscodedVideoFileSize=0
TranscodedVideoFileSize=1000
TranscodedVideoFileSize=100000
TranscodedVideoFileSize=1000000 (1MB)
TranscodedVideoFileSize=10000000000 (10GB)
TranscodedVideoFileSize=100000000000 (100GB)
Browsing on TV is OK, but all settings have same known problem on Philips Aurea TV
The file inside #transcode# folder (the Sinking of) starts transcoding and stops directly or after few seconds black screen.
shagrath wrote:Here's a new build, r363: viewtopic.php?f=2&t=3217
I added the following:
- Support of HTTP chunk encoding (from the client side)
Question on "from the client side":
Does this mean that the HTTP chunk encoding is not fully implemented? Might that hints towards the problem?
If I read in
http://www.allegrosoft.com/downloads/UPNPDLNA_Whitepaperv2.pdfMedia Transport defines how content moves across the network. DLNA devices that send or receive any media content to/from the network must support HTTP 1.1 (including chunked transfer encoding, persistent connections, and pipelining) as the baseline transport mechanism. In addition, Real-time Transport Protocol (RTP) is available as an optional media transport protocol.
If the HTTP chunk encoding is fully implemented both at PMS server and client renderer TV, do we then still need the TranscodedVideoFileSize parameter?
(The TV is DLNA certified so it did pass the certification test including handling HTTP chunk encoding)
PS Sorry I am not a DLNA expert at all!