Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

oldtime

Hacker
Registriert
21. Mai 2011
Beiträge
312
Reaktionspunkte
70
Punkte
28
Hallo,

ich habe einen Edision Argus Vip2 mit Enigma2 am laufen und möchte jetzt mit Kodi welches auf meinem Fire TV installiert ist auf die externe Festplatte da zugreifen.
Das klappt aber nicht.

Mit bekomme ich Zugriff auf E2 und lande im root Ordner. Soweit so gut, von da komme ich aber in keinen anderen Ordner.
Mit lande ich im Hauptverzeichnis und sehe die Unterordner. Ich habe da sogar 2 Videos hinkopiert, die lassen sich auch abspielen.

Ich brauche aber Zugriff auf

Da kann ich nicht drauf zugreifen. Egal was ich im Hauptverzeichnis anklicke, es tut sich nichts. Ich kann nicht das Verzeichnis wechseln und kann auch nicht auf die Verknüpfung hdd die dort liegt zugreifen.

Wenn ich bei FTP den Remote Pfad auf /media/sdb1 ändere bekomme ich gar nicht erst eine Verbindung, da kommt dann das die Verzeichnisstrucktur nicht gelesen werden kann.

Mit anderen FTP Programmen hab ich keine Probleme mit den gleichen Anmeldedaten auf alles zuzugreifen.

Was mache ich falsch?
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Ich habe gerade einen FTP Server auf meinem S3 eingerichtet. Und darauf hab ich mit Kodi zugriff und kann auch normal durch die Ordner navigieren. Wenn das geht, dann kann Kodi ja eigentlich nicht Schuld sein.

Aber warum kann ich mit anderen FTP Clients mit Total Commander oder Filezilla auch auf E2 zugreifen und mit Kodi nur auf das Haupt und root Verzeichnis.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Hi,

ich kenne mich mit E2 und vor allem auch nicht mit dem dort verwendetem FTP-Dienst nicht aus, aber hast du mal versucht zusätzlich zu dem User root auch das PWD mit anzugeben?
Sprich dann also
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

bei kodi mal in den addons gehen und pvr vu+ aktivieren, bei configuration die ip der box eingeben, dann hast ja alle sender der box auch auf fire tv, dabei hatte ich im tv ordner Videos gleich zugriff auf meine hdd und auch auf die timeshift einstellungen etc. musst mal schauen hab den stick grad nicht parat.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Hallo,
das Passwort ist da wohl mit drin. Ich habe es mit eingegeben. Und wenn ich auf Quelle bearbeiten gehe und dann in den Pfad drücke wird es mit angezeigt. Also
Das hilft aber nicht. Ich bekomme aber ja eine Verbindung und kann auch Filme abspielen, aber das Verzeichnis nicht wechseln. Und da die Filme auf der exteren Festplatte sind, kann ich sie auch nicht alle einfach in das root Verzeichnis kopieren. Was eh merkwürdig wäre. Aber dafür reicht der Platz auch keinesfalls.

Es ist ein vsftp Server. Ich habe da wenig Ahnung von, aber meine FTP Programme haben da keine sorgen mit. Da läuft alles ohne Probleme. Wobei sich Filezilla aber nur unverschlüsselt verbindet, obwohl es ja eigentlich ein vsftp Server sein soll und die ja eigentlich verschlüsselt sein sollen.

Hier ist die vsftp.config vielleicht sieht da ja jemand was.

# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
# run standalone
listen=YES
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
#local_enable=YES
local_enable=YES
#
#
Uncomment this to enable any form of FTP write command.
#write_enable=YES
write_enable=YES
#
#
Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
local_umask=022
#
#
Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
#
Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
#
Activate directory messages - messages given to remote users when they

