Tak tak, wybaczcie ale ja dalej nie wiem skąd wziąć informację co wpisać w:
PKG_SOURCE_VERSION:=
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez Bartekk
Tak tak, wybaczcie ale ja dalej nie wiem skąd wziąć informację co wpisać w:
PKG_SOURCE_VERSION:=
Tylko za skarby nie wiem, gdzie podana jest najnowsza wersja tvheadend. Gdzie tego szukać? Przeleciałem git'a i nie znalazłem.
Korzystam z tego makefile:
include $(TOPDIR)/rules.mk
PKG_NAME:=tvheadend
PKG_DATE:="20130903"
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/tvheadend/tvheadend.git
PKG_SOURCE_VERSION:=2b649954346aa2e9c81834d500a25c528f31f829
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_VERSION:=$(PKG_DATE)-$(PKG_SOURCE_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/tvheadend
SECTION:=multimedia
CATEGORY:=Multimedia
TITLE:=Tvheadend is a TV streaming server for Linux
DEPENDS:=+libopenssl +librt +zlib +TVHEADEND_AVAHI_SUPPORT:libavahi-client +libcurl
URL:=http://www.lonelycoder.com/hts/tvheadend_overview.html
endef
define Package/tvheadend/description
Tvheadend is a TV streaming server for Linux supporting DVB, ATSC, IPTV,
and Analog video (V4L) as input sources.
Can be used as a backend to Showtime, XBMC and various other clients.
endef
define Package/tvheadend/config
menu "Configuration"
depends on PACKAGE_tvheadend
source "$(SOURCE)/Config.in"
endmenu
endef
ifeq ($(CONFIG_TVHEADEND_CWC_SUPPORT),)
CONFIGURE_ARGS += --disable-cwc
endif
ifeq ($(CONFIG_TVHEADEND_V4L_SUPPORT),)
CONFIGURE_ARGS += --disable-v4l
endif
ifeq ($(CONFIG_TVHEADEND_LINUXDVB_SUPPORT),)
CONFIGURE_ARGS += --disable-linuxdvb
endif
ifeq ($(CONFIG_TVHEADEND_DVBSCAN_SUPPORT),)
CONFIGURE_ARGS += --disable-dvbscan
endif
ifeq ($(CONFIG_TVHEADEND_AVAHI_SUPPORT),)
CONFIGURE_ARGS += --disable-avahi
else
CONFIGURE_ARGS += --enable-avahi
endif
CONFIGURE_ARGS += \
--release \
--enable-bundle \
--enable-dvbcsa
define Package/tvheadend/install
$(INSTALL_DIR) $(1)/etc/tvheadend
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/tvheadend.init $(1)/etc/init.d/tvheadend
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d
$(INSTALL_DATA) ./files/tvheadend.upgrade $(1)/lib/upgrade/keep.d/tvheadend
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/build.linux/tvheadend $(1)/usr/bin/
endef
$(eval $(call BuildPackage,tvheadend))Jak zmienić, żeby ściągał najnowsze źródła, bo aktualnie kompiluje mi się tvheadend 20130903.
Makefile mogę zostawić ten co mam, a tylko źródła nowe dam?
Panowie, gdzie znaleźć najnowsze źródła do tvheadend pod opewnrt? Jedyne jakie znalazłem to te z wersją 3.2, a jak wiadomo jest już dostępna wersja 3.9.
Aria?
Witaj, mógłbyś podesłać skrypt do tej strony web-termometr z rys. 4?
Wybaczcie, pomyliłem tematy.
Też tak macie czasami, że po jakimś czasie strasznie szarpie obraz? Pomaga jedynie restart tvheadend. W zakładce Status mam wtedy strasznie dużo błędów w zakładce bit error rate.
logread:
Dec 22 09:01:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 3 duplicate log lines suppressed
Dec 22 09:01:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 4 duplicate log lines suppressed
Dec 22 09:01:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: TELETEXT @ #405: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:01:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error, 3 duplicate log lines suppressed
Dec 22 09:02:08 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error
Dec 22 09:02:08 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator
Dec 22 09:02:08 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error
Dec 22 09:02:08 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error
Dec 22 09:02:08 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: TELETEXT @ #405: Continuity counter error
Dec 22 09:02:43 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator
Dec 22 09:02:43 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error
Dec 22 09:02:43 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error
Dec 22 09:02:43 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error
Dec 22 09:02:43 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: TELETEXT @ #405: Continuity counter error
Dec 22 09:02:49 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 5 duplicate log lines suppressed
Dec 22 09:02:49 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 3 duplicate log lines suppressed
Dec 22 09:02:49 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:02:49 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:03:00 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator
Dec 22 09:03:00 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error
Dec 22 09:03:00 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error
Dec 22 09:03:00 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error
Dec 22 09:03:06 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 4 duplicate log lines suppressed
Dec 22 09:03:06 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 3 duplicate log lines suppressed
Dec 22 09:03:06 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:03:06 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: TELETEXT @ #405: Continuity counter error
Dec 22 09:03:06 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:03:36 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator
Dec 22 09:03:36 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error
Dec 22 09:03:36 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error
Dec 22 09:03:36 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error
Dec 22 09:03:38 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 2 duplicate log lines suppressed
Dec 22 09:03:38 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:03:38 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:03:51 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator
Dec 22 09:03:51 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error
Dec 22 09:03:51 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: TELETEXT @ #405: Continuity counter error
Dec 22 09:03:51 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error
Dec 22 09:03:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 2 duplicate log lines suppressed
Dec 22 09:03:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 2 duplicate log lines suppressed
Dec 22 09:03:55 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error
Dec 22 09:03:57 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 4 duplicate log lines suppressed
Dec 22 09:03:57 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 3 duplicate log lines suppressed
Dec 22 09:03:57 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:04:03 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: Transport error indicator, 7 duplicate log lines suppressed
Dec 22 09:04:03 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: H264 @ #402: Continuity counter error, 5 duplicate log lines suppressed
Dec 22 09:04:03 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #403: Continuity counter error, 1 duplicate log lines suppressed
Dec 22 09:04:03 OpenWRT daemon.warn tvheadend[2883]: TS: MT4171/EmiTel: 770,000 kHz/TV Puls: MPEG2AUDIO @ #408: Continuity counter error, 2 duplicate log lines suppressedMiałem to samo. Wszystkie czerwone diody, puls 200 ale się udało. Tu masz instrukcję:
Witam, w jaki sposób skonfigurować wtyczkę vlc-web-plugin? Borykam się z takim problemem iż przy odtwarzaniu streamu dvbt nie mam usuwanego przeplotu oraz wyświetlają się napisy. Szukałem, grzebałem, nie znalazłem. Pozdrawiam.
Znów miałeś racje. Chodzi jak marzenie.
root@OpenWRT/root# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Device [Generic USB Audio Device], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0root@OpenWRT/root# aplay -l
-ash: aplay: not foundZainstalować tego pakietu z repozytorium też się nie da ![]()
Jeśli mam podłączone kilka urządzeń usb do huba to otrzymuje ponownie komunikat:
ERROR: problems opening audio device.
Wg. mnie problem leży w linijce:
device "hw:1,0"
w pliku mpd.conf. Moje pytanie, jak znaleźć prawidłowy numer karty dźwiękowej, żeby pozostałe urządzenia się nie gryzły?
Zrobione. Usunąłem stare wpisy hasła dla konta bartek w configu haseł samby w openwrt i utworzyłem nowe. Może faktycznie zapomniałem hasła : ) Dzięki i pozdrawiam!
Katalogi samby z włączoną opcją gościa mapują się bez problemu. Niestety te z autoryzacją mają problem.
Tak mam 8.1 tylko zmieniłem nazwę, bo nie mogłem się przyzwyczaić do "Ten komputer". Niestety ciągle wywala błąd z danymi.
Witam, czy może któryś z użytkowników win 8.1 poradził sobie z mapowanie dysku sieciowego? Niestety za skarby nie mogę tego zrobić. Samba skonfigurowana poprawnie, w win7 i linuxach wszystko chodzi, tutaj podaje identyczne dane i otrzymuje:

