Openveoh

Résolu
titicecile -  
votre psychiatre Messages postés 1509 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour à tous,

je cherche désesperement le logiciel openveoh que je n'arrive pas a trouver sur la toile si quelqu'un connait un endroit merci de me le donner

merci de m'aider
Configuration: Linux Mandriva
Firefox 2.0.0.11

22 réponses

  • 1
  • 2
  1. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    Voici 2 tutoriels trouvés sur la toile :
    Version détaillée
    Version courte
    0
  2. titicecile
     
    merci pour tes infos
    j'ai installé, du moins je crois subversion
    ensuite j'ai copié l'adresse donné " svn co https://openveoh.svn.sourceforge.net/svnroot/openveoh openveoh "
    qui m'a créé un repertoire openveoh mais ensuite il faut installer openveoh et là je bug, il y a un fichier " read me " que voila :


    I will tell you how to build and install openVeoh in this file since
    I have no other use for a README at this time.

    First, you no longer need to install C++ Sockets in order to build
    openVeoh. It will use the library and headers from the source directory.
    If you already have it installed then that is okay. It will still use
    your installed version. However, you still need to build C++ Sockets before
    building openVeoh. This can be accomplished by running:

    make sockets

    From this directory. The new openVeoh build system will build all of the
    components needed to download videos from Veoh. This includes:

    libopenveoh (main library)
    vget (command line download tool)
    libveohversion (firefox plugin)

    To build these simply run:

    make

    in this directory.

    The install covers everything you need to start downloading from
    http://www.veoh.com, including the protocol handlers for Firefox.
    To install run:

    make install

    from the current directory. Please note that vget is installed to "$HOME/bin"
    and "src/dist/bin" for the simple reason that openVeoh is installed for the
    local user only. Also note that libopenveoh is installed to "src/dist/lib".
    I don't see a need for a system-wide install yet. If people request this,
    I may add it later.

    The following make options are available:
    usage: make [option]

    all - builds libopenveoh, vget and plugin
    libopenveoh - builds only libopenveoh
    plugin - builds only the Firefox plugin
    vget - builds vget and libopenveoh
    install - installs everything
    install-libopenveoh - installs libopenveoh
    install-plugin - installs the Firefox plugin
    install-vget - installs vget
    uninstall - uninstalls everything
    clean - cleans the entire build
    sockets - builds C++ Sockets
    sockets-install - installs C++ Sockets
    sockets-uninstall - Uninstalls C++ Sockets
    sockets-clean - cleans the C++ Sockets build



    et lorsque je fais " make socket " voici ce que me donne la konsole :


    cd src/sockets-cpp && make -f Makefile
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/sockets-cpp »
    g++ -Wall -g -MD -D_VERSION='"2.1.7"' -O2 -DLINUX -c -o Socket.o Socket.cpp
    make[1]: g++ : commande introuvable
    make[1]: *** [Socket.o] Erreur 127
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/sockets-cpp »
    make: *** [sockets] Erreur 2

    et je ne peux pas faire le reste de la manip
    quelqu'un pour me guider svp
    0
  3. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    make[1]: g++ : commande introuvable
    Il te faut installer le compilateur "gcc" via le gestionnaire de paquet de Mandriva...

    Vérifies aussi que "libopenssl-devel" et "libsqlite3_0-devel" soient eux aussi installés !!!
    0
  4. titicecile
     
    merci de ta réponse,

    j'ia avancé dans mon install mais je bloque toujours

    [shrek@localhost openveoh]$ make sockets
    cd src/sockets-cpp && make -f Makefile
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/sockets-cpp »
    g++ -Wall -g -MD -D_VERSION='"2.1.7"' -O2 -DLINUX -c -o Socket.o Socket.cpp
    Dans le fichier inclus à partir de Socket.cpp:30:
    Socket.h:38:25: erreur: openssl/ssl.h : Aucun fichier ou répertoire de ce type
    In file included from Socket.cpp:30:
    Socket.h:485: erreur: ISO C++ forbids declaration of ‘SSL_CTX’ with no type
    Socket.h:485: erreur: ‘SSL_CTX’ declared as a ‘virtual’ field
    Socket.h:485: erreur: expected ‘;’ before ‘*’ token
    Socket.h:487: erreur: expected `;' before ‘virtual’
    Socket.h:487: erreur: ISO C++ forbids declaration of ‘SSL’ with no type
    Socket.h:487: erreur: ‘SSL’ declared as a ‘virtual’ field
    Socket.h:487: erreur: expected ‘;’ before ‘*’ token
    Socket.h:575: erreur: expected `;' before ‘int’
    make[1]: *** [Socket.o] Erreur 1
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/sockets-cpp »
    make: *** [sockets] Erreur 2
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Essaie d'installer "openssl"...
    0
  7. titicecile
     
    ça y est j'ai compris car je suis assez nouveau sur linux et j'ai compris que la konsole diqait tout

    je viens d'installé openssl

    a voir pour la suite
    0
  8. titicecile
     
    là je suis bloqué quasiment a la fin

    [shrek@localhost bin]$ vget url_of_veoh movie
    For some reason this is running!
    Warning: 111: ClientInfo::ClientInfo(): No database entry: peerId
    Warning: 111: ClientInfo::ClientInfo(): No database entry: ClientGUID
    Warning: 111: ClientInfo::ClientInfo(): No database entry: VideoDir
    Warning: 111: ClientInfo::ClientInfo(): No database entry: VeohDir
    Warning: 111: ClientInfo::ClientInfo(): No database entry: ThumbsDir
    Warning: 111: ClientInfo::ClientInfo(): No database entry: TempDir
    Warning: 111: ClientInfo::ClientInfo(): No database entry: InfoDir
    Warning: 111: ClientInfo::ClientInfo(): No database entry: LogFile
    Username: titicecile
    Password:
    Username or password incorrect!
    Warning: 111: ClientActions::LockProcess(): No database entry: LockId
    [shrek@localhost bin]$ cd ../Video/Veoh

    je pense que le bug est de s'enregistrer sur le site veoh mais pas sur
    0
  9. titicecile
     
    salut a tous,

    je pense que mon probleme vient de cette action

    10. type "vget url_of_veoh movie"

    je pense qu'il faille remplacer "url_of_veoh movie" mais je ne sais pas quoi mettre j'ai essayer plusieurs choses sans résultat

    merci de bien vouloir m'aider
    0
  10. titicecile
     
    re salut je pense avoir trouver car la konsole est en train de telecharger en fait lors du visionnage des 5 minutes j'ai fait clic droit a coté de la vidéo puis j'ai cliqué sur code source de la page et dans la nouvelle fennetre est fait la recherche et trouvé une url que j'ai copier dans la konsole avec la commande vget

    ma question serais de savoir ou sont enregistrer les telechargements ????
    0
  11. titicecile
     
    ça y est j'ai trouver ou se trouve le téléchargment

    home/"nom d'utilisateur"/video/veoh/"nom du film"

    merci a jipicy pour son aide
    0
  12. titicecile
     
    ça y est j'ai réussi et ça fonctionne

    je ne sais pas mettre résolu
    0
  13. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Happy for you ;-))
    0
  14. kilian Messages postés 8675 Date d'inscription   Statut Modérateur Dernière intervention   1 526
     
    openveoh? C'est une bonne nouvelle ça, je ne savais pas qu'il existait une implémentation libre pour veoh...
    0
  15. gZen
     
    Oui un très bon point pour le streaming linuxien ;) Encore faut-t-'il que ça marchre :(
    Allez voir mon topic "Installer sur une seule session", je suis bloqué à l'installation de Subversion ! :'(
    0
  16. titicecile
     
    salut a tous,

    en fait pour installer subversion moi j'ai utiliser urpmi et cela se fait tout seul apres tout est dit dans ce topic avec les liens et autres si jamais quelqu'un cale quelque part faut le dire j'essayerais dans la mesure du possible de l'aider

    bonne chance a tous
    0
  17. votre psychiatre Messages postés 1509 Date d'inscription   Statut Membre Dernière intervention   259
     
    salut j'ai un bug au moment du make install une erreur de plug in mais je ne trouve pas voici l'erreur dans le shell :

    [root@localhost openveoh]# make install
    cd src/core && make -f Makefile
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/core »
    rm -f libopenveoh.a
    ar cr libopenveoh.a clientinfo.o clientactions.o veohloginsocket.o veohinfoohsystem.o veohbase64.o veohbrowser.o veohtype.o veoherror.o veohxml.o veohrser.o
    ranlib libopenveoh.a
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/core »
    cd src/mozilla/plugin && make -f Makefile
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/mozilla/plug
    g++ -fPIC -shared -o libveohversion2.so veohversion2.cpp -I../../depends/gepr4 -lplc4 -lplds4
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/mozilla/plugin »
    cd src/tools/vget && make -f Makefile
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/tools/vget »
    make[1]: Rien à faire pour « all ».
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/tools/vget »
    cd src/core && make -f Makefile install
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/core »
    rm -f libopenveoh.a
    ar cr libopenveoh.a clientinfo.o clientactions.o veohloginsocket.o veohinfoohsystem.o veohbase64.o veohbrowser.o veohtype.o veoherror.o veohxml.o veohrser.o
    ranlib libopenveoh.a
    mkdir -p ../../dist/lib
    cp libopenveoh.a ../../dist/lib
    mkdir -p ../../dist/include/openrest
    cp -a ../include/*.h ../../dist/include
    cp -a ../include/openrest/*.h ../../dist/include/openrest
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/core »
    cd src/mozilla/plugin && make -f Makefile install
    make[1]: entrant dans le répertoire « /home/shrek/openveoh/src/mozilla/plug
    g++ -fPIC -shared -o libveohversion2.so veohversion2.cpp -I../../depends/gepr4 -lplc4 -lplds4
    mkdir -p /root/.mozilla/plugins
    cp libveohversion2.so /root/.mozilla/plugins
    echo "user_pref(\"network.protocol-handler.app.veoh\", \"/root/bin/ffvget\"irefox/profiles.ini | grep Path | sed 's:Path=::'`/user.js
    cat: /root/.mozilla/firefox/profiles.ini: Aucun fichier ou répertoire de ce
    cat: /root/.mozilla/firefox/profiles.ini: Aucun fichier ou répertoire de ce
    /bin/sh: /root/.mozilla/firefox//user.js: Aucun fichier ou répertoire de ce
    make[1]: *** [install] Erreur 1
    make[1]: quittant le répertoire « /home/shrek/openveoh/src/mozilla/plugin »
    make: *** [install-plugin] Erreur 2


    est ce que quelqu'un aurait une idée svp ???
    0
  18. tigermick
     
    bon ben moi tout marche nickel sauf que ça me télécharge pas de video ça me telecharge 1 jpeg à chaque fois...

    une solution
    0
  19. votre psychiatre Messages postés 1509 Date d'inscription   Statut Membre Dernière intervention   259
     
    salut
    tu es sur de prendre le bon code source quand tu es sur la page dans la recherche je mettais quand cela fonctionnais avant de formaté mon disque
    ctrl+f (lance la recher) pui je tapais " veoh.com/video " et je crois que c'etait le premier lien qui etait recherché.

    je profite de ce post pour relancer ma demande sur ce post
    http://www.commentcamarche.net/forum/affich 4930436 probleme de streaming openveoh#dernier

    merci de votre aide
    0
  20. votre psychiatre Messages postés 1509 Date d'inscription   Statut Membre Dernière intervention   259
     
    salut
    voici un type de lien a prendre
    https://www.veoh.com/videos/v3895502JszQXhTh&iWidth=1280&iHeight=1024

    et dans ta console tu mets vget https://www.veoh.com/videos/v3895502JszQXhTh&iWidth=1280&iHeight=1024

    et normalement c'est bon
    quand tu lances ta recherche il ne faut pas prendre toute la ligne mais seulement apres le signe = et jusqua 1024

    pour moi ça fonctionnais la semaine derniere
    0
  • 1
  • 2