Hallo Forum,
ich versuche nun schon lange meine EasyN WebCam über das Plugin IPTV zu aktivieren, leider erfolglos.
Über VLC kann ich mir das Videobild anschauen:
VLC gestartet und Netzwerkstream öffnen: http://user:passwort@192.168.2.40:81/videostream.cgi -> Funktioniert!
Nur in VDR will es nicht. Meldung "Kanal nicht verfügbar", steht auf dem Bildschirm, sowie im syslog.
Das habe ich bisher gem. VDRWiki gemacht:
in der channels.con folgendes eingetragen.
webcam;IPTV:1:IPTV|EXT|vlcstream.sh|1:P:0:1:2:0:0:1:0:0:0
wird aber nach dem Speichern über das Webfrontend in diese Zeile geändert.
webcam;IPTV:1:IPTV|EXT|vlcstream.sh|1:P:0:1=2:2=@4:0:0:1:0:0:0
Im Verzeichnis etc/vdr/plugin/iptv die Datei vlcstream.sh angelegt:
#!/bin/sh
PARAMETER1="$1"
PORT="$2"
exec vlc "http://user:passwort@192.168.2.40:81/videostream.cgi" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=2400,ab=320}:standard{access=udp,mux=ts{pid-video=1,pid-audio=2,pid-spu=3},dst=127.0.0.1:$PORT}" --intf dummy
Wenn ich im shell-Fenster vlc aufrufe also mit:
vlc "http://user:passwort@192.168.2.40:81/videostream.cgi" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=2400,ab=320}:standard{access=udp,mux=ts{pid-video=1,pid-audio=2,pid-spu=3},dst=127.0.0.1:$PORT}" --intf dummy
Erhalte ich diese Fehlermeldung:
[0x1b54d28] inhibit interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0x1b54d28] main interface error: no suitable interface module
[0x1b54d28] main interface error: no suitable interface module
[0x1b1c108] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x1b54d28] dummy interface: using the dummy interface module...
[mpeg2video @ 0x7f456801a160] too many threads/slices (2), reducing to 1
Hat jemand einen Tipp für mich?
Vielen Dank vorweg.
Gruß
Markus