FAQ  •  Register  •  Login

HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Sun Jan 27, 2013 7:45 am

HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Hey guys. I'm in need of some genius level help here. I have no idea about any of this, but do have an understanding of where to put what.

I've been closely following this thread http://forum.serviio.org/viewtopic.php?f=7&t=5462 on getting Serviio to transcode to the Wow! Ultra TV Service (Arris Media Gateway/Players).

It seems like the two that were trying to work it out figured out how to do it, yet left it relatively unfinished on the thread itself (maybe due to this service not being so wide spread??).

Well anyway the last entry of coding that they had was the one listed below. However when I add this to my profiles.xml file, the Serviio app refuses to open/stay open. Once I remove this entry, everything is fine. Can someone please help me with getting this to work??

Final Listed Code (Not Working):
  Code:
<Profile id="22" name="Arris Media Player Final Fixed" extendsProfileId="1">
  <Detection>
     <HttpHeaders>
         <User-Agent>.*MOXI.*</User-Agent>
     </HttpHeaders>
    <UPnPSearch>
       <FriendlyName>^MOXI.*$</FriendlyName>
    </UPnPSearch>
  </Detection>
  <Transcoding>
    <!-- Transcode H264 videos with profile level > 4.1 to MPEGTS with AC3 audio -->
    <Video targetContainer="mpegts" targetACodec="ac3" >
       <Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
       <Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
       <Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
       <Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
       <Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
       <Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
    </Video>
    <!-- Transcode H264 files with DTS audio to MPEG-TS with AC3 audio -->
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
       <Matches container="avi" vCodec="h264" aCodec="dca" />
       <Matches container="mp4" vCodec="h264" aCodec="dca" />
       <Matches container="matroska" vCodec="h264" aCodec="dca" />
    </Video>
    <!-- Remux H264 files to MPEG-TS with no transcoding -->
    <Video targetContainer="mpegts">
       <Matches container="avi" vCodec="h264" />
       <Matches container="matroska" vCodec="h264" />
    </Video>
    <!-- Remux WTV/FLV files to MPEG-PS with no transcoding -->
    <Video targetContainer="mpeg">
       <Matches container="wtv" />
       <Matches container="flv" />
    </Video>
    <!--  Transcode unsupported codecs into MPEGTS, mpeg2video and AC3 audio -->
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">           
       <Matches container="avi" />
       <Matches container="ogg" />
       <Matches container="3gp" />
       <Matches container="matroska" />
    </Video>
    <!-- Transcoded unsupported audio into LPCM audio -->
    <Audio targetContainer="lpcm">
       <Matches container="ogg" />
       <Matches container="mp3" />
       <Matches container="flac" />
       <Matches container="adts" />
    </Audio>
  </Transcoding>         
</Profile>
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Sun Jan 27, 2013 8:27 am

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Ok i found the issue. The number "22" was already taken. Changed it to 23, and now it's working again.
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Mon Jan 28, 2013 2:27 am

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Ok so I seem to be experiencing stuttering on almost all files. Can anyone help me work this out?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 28, 2013 8:07 am

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

psionicsin wrote:Ok so I seem to be experiencing stuttering on almost all files. Can anyone help me work this out?


Try with "maxVBitrate " option, see on Sony 2009 profile for example...
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
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Mon Jan 28, 2013 5:58 pm

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Illico wrote:
psionicsin wrote:Ok so I seem to be experiencing stuttering on almost all files. Can anyone help me work this out?


Try with "maxVBitrate " option, see on Sony 2009 profile for example...



I'll give a look and see what I can do. Thanks.
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Mon Jan 28, 2013 7:44 pm

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

@ Illico

That seemed to have done the trick, thanks for that. Is that a comfortable (read Normal) bit-rate for 720p material, or should I set it a bit higher?

Most of my movies are in m4v/mp4 format with a bit rate of around ~3000. I find that when I first start watching movies that are still in high bit rate mkv form, the stuttering starts. And then continues even when switching to lower bit rate files. But if I start out with a lower bit rate file, then I'm fine.

Also, just because I'm a stickler for trying to make everything 100% functional, is there a way to get the Arris Media Gateway named too?

The profile I have defines the Arris Media Players, both respectively on 192.168.0.4 & 7. The Gateway however, which serves as DVR/Wireless Router, is at 192.168.0.1 but shows and an "Unrecognized device" under device name in the Serviio Console. I understand that adding the profile will get it named, but HOW would I find out the httpheader/user-agent info in order to add it?

I use Mac OS X btw. I don't know if that makes a difference or not.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 28, 2013 8:15 pm

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Look at INTEL tool : viewtopic.php?f=5&t=19
and post the device description xml of your device.
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
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Mon Jan 28, 2013 9:44 pm

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Illico wrote:Look at INTEL tool : viewtopic.php?f=5&t=19
and post the device description xml of your device.


GetProtocolInfo Invoke:
  Code:
http-get:*:application/x-dtcp1;CONTENTFORMAT=video/mpeg:DLNA.ORG_PN=DTCP_MPEG_TS_HD_NA_ISO,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_NA_ISO,


