FAQ  •  Register  •  Login

Original XBox transcoding profile reqd

<<

Fes

Serviio newbie

Posts: 4

Joined: Wed Dec 28, 2011 1:20 pm

Post Wed Dec 28, 2011 1:25 pm

Original XBox transcoding profile reqd

Hi,
I'm sure one must have been posted but I have searched & cannot find a transcoding profile for the original XBox (mainly, I want .MKVs transcoding but I have no clue regards the profile config).
Thanks,
Fes
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Dec 28, 2011 3:47 pm

Re: Original XBox transcoding profile reqd

Any idea what formats it can play? Also I doubt it's got DLNA / UPnP.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Wed Dec 28, 2011 4:05 pm

Re: Original XBox transcoding profile reqd

I think the original xbox used the original XBMC (Xbox Media Center). Alot depends on if the xbox is modded or not. I think it use to support upnp. I will have to dig out my sons old xbox and hook it up and see if it works.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Wed Dec 28, 2011 6:08 pm

Re: Original XBox transcoding profile reqd

moltra wrote:I think the original xbox used the original XBMC (Xbox Media Center). Alot depends on if the xbox is modded or not. I think it use to support upnp. I will have to dig out my sons old xbox and hook it up and see if it works.


yes that correct had to be modded to add the function. :)
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Dec 28, 2011 10:49 pm

Re: Original XBox transcoding profile reqd

that's what I thought, XBMC on it... but then why would you really need DLNA?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Wed Dec 28, 2011 11:04 pm

Re: Original XBox transcoding profile reqd

exactly zip but each to there own and tbh the generic profile should work with xbmc.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Fes

Serviio newbie

Posts: 4

Joined: Wed Dec 28, 2011 1:20 pm

Post Thu Dec 29, 2011 10:39 am

Re: Original XBox transcoding profile reqd

The original XBox with XBMC cannot playback .mkv files (lack of power) - I heard Serviio could be used to transcode the .mkv files
<<

Fes

Serviio newbie

Posts: 4

Joined: Wed Dec 28, 2011 1:20 pm

Post Thu Dec 29, 2011 11:15 am

Re: Original XBox transcoding profile reqd

I found this profile that supposedly does it but I think it's syntax is incorrect - service stops with:

2011-12-28 13:59:14,521 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-complex-type.2.4.a: Invalid content was found starting with element 'User-Agent'. One of '{UPnPSearch, HttpHeaders}' is expected.

<Profile id="21" name="XBOX-XBMC" extendsProfileId="1">
<Detection>
<User-Agent>.*XBMC.*</User-Agent>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="8192">
<Matches container="matroska" />
<Matches container="mp4" />
<Matches container="asf" />
</Video>
</Transcoding>
</Profile>

As I said, I'm not up to speed with all this, my apologies, I was hoping there was one floating around for xbox xbmc
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 29, 2011 11:38 am

Re: Original XBox transcoding profile reqd

If you only want to transcode mkv files then try this:

  Code:
<Profile id="21" name="XBOX-XBMC" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="8192">
<Matches container="matroska" />
</Video>
</Transcoding>
</Profile>


It might also be enough to only remux the h264 inside mkv to mpegts like this:

  Code:
<Profile id="21" name="XBOX-XBMC" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" >
<Matches container="matroska" vCodec="h264"/>
</Video>
</Transcoding>
</Profile>
<<

Fes

Serviio newbie

Posts: 4

Joined: Wed Dec 28, 2011 1:20 pm

Post Thu Dec 29, 2011 4:50 pm

Re: Original XBox transcoding profile reqd

I'll give that a go - didn't want to make work here btw lol.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Thu Dec 29, 2011 4:55 pm

Re: Original XBox transcoding profile reqd

Fes wrote:I'll give that a go - didn't want to make work here btw lol.


No you are fine, I had forgotten about using an original xbox as a renderer. If we can get this working I can hook up one more of my TV's to serviio.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Thu Dec 29, 2011 6:30 pm

Re: Original XBox transcoding profile reqd

Fes wrote:I'll give that a go - didn't want to make work here btw lol.


*confused* if you dont need it why did u ask :S ??
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 30 guests

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