User Tools

Site Tools


sony_bravia_tv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
sony_bravia_tv [2013/05/29 18:24]
illico [Native formats supported without transcoding from GetProtocolInfo result]
sony_bravia_tv [2013/05/29 18:38]
illico [FAQ]
Line 3: Line 3:
 ===== FAQ ===== ===== FAQ =====
  
-- Subtitle not supported in MPEG program streams (VOB files in other words). +- Subtitle not supported in MPEG program streams (VOB files in other words).<fc #FF0000>--> With Serviio 1.2 version, enable subtitles on serviio console</fc> 
-- SRT subtitle files not supported (must be "burned" into video stream, need to transcode/remux it using virtualdub/avidemux) +- SRT subtitle files not supported (must be "burned" into video stream, need to transcode/remux it using virtualdub/avidemux)<fc #FF0000>--> With Serviio 1.2 version, enable subtitles on serviio console</fc>
-USB interface limited to FAT32+
 - When video bitrate is expensive (>20Mbps), the TV (could) becomes unresponsive - doesn't react on remote commands any more. Check with [[http://www.videohelp.com/tools/Bitrate_Viewer_2|Bitrate Viewer]] - When video bitrate is expensive (>20Mbps), the TV (could) becomes unresponsive - doesn't react on remote commands any more. Check with [[http://www.videohelp.com/tools/Bitrate_Viewer_2|Bitrate Viewer]]
 - MKV files are not supported in native format by Sony Bravia EX, so Serviio will transcode in MPEG2TS, nevertheless all subtitles will be lost with transcoding. - MKV files are not supported in native format by Sony Bravia EX, so Serviio will transcode in MPEG2TS, nevertheless all subtitles will be lost with transcoding.
Line 12: Line 11:
  
  
 +----
 +**Q:** I have just downloaded the new serviio version 1.2 but embeded subtitles does not work. Why ?
 +**A:** WARNING: Embedded subtitles might not work for some (large) files, due to the time needed to extract them. It's even more true if the file is stored on a remote drive.
 +
 +----
 +**Q:** I have just downloaded the new serviio version 1.2. I can now see subtitles on my Sony Bravia but there must be a problem with Greek language. I cannot read anything. The characters are unreadable.
 +**A:** If the file is encoded in Ansi ( open it in Notepad++). Change the encoding in UTF-8 and it will work.
 +
 +----
 **Q:** I can see the file on my TV and has a thumbnail picture, but when I try to play the file I get an error "The server is Temporarily unavailable". Serviio log : ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed java.io.IOException: FFmpeg execution failed **Q:** I can see the file on my TV and has a thumbnail picture, but when I try to play the file I get an error "The server is Temporarily unavailable". Serviio log : ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed java.io.IOException: FFmpeg execution failed
 **A:** Turn on detailed logging ([[detail_logging|see link]]) you should be able to see the FFmpeg command that is used for the transcode. Try executing the command manually in a terminal window and post the (error) result in the forum on [[http://forum.serviio.org/viewforum.php?f=11&sid=fe8539586626c0ebb4522cefe4dbd559|Sony section]]. **A:** Turn on detailed logging ([[detail_logging|see link]]) you should be able to see the FFmpeg command that is used for the transcode. Try executing the command manually in a terminal window and post the (error) result in the forum on [[http://forum.serviio.org/viewforum.php?f=11&sid=fe8539586626c0ebb4522cefe4dbd559|Sony section]].
  
 +----
 **Q:** What file types/bitrates have worked the best for those with sony DLNA products? **Q:** What file types/bitrates have worked the best for those with sony DLNA products?
 **A:** It is very difficult to answer. **A:** It is very difficult to answer.
Line 22: Line 30:
 - Best video encoder is x264 (AVC/H264) maximum 1920 x 1080 resolution, you could probably set the maximum video bitrate to 15-17Mbps. - Best video encoder is x264 (AVC/H264) maximum 1920 x 1080 resolution, you could probably set the maximum video bitrate to 15-17Mbps.
  
 +----
 **Q:** With the new version of Handbrake (0.9.5), encoded video does not work. **Q:** With the new version of Handbrake (0.9.5), encoded video does not work.
 **A:** The new version of Handbrake (0.9.5) uses a variable framerate with some encodes. Sony does not appear to be able to handle these. **A:** The new version of Handbrake (0.9.5) uses a variable framerate with some encodes. Sony does not appear to be able to handle these.
Line 442: Line 451:
 ===== Sony Bravia ProtocolInfo evolution ===== ===== Sony Bravia ProtocolInfo evolution =====
  
 +
 +----
 +==== 2013 models====
 +----
 +New format supported since 2012 profile:
 +== Matroska (.mkv) ==
 +<code>
 +    http-get:*:video/x-mkv:*,
 +    http-get:*:video/x-matroska:*,
 +</code>
 +== 3GPP (.3gp, .3g2) ==
 +<code>
 +    http-get:*:video/3gpp:*,
 +    http-get:*:video/3gpp2:*,
 +    http-get:*:audio/3gpp:*,
 +    http-get:*:audio/3gpp2:*,
 +</code>
 +== WEBM (.webm) ==
 +<code>
 +    http-get:*:video/webm:*,
 +</code>
 +== Quicktime (.MOV) ==
 +<code>
 +    http-get:*:video/quicktime:*,
 +</code>
 +== XVID (.avi )==
 +<code>
 +    http-get:*:video/x-avi:*,
 +    http-get:*:video/x-xvid:*,
 +</code>
 +== HLS (.m3u8 )==
 +<code>
 +    http-get:*:application/x-mpegURL:*,
 +    http-get:*:application/vnd.apple.mpegURL:*,
 +</code>
 +
 +
 +----
 ==== 2012 models==== ==== 2012 models====
 +----
 New format supported since 2011 profile: New format supported since 2011 profile:
 <code> <code>
Line 448: Line 496:
 http-get:*:audio/x-m4a:*, http-get:*:audio/x-m4a:*,
 </code> </code>
-    + 
 + 
 +---- 
 ==== 2011 models==== ==== 2011 models====
 +----
 New format supported since 2010 profile:     New format supported since 2010 profile:    
 == Windows Media Audio (asf container) (*.wma). ==     == Windows Media Audio (asf container) (*.wma). ==    
Line 491: Line 542:
  
  
 +----
 ==== 2010 models ==== ==== 2010 models ====
 +----
 == JPEG standard == == JPEG standard ==
 <code> <code>
sony_bravia_tv.txt · Last modified: 2013/05/30 08:02 by illico