Device XML:
  Code:
  <?xml version="1.0" encoding="utf-8" ?>
- <root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:dlna="urn:schemas-dlna-org:device-1-0">
- <specVersion>
  <major>1</major>
  <minor>0</minor>
  </specVersion>
- <device>
  <deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
  <friendlyName>ARRIS Media Gateway (001DD0303BF1)</friendlyName>
  <manufacturer>ARRIS Group, Inc.</manufacturer>
  <manufacturerURL>http://www.arrisi.com</manufacturerURL>
  <modelDescription>Moxi HD DVR</modelDescription>
  <modelName>ARRIS Media Gateway</modelName>
  <modelNumber>MG-5125G</modelNumber>
  <modelURL>http://www.arrisi.com</modelURL>
  <serialNumber>001DD0303BF1</serialNumber>
  <UDN>uuid:1acd26b0-6c19-4dee-0000-001DD0303BF1</UDN>
  <UPC>0</UPC>
- <iconList>
- <icon>
  <mimetype>image/png</mimetype>
  <width>120</width>
  <height>120</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_large.png</url>
  </icon>
- <icon>
  <mimetype>image/png</mimetype>
  <width>48</width>
  <height>48</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_small.png</url>
  </icon>
- <icon>
  <mimetype>image/jpeg</mimetype>
  <width>120</width>
  <height>120</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_large.jpg</url>
  </icon>
- <icon>
  <mimetype>image/jpeg</mimetype>
  <width>48</width>
  <height>48</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_small.jpg</url>
  </icon>
  </iconList>
- <deviceList>
- <device>
  <dlna:X_DLNADOC>DMS-1.50</dlna:X_DLNADOC>
  <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
  <friendlyName>ARRIS Media Gateway (001DD0303BF1)</friendlyName>
  <manufacturer>ARRIS Group, Inc.</manufacturer>
  <manufacturerURL>http://www.arrisi.com</manufacturerURL>
  <modelDescription>Moxi HD DVR</modelDescription>
  <modelName>ARRIS Media Gateway</modelName>
  <modelNumber>MG-5125G</modelNumber>
  <modelURL>http://www.arrisi.com</modelURL>
  <serialNumber>001DD0303BF1</serialNumber>
  <UDN>uuid:c23e21b9-e14a-45ec-0000-001DD0303BF1</UDN>
  <UPC>0</UPC>
- <iconList>
- <icon>
  <mimetype>image/png</mimetype>
  <width>120</width>
  <height>120</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_large.png</url>
  </icon>
- <icon>
  <mimetype>image/png</mimetype>
  <width>48</width>
  <height>48</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_small.png</url>
  </icon>
- <icon>
  <mimetype>image/jpeg</mimetype>
  <width>120</width>
  <height>120</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_large.jpg</url>
  </icon>
- <icon>
  <mimetype>image/jpeg</mimetype>
  <width>48</width>
  <height>48</height>
  <depth>24</depth>
  <url>/skin/img/icons/network/device_small.jpg</url>
  </icon>
  </iconList>
- <serviceList>
- <service>
  <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
  <serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
  <SCPDURL>/dlna/services/dms/ContentDirectory1.xml</SCPDURL>
  <controlURL>/dynamic/dlna/dms/ContentDirectory1</controlURL>
  <eventSubURL>/sub?3</eventSubURL>
  </service>
- <service>
  <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
  <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
  <SCPDURL>/dlna/services/dms/ConnectionManager1.xml</SCPDURL>
  <controlURL>/UD/?4</controlURL>
  <eventSubURL>/sub?4</eventSubURL>
  </service>
- <service>
  <serviceType>urn:digeo.com:service:DVRCommands:1</serviceType>
  <serviceId>urn:digeo.com:serviceId:DVRCommands</serviceId>
  <SCPDURL>/dlna/services/dms/DVRCommands1.xml</SCPDURL>
  <controlURL>/dynamic/dlna/dms/DVRCommands1</controlURL>
  <eventSubURL>/sub?7</eventSubURL>
  </service>
- <service>
  <serviceType>urn:schemas-upnp-org:service:ScheduledRecording:2</serviceType>
  <serviceId>urn:upnp-org:serviceId:ScheduledRecording</serviceId>
  <SCPDURL>/dlna/services/dms/ScheduledRecording2.xml</SCPDURL>
  <controlURL>/dynamic/dlna/dms/ScheduledRecording2</controlURL>
  <eventSubURL>TODO</eventSubURL>
  </service>
  </serviceList>
  <presentationURL>/</presentationURL>
  </device>
  </deviceList>
  <presentationURL>/</presentationURL>
  </device>
  </root>
<<

psionicsin

Serviio newbie

Posts: 7

Joined: Sun Jan 27, 2013 7:06 am

Post Wed Jan 30, 2013 12:44 am

Re: HELP NEEDED: Arris Media Gateway / WOW! Ultra TV

Anyone know what I should add in order to make my DVR/Wireless Router show up as a named device in Serviio?

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 41 guests

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