FAQ  •  Register  •  Login

Sony SMP-N200 divx avi profiles.xml update for US

<<

sachiel

Serviio newbie

Posts: 6

Joined: Fri Jan 11, 2013 3:15 pm

Post Fri Jan 11, 2013 3:19 pm

Sony SMP-N200 divx avi profiles.xml update for US

New to serviio as of yesterday, but what a great, simple tool. I installed Serviio 1.1, and I'm in the US, so was having the Sony US/DivX issues. I looked for a few quick fixes, but cannot FourCC change all of the files as they're still hooked into torrents. Transcoding them for streaming seemed like the best option, so here's what worked for me:

Change:
  Code:
         <!-- unsupported codecs will be transcoded to mpegts with mpeg2video and ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="rm" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="mp4" vCodec="dvvideo" />
            <!-- digital camera video formats -->
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="mp4" vCodec="mjpeg" />
         </Video>

to:
  Code:
         <!-- unsupported codecs will be transcoded to mpegts with mpeg2video and ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="rm" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="mp4" vCodec="dvvideo" />
            <!-- DivX  -->
            <Matches container="avi" vCodec="mpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
            <Matches container="avi" vCodec="msmpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
            <!-- digital camera video formats -->
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="mp4" vCodec="mjpeg" />
         </Video>


Hope this helps someone else with DivX issues.
<<

Darkfalz

Serviio lover

Posts: 60

Joined: Fri Feb 22, 2013 10:50 am

Post Fri Feb 22, 2013 8:02 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

Thanks, made these changes and it works. Also had to change the mime type back to avi instead of mpeg for Xvid AVIs to work at all. Thankfully most of my AVIs are Xvid so I don't need to transcode them all.
Sony KDL-55HX750 and BDV-N990W (Home Theatre)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)
<<

Darkfalz

Serviio lover

Posts: 60

Joined: Fri Feb 22, 2013 10:50 am

Post Wed Feb 27, 2013 12:50 am

Re: Sony SMP-N200 divx avi profiles.xml update for US

An even better solution would be for such files to spoof a XVID FourCC without need for reencoding, something like targetVFourCC parameter. But I don't think Serviio can do this yet.
Sony KDL-55HX750 and BDV-N990W (Home Theatre)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)
<<

aminits

Serviio newbie

Posts: 8

Joined: Wed Feb 27, 2013 8:29 am

Post Wed Feb 27, 2013 8:43 am

Re: Sony SMP-N200 divx avi profiles.xml update for US

Also had to change the mime type back to avi instead of mpeg for Xvid AVIs to work at all

Can you please explain how to do that (change mime type to avi)?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Feb 27, 2013 8:49 am

Re: Sony SMP-N200 divx avi profiles.xml update for US

aminits wrote:Can you please explain how to do that (change mime type to avi)?


Replace
<MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_PAL,MPEG_PS_NTSC">AVI</MediaFormatProfile>
by
<MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Darkfalz

Serviio lover

Posts: 60

Joined: Fri Feb 22, 2013 10:50 am

Post Wed Feb 27, 2013 1:14 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

You can just delete that line actually and let inheritance do it's job. :)

I've made several other modifications/tweaks to the BDP (and Bravia) profile (ie. to get Flac in Movie working, LPCM in MPEG-2 streams working etc). I like how Serviio is so customisable.

I also wonder if you should add the FourCC MP42 to the list - although I guess it doesn't matter if you don't have any with these old codecs.

Still haven't figured out why AVI files show up with a "*" before their names on the BDP (they don't on the TV, nor do any other formats on the BDP) - incorrect expected mime type or something?
Sony KDL-55HX750 and BDV-N990W (Home Theatre)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Feb 27, 2013 1:43 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

Darkfalz wrote:Still haven't figured out why AVI files show up with a "*" before their names on the BDP (they don't on the TV, nor do any other formats on the BDP) - incorrect expected mime type or something?

I noticed that too, but I don't know what this mean...

That could be fine to post your profile used, there are probably some good ideas that could be set to the official serviio release (FLAC, LPCM,etc).
(for SMP device you can continue with this topic, for Sony Bravia or BDP you can create a new topic...)
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Darkfalz

Serviio lover

Posts: 60

Joined: Fri Feb 22, 2013 10:50 am

Post Wed Feb 27, 2013 11:08 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

I'll post my changes. I didn't comment them so it may take a bit to figure out what I did. I also got rid of the > 4.1 restriction because my TV/BDP seem to play the few I have fine (except one on the BD player, which works fine on the TV) but I wouldn't recommend that for the official xml for obvious reasons.
Sony KDL-55HX750 and BDV-N990W (Home Theatre)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sat Mar 02, 2013 12:55 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

These changes are integrated into the Sony BDP-Sx90 (2012) profile built in to Serviio 1.2, and they are not US-specific.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

sachiel

Serviio newbie

Posts: 6

Joined: Fri Jan 11, 2013 3:15 pm

Post Sat Apr 13, 2013 4:11 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

patters wrote:These changes are integrated into the Sony BDP-Sx90 (2012) profile built in to Serviio 1.2, and they are not US-specific.


Thanks for that. Had to to a reinstall after a 1.2.1 update failed. Saves me a bit of work, but my library is still rebuilding.
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Apr 14, 2013 11:07 pm

Re: Sony SMP-N200 divx avi profiles.xml update for US

patters wrote:These changes are integrated into the Sony BDP-Sx90 (2012) profile built in to Serviio 1.2, and they are not US-specific.


When I try using that profile a get an unsupported format error. Playing using the 2011 profile (Sony BDP-Sx80/SMP-N200 (2011)) plays them all fine.

I do have one strange issue, perhaps profile related. I have a ripped BD file that says it has the DTS Master Audio sound track. When I stream it from a Windows 7 box, I see DTS as the audio track using my Sony's display function. I copy the same file to my Serviio box and it only gives me Dolby Digital and no other audio track is selectable. I have played other videos that give me the DTS core track, and my AVR shows DTS as the received audio stream. However, this file only gives me the DD track.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents

Return to Sony

Who is online

Users browsing this forum: No registered users and 28 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.