Project

General

Profile

Feature #1305

TVHeadEnd build for OpenWRT

Added by Szymon Życińśki about 12 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
non-x86
Target version:
-
Start date:
2012-10-07
Due date:
% Done:

0%

Estimated time:

Description

While in the past there were few tries to build TVHeadend for OpenWRT without luck and support from the developers maybe you can build package for OpenWRT Attitude Adjustment while official realease will appear? It will not force us to put additional linux box to run TVHeadEnd becouse currently MuMuDVB works fine and streaming is not a problem for popular routers CPU's.


Files

IMAG0288.jpg (1.57 MB) IMAG0288.jpg Stephan Oelze, 2013-01-03 10:38
dvb1.jpg (962 KB) dvb1.jpg Stephan Oelze, 2013-01-03 10:38

History

#1

Updated by Adam Sutton about 12 years ago

  • Category changed from General to non-x86
  • Status changed from New to Rejected
  • Assignee deleted (Hein Rigolo)

I'm happy to offer some help and support to someone interested in packaging tvh for their platform of choice and even merging mods needed to make it work. But the effort will most likely have to come from outside the tvh devs.

Feel free to ask in forum or IRC channel.

Adam

#2

Updated by Stephan Oelze almost 12 years ago

I have made a working Makefile for Openwrt.
The onlything thats missing is libdvbcsa. As i heard
thats the only way to make cwc working.

Maybe there is someone who has one or help me to create one?
In this Case i can provide a fully working tvheadend for all architektures!

#3

Updated by Adam Sutton almost 12 years ago

Dvbcsa has been an option in master for several weeks.

Adam

#4

Updated by Stephan Oelze almost 12 years ago

Yes Sir it is!
But , there is alway an But ;), where does it search for that header?

#
  1. libdvbcsa #
    if enabled cwc && enabled dvbcsa; then
    (check_cc_header "dvbcsa/dvbcsa" dvbcsa_h &&\
    check_cc_lib dvbcsa dvbcsa_l) ||\
    die "Failed to find dvbcsa support (use --disable-dvbcsa)"
    LDFLAGS="$LDFLAGS -ldvbcsa"
    fi

especially where is :
"dvbcsa/dvbcsa"

I Have that lib compiled for openwrt but i dont know where tvheadend configure script searches for it....

Thanks...

#5

Updated by Adam Sutton almost 12 years ago

It should look in the system include path, cut you can add to the include path using CPATH var.

That var can be set using configure script and/or in environment.

Ie CPATH=foo ./configure

Adam

#6

Updated by Stephan Oelze almost 12 years ago

ok, it does.
It decodes right and brings a stream to attached harddisk.
Can tvheadend use libmpeg2 for example or something else that decreases the cpu a little bit?
Maybe there are some Settings?

DVB-S2 is at 100% CPU with cwc and about 30% without!
Any Ideas on this ?

#7

Updated by Stephan Oelze almost 12 years ago

Debuglog:

All 1080i Channels, seems to consume to much CPU Power..
720p works perfect!

[code]Jan 05 12:43:40 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 0 idx 0 c086498f16f44751
Jan 05 12:43:46 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:43:46 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:43:46 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:43:47 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 1 idx 0 75145de649946845
Jan 05 12:43:52 [DEBUG]:eit: processing complete
Jan 05 12:43:53 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:43:53 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:43:53 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:43:54 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 0 idx 0 420a77c3e04c8bb7
Jan 05 12:44:00 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:44:00 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:44:00 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:44:01 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 1 idx 0 b0042de1359cdeaf
Jan 05 12:44:08 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 0 idx 0 1c1bcf068df7a82c
Jan 05 12:44:08 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:44:08 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:44:08 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:44:12 [WARNING]:dvb: "_dev_dvb_adapter0_STB0899_Multistandard" read() EOVERFLOW
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: H264 #255: Continuity counter error
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: AC3
#259: Continuity counter error
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: AC3 #260: Continuity counter error
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: TELETEXT
#32: Continuity counter error
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA #6736: Continuity counter error
Jan 05 12:44:12 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA
#6992: Continuity counter error
Jan 05 12:44:13 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA #6224: Continuity counter error
Jan 05 12:44:15 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 1 idx 0 15ba6d3c5d41ec8a
Jan 05 12:44:15 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:44:15 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:44:15 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:44:22 [WARNING]:dvb: "_dev_dvb_adapter0_STB0899_Multistandard" read() EOVERFLOW
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: H264
#255: Continuity counter error
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: AC3 #260: Continuity counter error
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: AC3
#259: Continuity counter error
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: TELETEXT #32: Continuity counter error
Jan 05 12:44:22 [DEBUG]:capmt: CA_SET_DESCR cai 0 req -2146406522 par 0 idx 0 70a91e37f5d76f3b
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA
#6736: Continuity counter error
Jan 05 12:44:22 [DEBUG]:capmt: adding ECMPID=0x1A50 (6736), CAID=0x98C (2444) PROVID=0x0 (0)
Jan 05 12:44:22 [DEBUG]:capmt: adding ECMPID=0x1B50 (6992), CAID=0x9C4 (2500) PROVID=0x0 (0)
Jan 05 12:44:22 [DEBUG]:capmt: adding ECMPID=0x1850 (6224), CAID=0x1833 (6195) PROVID=0x0 (0)
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA #6992: Continuity counter error
Jan 05 12:44:22 [WARNING]:TS: STB0899 Multistandard/BetaDigital: 11,332,250 kHz Horizontal (No satconf)/AXN HD: CA
#6224: Continuity counter error, 1 duplicate log lines suppressed
[/code]

Also available in: Atom PDF