VLC Video Player und VLC 1.1.4 wollen nicht zusammen

    • VLC Video Player und VLC 1.1.4 wollen nicht zusammen

      Hallo Zusammen,

      seid ich auf Ubuntu 10.10 bin, habe ich den VLC 1.1.4.
      Leider mag meine VLC Plugin (enigma2-plugin-extensions-vlcplayer - experimental-cvs20101012-r0) auf der DM800 nicht damit arbeiten!
      Die Verbindung klappt noch, doch folgendes kommt dann, bei allen Formaten/Filmen, die ich abspielen möchte:
      sasch@lap:~$ vlc -I http
      VLC media player 1.1.4 The Luggage (revision exported)
      [0x8d8c604] main interface: creating httpd
      Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
      Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
      libdvdnav: Using dvdnav version 4.1.3
      libdvdread: Using libdvdcss version 1.2.10 for DVD access
      libdvdread: Could not open /home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep with libdvdcss.
      libdvdread: Can't open /home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep for reading
      libdvdnav: vm: failed to open/read the DVD
      [0x8da5a9c] filesystem access error: cannot open file /home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep (File name too long)
      [0x8da5a9c] main access error: Einlesen der Datei fehlgeschlagen
      [0x8da5a9c] main access error: VLC konnte die Datei "/home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep" nicht lesen.
      [0x8dc34e4] main input error: open of `/home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep' failed: (null)
      [0x8dc34e4] main input error: Ihre Eingabe konnte nicht geöffnet werden
      [0x8dc34e4] main input error: VLC kann die MRL '/home/sasch/Desktop/000test.flv+:sout=#transcode{vcodec=mp2v,vb=2000,venc=ffmpeg{strict-rc=1},width=352,height=288,canvas-width=352,canvas-height=288,canvas-aspect=4:3,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream609582614.ts}+:sout-all+:sout-keep' nicht öffnen. Sehen Sie für Details im Fehlerprotokoll nach.



      Hat da wer ne Idee?

      Gruss ... Sasch

      Btw ... mit Ubuntu 10.04 und VLC 1.0.6 hats noch funktioniert bzw. funktioniert es noch!
      °°° Die Wirklichkeit ist oft sehr ungenau! °°°

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Sasch42 ()

    • Habe leider auch (unter Windows 2k3) Probleme mit VLC >1.0.5, habe leider noch nicht viel rausfinden können, daher von mir nur der Tipp, eine ältere Version zu verwenden...
      DBox 2 - DM7020si - DM500HD - DM7020HD
      -Evolution goes on-
    • Du kannst dir HIER den entsprechenden tarball ziehen, den entpackst du dann irgendwo hin und dann musst du das ganze konfigurieren und kompilieren.

      Quellcode

      1. ./configure
      2. make
      3. make install


      Da werden aber noch einige libaries und -dev files benötigt.
      Das wirste dann ja sehen was in der Ausgabe für Fehler stehen.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von sparksofinsanity ()

    • Vielen Dank!

      Aber, dann starte ich doch lieber mein altes Ubuntu, wenn ich was gucken will! :)

      Nicht das ich das compilieren nicht versuchen würde, aber ich will auf meinem Standard-Ubuntu doch lieber die aktuellste Version des VLC haben.

      Schön wäre es, die alte Version nur für die DM800 zu starten. Geht so was auch?
      °°° Die Wirklichkeit ist oft sehr ungenau! °°°

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Sasch42 ()

    • Dann machst du nur make und kein make install und dann musst du halt die binary in dem Ordner, wo du kompiliert hast, von Hand starten.

      z.B.
      cd /usr/src/
      wget pfad.zum/src.tar
      tar xzvf foobar.tar.gz
      cd foobar/
      ./configure
      make

      und dann kannst du diese Version immer über /usr/src/foobar/vlc starten (oder so ähnlich, Namen Order und Pfade sind hier nur Beispiele, um das Prizip deutlich zu machen).
      Und wenn du nur vlc aufrufst, wird der (über apt?) installierte vlc genommen.
      DBox 2 - DM7020si - DM500HD - DM7020HD
      -Evolution goes on-
    • Okay, hab ich kapiert und so in etwa umgesetzt! :)
      Das musst ich noch nachinstallieren:
      libhal-dev libmadlib libmadlib-dev libmadlib-dbg libmad-ocaml libmad-ocaml-dev build-essential libavcodec-dev libavutil-devlibavformat-dev libswscale-dev libpostproc-dev liba52-0.7.4-dev libgcrypt11-dev libgcrypt11-dbg


      Und so hab ich dann compiliert:
      ./configure --disable-glx --disable-skins2



      Allerdings klappts immer noch nicht:
      sasch@lap:~/temp/vlc-1.0.6$ /home/sasch/temp/vlc-1.0.6/vlc -I http
      VLC media player 1.0.6 Goldeneye
      [0x8ff4fa0] main interface error: no interface module matched "oldhttp,none"
      [0x8ff4fa0] main interface error: no suitable interface module
      [0x8fcc8e0] main libvlc error: interface "oldhttp,none" initialization failed
      [0x9015cb0] main interface error: no interface module matched "globalhotkeys,none"
      [0x9015cb0] main interface error: no suitable interface module
      [0x8fcc8e0] main libvlc error: interface "globalhotkeys,none" initialization failed
      [0x9015c48] main interface: creating httpd
      [0x90ed470] main mux error: no sout mux module matched "ts"
      [0x90ea5a8] stream_out_standard stream out error: no suitable sout mux module for `http/ts{pid-video=68,pid-audio=69}:///dream1161962489.ts'
      [0x90e9b58] stream_out_transcode stream out error: cannot create chain
      [0x90e9340] main stream output error: stream chain failed for `transcode{acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream1161962489.ts}'
      [0xb72042e0] main input error: cannot start stream output instance, aborting
      [0x9015fd0] main playlist: stopping playback


      Liegt das evtl. am diabeln?

      Kann ich auch deine Version benutzen? :)
      °°° Die Wirklichkeit ist oft sehr ungenau! °°°