[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[B-110] Firmware 01-17-100517-15-POP-405 (00-17-091216-15-POP-405 Apps) (04.10.2010)
04-08-2011, 05:30 PM
Post: #16
RE: [B-110] Firmware 01-17-100517-15-POP-405 (00-17-091216-15-POP-405 Apps) (04.10.2010)
not really, according to the qa test the b110 update should get released early next week

Regards,
Werner

-----------------------------------------------------------------------------------------------------
Syabas Technology Inc. DBA Popcornhour
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 2 users say Thank You to werner for this post
05-02-2011, 11:40 AM
Post: #17
RE: [B-110] Firmware 01-17-100517-15-POP-405 (00-17-091216-15-POP-405 Apps) (04.10.2010)
(03-06-2011 05:36 PM)MATPOC Wrote:  Popcorn Hour B-110 can't play recorded by tvheadend .mkv files

I found that simple run of mkvmerge on recorded mkv's fix "wrong" mkv structure. But this is the partial solution because working on SD recordings only. HD channels not fixed by mkvmerge may be due h264 stream or something else as reported in bug #464

Use tvheadend setting in Configuration - Digital Video Recorder - Post-processor command: /usr/local/bin/hts-postproc.sh "%f"

Below is the text of this script:

Code:
#!/bin/sh

MKVFILE=$1
POSTPROC="/usr/bin/mkvmerge"

if [ -z "$MKVFILE" ] ; then
  echo "Post-processings for HTS Tveheadend recorded .mkv."
  echo "Usage: $0 /full/path/to/the-record.mkv"
  exit 1
fi

if [ -w "$MKVFILE" ]; then
  if TMPFILE=`/bin/mktemp --tmpdir=${MKVFILE%/*}/` ; then
    if $POSTPROC -q -o $TMPFILE "$MKVFILE" > /dev/null ; then
      /bin/mv -f $TMPFILE "$MKVFILE"
      /bin/chmod 666 "$MKVFILE"
    fi
  fi
fi
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [A-400] Firmware 05-01-130508-25-POP-422 + Apps (RC1 Forum Release) (8.05.2013) werner 52 11,715 05-13-2013 10:45 AM
Last Post: rfan
  [A-400] Firmware 05-01-130329-25-POP-422 (05-01-130315-25-POP-422) (2.04.2013) werner 273 58,536 05-10-2013 10:46 AM
Last Post: 666
  [A-400] Firmware 05-01-130503-25-POP-422 + Apps (Forum Release) (3.05.2013) werner 76 13,000 05-08-2013 03:08 PM
Last Post: wryker
  [A-400] Firmware 05-01-130502-25-POP-422 + Apps (Forum Release) (2.05.2013) werner 5 1,860 05-03-2013 12:00 AM
Last Post: Stoke192
  [A-400] Firmware 05-01-130430-25-POP-422 + Apps (Forum Release) (30.04.2013) werner 37 7,246 05-02-2013 06:38 PM
Last Post: Willem53
  [A-400] Firmware 05-01-130423-25-POP-422 + Apps (Forum Release) (23.04.2013) werner 97 20,936 04-30-2013 10:26 AM
Last Post: Willem53
  [A-400] Firmware 05-01-130419-25-POP-422 + Apps (Forum Release) (19.04.2013) werner 168 17,282 04-23-2013 01:47 PM
Last Post: Lonestarrk
  [A-400] Firmware 05-01-130329-25-POP-422 + Apps (RC2 Forum Release) (29.03.2013) werner 92 16,160 04-02-2013 08:31 AM
Last Post: chris57
  [A-400] Firmware 05-01-130205-24-POP-422 (05-01-130204-24-POP-422) (8.02.2013) werner 149 45,695 04-01-2013 12:31 PM
Last Post: jmissoorten
  [A-400] Firmware 05-01-130328-25-POP-422 + Apps (RC1 Forum Release) (28.03.2013) werner 38 5,497 03-29-2013 02:42 PM
Last Post: bast94

Forum Jump: