Transcoding working in 1.1 has problems in 1.2
I use the Serviio server in my home-network since version 0.6.2.
It's a great product. I run it on a Synology NAS DS412+.
My main renderers are settopboxes provided by the french company Netgem (netbox 8000 and netbox 5000).
These are basic DLNA devices v1.0.
Here is the description.xml :
- Code:
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion><major>1</major><minor>0</minor></specVersion>
<device><deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>netbox [54:39:E3]</friendlyName>
<manufacturer>Netgem</manufacturer>
<manufacturerURL>http://www.netgem.com/</manufacturerURL>
<modelName>netbox</modelName>
<modelNumber>5000 v5.2.65-70</modelNumber>
<modelURL>http://www.netgem.com/</modelURL>
<UDN>uuid:af0a754a-685c-4765-b418-0004305439e3</UDN>
<presentationURL>/description.xml</presentationURL>
</device></root>
UPnP detection with Serviio is working, but the devices are shown as "Unrecognized device" in the Serviio console.
I use the following profile to play Quicktime mjpeg videos on my TV's connected to the netboxes :
- Code:
<Profile id="netbox" name="SetTopBox Netgem" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>netbox</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="mp4" vCodec="mjpeg" />
</Video>
</Transcoding>
</Profile>
Since version 1.2, the transcoding is no longer working. The audio is playing without an image,
a spinning icon shows that the video never finish loading.
The same problem appears on my Windows 7 PC with Serviio version 1.2.
I reinstalled versions 1.0.1 and 1.1 on the same Windows 7 PC with the netbox profile.
The transcoding is working as expected with both versions.
Something seems to have changed with version 1.2.
I add the zipped log file with the debug informations when I tried to play 4 video items on the netbox with IP address 192.168.178.24.
I think these are the relevant data from the log file :
- Code:
2013-03-10 18:33:37,565 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-03-10 18:33:37,566 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Sun, 10 Mar 2013 17:33:37 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/1.2,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-03-10 18:33:39,085 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
2013-03-10 18:33:47,215 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
Thank you in advance for any help. In the meantime I will go back to version 1.1.
mbarnig, Luxembourg