FAQ  •  Register  •  Login

[SOLVED] Humax FOX T2 - MP4 transcoding question

<<

rich2013

Serviio newbie

Posts: 5

Joined: Thu Dec 13, 2012 8:13 pm

Post Thu Dec 13, 2012 8:30 pm

[SOLVED] Humax FOX T2 - MP4 transcoding question

Trying to transcode some MP4 videos to a Humx FOX T2 PVR but having problems setting the profile correctly.

I'm using 1.0.1. The following profile works for MKV files with no problems :

<User-Agent>POSIX DLNADOC.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="matroska" vCodec="h264" aCodec="dca" />
</Video>

Tried to add support for some MP4 files using :

<Matches container="mp4" vCodec="h264" /> but it doesn't play them at all.

Here's the output from FFMPEG against one of them and also the DEBUG.LOG

Any thoughts on what's required ? Something to do with the sound ?

Thanks
Attachments
ffmpeg.txt
(1.27 KiB) Downloaded 495 times
debug.log
(17.36 KiB) Downloaded 451 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Dec 14, 2012 7:42 am

Re: Humax FOX T2 - MP4 transcoding question

There is an error on your log file I don't understand...
ZIP, any idea ?
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
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Dec 14, 2012 9:45 am

Re: Humax FOX T2 - MP4 transcoding question

can you try to restart Serviio? It looks like the Browse operation returned the non-transcoded file protocol information, but when you ask for it the profile transcoding info kicks in and it sys the non-transcoded version is not available. Not sure where this discrepancy originated.
<<

rich2013

Serviio newbie

Posts: 5

Joined: Thu Dec 13, 2012 8:13 pm

Post Sun Dec 16, 2012 1:14 pm

Re: Humax FOX T2 - MP4 transcoding question

I'd already done a few restarts of the service at that point, but it was still the same. Since then I've been playing around a bit more with encodings to try and find something that will work. I've tested on a very small MKV sample file instead of MP4 to try and get to the bottom of the problem.

Here's my test MKV file details from MediaInfo. This file opens up natively on the Humax from USB key and plays fine. I've actually tried using the Generic DLNA profile but still get the same error.

So I tried rehashing my edited profile to what I think is correct :

<Profile id="humaxpvr" name="Humax HDR PVR" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>POSIX DLNADOC.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" >
<Matches container="matroska" vCodec="h264" />
</Video>
</Transcoding>
</Profile>

The log file is attached from when I try to play it using this profile, it seems to be a similar error. I've tried restarting service (and the Humax itself). Also attached the DLNA certificate for the device in case that helps.

Any thoughts on these ?

Thanks
Attachments
debug.log.txt
(12.88 KiB) Downloaded 426 times
File details.txt
(4.56 KiB) Downloaded 480 times
REG56354847.pdf
(120.66 KiB) Downloaded 398 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Dec 16, 2012 9:08 pm

Re: Humax FOX T2 - MP4 transcoding question

can you post the log again, but from the point you browse to the folder and then play?
<<

rich2013

Serviio newbie

Posts: 5

Joined: Thu Dec 13, 2012 8:13 pm

Post Mon Dec 17, 2012 11:09 am

Re: Humax FOX T2 - MP4 transcoding question

Well it looks like a complete reboot of everything has now got this going as it now works with the profile I'd set :) - thanks for looking into this however.

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.