Czy w tym systemie trzeba coś przestawić, żeby to zatrybiło?
Chodzi jak marzenie. Dziękuje.
Lighttpd nie wspiera htacces
Czy aby na pewno? Pamiętam, że przy instalacji owncloud'a miałem komunikat, żeby wrzucić .htacces, bo inaczej pliki będą widziane z zewnątrz. Jak to zrobiłem to nie miałem już żadnego ostrzeżenia.
Witam, jak w lighttpd ustawić, aby po wejściu na np. xxxxxxx.no-ip.org/test/ wyświetliła się strona z listą plików w tym katalogu z możliwością ich ściągnięcia? Próbowałem dodawać pliki .htacces, jakieś skrypty php ale to nic nie chodziło. Pozdrawiam Bartosz!
W XBMC gdy próbuje włączyć jakiś kanał to chwilę czeka i naglę mnie rozłącza z tvheadend'em. Jakieś pomysły?
Logread:
Oct 19 14:46:03 OpenWRT kern.err kernel: [ 5143.807811] dvb-usb: error -110 while querying for an remote control event.
Oct 19 14:46:03 OpenWRT kern.err kernel: [ 5144.017804] dvb-usb: error -110 while querying for an remote control event.
Oct 19 14:46:03 OpenWRT kern.err kernel: [ 5144.257801] dvb-usb: error -110 while querying for an remote control event.
Oct 19 14:46:04 OpenWRT kern.err kernel: [ 5144.467799] dvb-usb: error -110 while querying for an remote control event.Update://
Wasze zdrowie Panowie!

