On Tue, 18 Mar 2003 17:43:36 +0100
claude parisot <[EMAIL PROTECTED]> wrote:

> François Boisson wrote:
> 
> >Tu crées le fichier suivant en l'appellant france2 puis tu tapes
> >france2 8 (ou 13 ou 20)
> >
>   Tu tapes en console ?? J'ai créé le fichier , j'ai lancé en console, 
> mais il me dit "command not found"
>   ou tu ouvres Realplayer > Open location

Pour préciser: 

[EMAIL PROTECTED]:~$ type realplay
realplay is /usr/bin/X11/realplay
[EMAIL PROTECTED]:~$ ls -l /usr/bin/X11/realplay
lrwxrwxrwx    1 root     root           10 jun 16  2001
/usr/bin/X11/realplay -> realplayer [EMAIL PROTECTED]:~$ type realplayer
realplayer is /usr/bin/X11/realplayer
[EMAIL PROTECTED]:~$ ls -l /usr/bin/X11/realplayer
-rwxr-xr-x    1 root     root          296 jun 12  2002
/usr/bin/X11/realplayer [EMAIL PROTECTED]:~$ dpkg -S
/usr/bin/X11/realplayer dpkg: /usr/bin/X11/realplayer non trouvé, <<----
installation à la main [EMAIL PROTECTED]:~$ cat /usr/bin/X11/realplayer
#!/bin/sh
# If using esd, realplayer tries to load libesd.so, which is only in
# libesd0-dev. To work around this, point it at a directory that has a
# file by that name, linking to the actual library.
LD_LIBRARY_PATH=/usr/lib/RealPlayer8:$LD_LIBRARY_PATH exec
/usr/lib/RealPlayer8/realplay "$@" [EMAIL PROTECTED]:~$

En clair, realplay est /usr/lib/RealPlayer8/realplay exécuté avec comme
environnement LD_LIBRARY_PATH=/usr/lib/RealPlayer8+ ancien LD_LIBRARY_PATH
et chez moi, c'est realplayer8.

Voilà.

François Boisson

PS: Je n'ai pas les guignols de l'info..
> 
> > et tu as le journal correspondant sans avoir à
> >lancer mozilla. Je ne garanties pas que ça fonctionne très longtemps
> >mais depuis que j'ai trouvé l'adresse (en décodant le script de la page
> >et à l'aide de wget, ça marche au poil.
> >
> >france2
> >-----------
> >#!/bin/sh
> >date +"realplay
> >rtsp://rmedia.francetv.fr:554/infos/f2/$1h/$1h_%Y%m%d.rm";| sh
> >&-----------  
> >
>  Est-ce que tu adaptes la date à chaque fois ??
> 
>    Merci
> 
> >Tant qu'à faire pour itelevision de même
> >#!/bin/sh
> >realplayer
> >rtsp://a123.r.akareal.net/live/D/123/5688/high_stream/reflector:21321
> >
> >  
> >
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 

Répondre à