# go into a certain directory.
dirmessage_enable=YES
#
#
Activate logging of uploads/downloads.
#xferlog_enable=YES
#
#
Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
#
If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
#
You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
#
If you want, you can have your log file in standard ftpd xferlog format
#xferlog_std_format=YES
#
#
You may change the default value for timing out an idle session.
#idle_session_timeout=600
idle_session_timeout=14400
#
#
You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
#
It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
#
Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
#
By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
#
You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
ftpd_banner=Welcome to the vsftp daemon.
#
#
You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
#
You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
#
You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES


vsftpd_log_file=/opt/var/log/vsftpd.log
secure_chroot_dir=/var/tmp
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Wo finde ich den das Addon pvr vu+? Ich finde alles mögliche, aber nicht das Addon.

Edit: habs doch gefunden. Ich schau mir das gleich mal an.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Vielleicht bin ich doch einfach zu blöd.

Ich hab das pvr vu+ im Menü unter eigene Addons aktiviert. IP Adresse habe ich angepasst.

Wo finde ich das aktive Addon jetzt? Es hat weder einen eigenen Menü Punkt noch finde ich es unter Videos oder Programme. Da taucht es in den Addonlisten nicht auf.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Wenn du das meinst:

Das wird nach Kodi neustart automatisch geladen.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

da erscheint doch TV vor Video oder nicht?
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Nein, das habe ich gefunden und aktiviert. Dort steht jetzt auch in der Liste von der du das Foto gemacht hast aktiviert. Aber was mache ich damit nun. Ich kann da nur die Einstellungen ändern, aber wie kann ich jetzt die Sender sehen oder auf die Festplatte zugreifen?

ps.
Danke für die schnelle Antwort.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Eigentlich unter Video Dateien, dann den Pfad angeben wo sie liegen im Netztwerk.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Also ich habe im Hauptmenü

Bilder Videos Musik Programme Optionen

Bei Videos habe ich zur Auswahl Dateien und Addons.

Bei Dateien kann ich die Laufwerke angeben und da auch Netzwerkfreigaben hinzufügen, was ich ja zuerst mit der FTP Verbindung versucht habe. Da gibt bei den Quellen aber kein PVR nur http,ftp,stfp usw.

Bei Addons werden einige Addons angezeigt die ich zum testen installiert habe. PVR VU+ ist aber nicht da mit bei. Ich hab auch KODI neugestartet und auch das ganze Fire TV schon neu gestartet.

Ich hab Kodi 16.0 Git 2016-02-20-e240bb2
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

Bei Dateien Videos hinzufügen, und dann den Pfad wälen zu den Filmen, ich hab das so am NAS da ich keine Intere Platte hab an der Box mir langt der NAS.

Ich nehm da Windows Netzwerk(SMB), ds langt bei mir.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

So wollte ich das ja mit FTP machen, nur das ich da im Hauptverzeichnis hängen bleibe.

Als Auswahl habe ich bei hinzufügen:

Externer Speicher - Das ist wohl das Fire TV System
Netzwerk-Dateisystem NFS
Root-Dateisystem - Das ist wohl auch das Fire TV Verzeichnis
SAP Streams
UPnP Ger
Video-Wiedergabelisten
Windows-Netzwerk (SMB)
Zeroconf-Browser

Aber nichts mit PVR Vu+ oä. Ich kann auch noch Netzwerkfreigabe hinzufügen nehmen, aber da kommt fast das gleiche. Da gibts noch RSS Feed. FTP, Webdav, Webserver und SFTP.


Was ich eben gesehen habe ist das bei dem PVR Addon zwar aktiv steht, wenn ich in die Konfiguration gehe steht da aber ausführen und das ist hellgrau und nicht auswählbar.
 
AW: Kodi auf Fire TV zugriff über FTP auf Vip 2 mit Enigma2

geh mal da drauf: Windows-Netzwerk (SMB) und schau ob du da zugriff bekommst, wie gesagt hab es nicht an interner Platte in der Box, nur am NAS im Netzwerk.
 
Zurück
Oben