Update2:// Jednak to nie koniec. Przy automatycznym starcie tvheadend'a przy starcie systemu tuner jest niestety nie widoczny. Muszę wypiąć go z usb, wpiąć ponownie i zrestartować tvheadend'a, wtedy tuner jest widoczny i wszystko chodzi. Można to jakoś zautomatyzować, aby za każdym razem nie wypinać go z usb i nie resetować go?
Finally:// Dziękuje za pomoc @Cezary. Wszystko chodzi tak jak sobie wymarzyłem. Pozdrawiam!
Witam, udało się jakoś odczytać modem, znalazło kanały ale jak zwykłe jeszcze są problemy. Nie mogę za skarby nic oglądać. Podłączam się przez vlc, na konsoli wypisuje:
Oct 19 13:53:15.681 [ INFO] htsp: Got connection from 192.168.1.100
Oct 19 13:53:15.682 [ INFO] htsp: 192.168.1.100: Welcomed client software: VLC media player (HTSPv11)
Oct 19 13:53:15.685 [ INFO] htsp: 192.168.1.100 [ VLC media player ]: Identified as user admin
Oct 19 13:53:15.685 [ INFO] htsp: 192.168.1.100 [ admin | VLC media player ]: Privileges raised
Oct 19 13:53:35.460 [ INFO] subscription: "192.168.1.100 [ admin | VLC media player ]" subscribing on "tvp2", weight: 150, adapter: "ITE 9135(9006) Generic_1", network: "NW 03 DOL", mux: "NW 03 DOL: 506,000 kHz", provider: "EmiTel", service: "TVP2 HD", quality: 100i nic się nie robi. Do tego w zakładce status tracę sygnał z nadajnika.
Fakt, ale dalej niestety nie czyta tunera:
root@OpenWRT/etc# tvheadend -c /etc/tvheadend -C
Oct 19 09:22:26.390 [WARNING] access: Created default wide open access controle entry
Oct 19 09:22:26.633 [ INFO] charset: 119 entries loaded
Oct 19 09:22:26.639 [ INFO] epggrab: module eit created
Oct 19 09:22:26.641 [ INFO] epggrab: module uk_freesat created
Oct 19 09:22:26.644 [ INFO] epggrab: module uk_freeview created
Oct 19 09:22:26.645 [ INFO] epggrab: module viasat_baltic created
Oct 19 09:22:26.672 [ INFO] epggrab: module opentv-ausat created
Oct 19 09:22:26.674 [ INFO] epggrab: module opentv-skyuk created
Oct 19 09:22:26.677 [ INFO] epggrab: module opentv-skyit created
Oct 19 09:22:26.679 [ INFO] epggrab: module pyepg created
Oct 19 09:22:26.681 [ INFO] epggrab: module xmltv created
Oct 19 09:22:26.684 [ INFO] dvr: Creating new configuration ''
Oct 19 09:22:26.687 [WARNING] dvr: Output directory for video recording is not y et configured for DVR configuration "". Defaulting to to "/root". This can be ch anged from the web user interface.
Oct 19 09:22:26.690 [ NOTICE] START: HTS Tvheadend version 0.0.0~unknown started , running as PID:3572 UID:0 GID:0, settings located in '/etc/tvheadend'Aktualnie wygląda to tak:
root@OpenWRT/root# tvheadend -c /etc/tvheadend -C
Oct 19 09:39:40.213 [ INFO] charset: 119 entries loaded
Oct 19 09:39:40.218 [ INFO] epggrab: module eit created
Oct 19 09:39:40.220 [ INFO] epggrab: module uk_freesat created
Oct 19 09:39:40.223 [ INFO] epggrab: module uk_freeview created
Oct 19 09:39:40.224 [ INFO] epggrab: module viasat_baltic created
Oct 19 09:39:40.253 [ INFO] epggrab: module opentv-ausat created
Oct 19 09:39:40.256 [ INFO] epggrab: module opentv-skyuk created
Oct 19 09:39:40.259 [ INFO] epggrab: module opentv-skyit created
Oct 19 09:39:40.261 [ INFO] epggrab: module pyepg created
Oct 19 09:39:40.263 [ INFO] epggrab: module xmltv created
Oct 19 09:39:40.268 [ INFO] epgdb: loaded v2
Oct 19 09:39:40.270 [ INFO] epgdb: channels 0
Oct 19 09:39:40.272 [ INFO] epgdb: brands 0
Oct 19 09:39:40.273 [ INFO] epgdb: seasons 0
Oct 19 09:39:40.274 [ INFO] epgdb: episodes 0
Oct 19 09:39:40.274 [ INFO] epgdb: broadcasts 0
Oct 19 09:39:40.275 [ INFO] dvr: Creating new configuration ''
Oct 19 09:39:40.277 [WARNING] dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/root". This can be changed from the web user interface.
Oct 19 09:39:40.279 [ NOTICE] START: HTS Tvheadend version 0.0.0~unknown started, running as PID:2567 UID:0 GID:0, settings located in '/etc/tvheadend'Na dużym linuxie jak odpalam tvheadend'a to na początku jest informacja, że wykryto tuner. Na nas'ie jej nie ma ![]()
Nic tam nie ruszałem.
eko.one.pl → Posty przez Bartekk
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc