Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/12/2005, à 13:35

wouaren

[OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Fonctionne pour FREEPLAYER, MULTIPOSTE + ROUTEURS(Merci à crazyfred de forums freenews) !
Nouvelle version !

http://waren.free.fr/vlc/vlc-0.8.4-test2-fpmpr_2-1_i386.deb

wget http://waren.free.fr/vlc/vlc-0.8.4-test2-fpmpr_2-1_i386.deb ; sudo dpkg - i http://waren.free.fr/vlc/vlc-0.8.4-test2-fpmpr_2-1_i386.deb

Si vous avez un routeur :(non pas si vous êtes en freebox routeur, SI VOUS AVEZ UN ROUTEUR EN PLUS ! tongue)
http://www.freenews.fr/forum/viewforum.php?id=16

ATTENTION, MIEUX VAUT PRENDRE LE .DEB, car je n'ai pas inclus la modification de vlc pour les gens qui ont un routeur (pour rediriger les ports avec vlc) !

Ce qui suit est pour les vrais hommes.

Voilà comment j'ai procédé pour avoir un vlc qui marche avec freeplayer et multiposte : (largement inspiré d'un post de "nerve", merci à lui !).

Ne craignez rien, toutes ces commandes je les ai faites une dizaine de fois avant que ca fonctionne elles marchent très bien alors allez-y et dans 15 minutes vous l'avez votre beau vlc.

Je précise que toutes ces commandes feront marcher votre vlc en freeplayer et multiposte a partir du moment ou :
  -Vous êtes connecté sur votre freebox en ce que vous voulez (wifi à partir de 22mbps, ethernet)
  -Vous n'avez pas de routeur (mais rien ne vous empêche d'avoir les freebox en mode routeur sans rien modifier !) parceque avec un routeur connécté à la freebox c'est encore plus chiant donc débrouillez-vous ou brûlez le, nan mais ca vous suffit pas un routeur intégré il en faut un autre et bah voilà puni.
  -Vous avez accepté les CGV de freeplayer (http://adsl.free.fr/tv/freeplayer/cgv_freeplayer.html).
  -Vous avez 10 de QI
  -Vous avez un ordinateur
  -Ok j'arrête

- Supprimez VLC

sudo synaptic

Ensuite recherchez le vlc d'installé sur votre système ("recherche" -> "vlc") et enlevez-le, n'enlevez rien d'autre.

Maintenant faites ces commandes une à une normalement tout devrait bien se dérouler.

- Installation des divers packages necessaires

sudo apt-get install libwxgtk2.6-dev libdvbpsi3-dev libmpeg2-4-dev libmad0-dev libasound2-dev libesd0-dev x11proto-video-dev libdvdnav-dev liba52-0.7.4-dev libflac-dev libfreetype6-dev libid3tag0-dev libogg-dev libpng12-dev libspeex-dev libtheora-dev libvorbis-dev libxml2-dev zlib1g-dev gcc g++ automake1.9 autoconf libtool subversion cvs libx11-dev liblame-dev  libdvdread-dev libsdl1.2-dev

- Installation libdvdcss liblivemedia-dev liblive.com-dev

mkdir ~/videolan ; cd ~/videolan
wget http://downloads.videolan.org/pub/videolan/vlc/0.8.2/contrib/libdvdcss-1.2.8.tar.bz2 ; tar -jxvf libdvdcss-1.2.8.tar.bz2 ; cd libdvdcss-1.2.8 ; ./configure --prefix=/usr ; make ; sudo make install

- Compilation faad

cd ~/videolan ; wget http://downloads.videolan.org/pub/videolan/vlc/0.8.2/contrib/faad2-20040923.tar.bz2 ; tar -jxvf faad2-20040923.tar.bz2 ; cd faad2-20040923 ; ./configure --prefix=/usr ; cd libfaad ; make

- Compilation ffmpeg

cd ~/videolan ; cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg ; cd ffmpeg ; ./configure --enable-pp --enable-gpl ; make

- Telechargement videolan (Vous pouvez très bien prendre les dernières sources de vlc...[i])

cd ~/videolan ; wget http://downloads.videolan.org/pub/videolan/testing/vlc-0.8.4-test2/vlc-0.8.4-test2.tar.gz ; gunzip vlc-0.8.4-test2.tar.gz ; tar -xf vlc-0.8.4-test2.tar

- Copie des codecs

cd /usr/lib/codecs/ ; cp *.* ~/videolan/vlc-0.8.4-test2/modules/codec/dmo/ ; cd ~/videolan/vlc-0.8.4-test2

- Vous devrez aussi modifier le fichier modules/demux/livedotcom.cpp avec http://crazy.fred.free.fr/divers/livedotcom-with_option.diff ...
- Lancement de la configuration [i](priez)

/!\ ATTENTION /!\ :
  Remplacez *votre home* (par deux fois dans la commande) par le votre, par exemple pour moi /home/vincent (ca peut etre /home/perenoel ou /home/linuxmaster etc ..., /home/votrelogin) et non, ~/ ne fonctionne pas, allez savoir pourquoi ...

./configure --enable-ffmpeg --with-ffmpeg-tree=*votre home*/videolan/ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-config-path=ffmpeg/ffmpeg --enable-theora --enable-flac --enable-esd --enable-dvbpsi --enable-dvdread --enable-wxwidgets --enable-libmpeg2 --enable-vorbis --disable-hal --enable-sout --enable-http --enable-dvdnav --enable-smb --enable-libcdio --enable-alsa --enable-visual --enable-libcddb --enable-cdda --enable-vcd --enable-screen --enable-ogg --enable-mkv --enable-mod --enable-mad --enable-png --enable-x264 --enable-cmml --enable-x11 --enable-xvideo --enable-glx --enable-sdl --enable-freetype --enable-libxml2 --enable-oss --enable-daap --enable-faad --with-faad-tree=*votre home*/videolan/faad2-20040923 --enable-loader --enable-v4l --enable-dvb --enable-livedotcom

- Compilation (priez ici)

make

- Installation finale (pétez ici, nan c'était pour rire...)

sudo make install

Si vous avez des erreurs postez les ici je les ajouterais au fur et à mesure et essayerais d'y répondre.

PROBLEMES :

"checking for liveMedia/libliveMedia.a in ... no
configure: error: cannot find /home/jul/liveMedia/libliveMedia.a, make sure you compiled live.com in"
:
Il vous manque des librairies (si vous avez pris une des premières versions du tuto).

sudo apt-get install liblivemedia-dev liblive.com-dev

PS :
Aparemment ca installe une version "debug" qui fait que a chaque lancement de vlc avec les chaines de la télé on obtient une fenetre messages qu'il faut fermer, sans grande importance mais si quelqu'un sait pourquoi, merci ...
Des modifications sont apportées constamment, revenez souvent.

risa_caballa.jpg

TODO :
Vous voulez pas un mars et 100 balles en plus ? NAN MAIS OH

Dernière modification par wouaren (Le 23/02/2006, à 17:28)


love ubuntu

Hors ligne

#2 Le 26/12/2005, à 13:52

Tangui

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Cool smile

Y'aurais moyen que quelqu'un fournisse des paquets précompilés pour ceux qui sont sous Linux que depuis 3 semaines (comme moi) ?

Cya

Hors ligne

#3 Le 26/12/2005, à 13:54

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Tangui moi j'y suis depuis quelques jours (bon ok j'en avais fait avant) mais normalement en suivant de haut en bas ca fonctionnera, et qui sait un jour quelqu'un sortira un .deb avec toutes les dépendances et automatisations (nan pas moi comptez pas dessus je sais pas faire)

Dernière modification par wouaren (Le 26/12/2005, à 13:56)


love ubuntu

Hors ligne

#4 Le 26/12/2005, à 14:35

jul7

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

salut tout le monde et joyeux noel !

tout ce passe bien au début mais j'ai un probleme lors du lancement de la configuration: à la fin j'ai un message d'erreur qui me dit "checking for liveMedia/libliveMedia.a in ... no
configure: error: cannot find /home/jul/liveMedia/libliveMedia.a, make sure you compiled live.com in"

du coup "make" ne fonctionne pas !

qu'est-ce donc que liveMedia ?

#5 Le 26/12/2005, à 15:10

ersplus

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Salut,

Chez moi il manquait libdvdread dev et libsdl1.2 dev pour la compilation.

Merci beaucoup


Voyager 11.10
Config : AMD Phenom II X4, 4 Go Ram, HDD 2 x 1 To
Wifi Netgear WNA1100

Hors ligne

#6 Le 26/12/2005, à 15:13

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

ok merci je rajoute

POUR JUL :

PROBLEMES :

"checking for liveMedia/libliveMedia.a in ... no
configure: error: cannot find /home/jul/liveMedia/libliveMedia.a, make sure you compiled live.com in"

:
Il vous manque des librairies (si vous avez pris une des premières versions du tuto).

sudo apt-get install liblivemedia-dev liblive.com-dev

Dernière modification par wouaren (Le 26/12/2005, à 15:22)


love ubuntu

Hors ligne

#7 Le 26/12/2005, à 15:34

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

http://waren.free.fr/vlc-0.8.4-fpmp1_fpmp1-1_i386.deb

A TESTER ! si il ne fonctionne pas, utilisez la technique normale...
J'essaierais de le tester.

Dernière modification par wouaren (Le 26/12/2005, à 15:34)


love ubuntu

Hors ligne

#8 Le 26/12/2005, à 16:04

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Salut,
pourrais tu intégrer la configuration des ports comme indiqué ici : http://crazy.fred.free.fr/divers/livedotcom-with_option.diff . Au pire si le patch marche pas tu édites le livedotcom.cpp (dans modules/demux je crois) avec gedit wink Et puis tu as l'air d'avoir le temps de tripatouiller aujourd'hui, c'est comme ca qu'on apprends smile
++ et merci!

Hors ligne

#9 Le 26/12/2005, à 16:05

schmirrwurst

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Excellent !! Bravo et merci  pour ton deb, il s'est bien installé, fonctionne bien aussi...
Par contre ca coince encore quelque part !  Je n'ai plus de module manquant, mais ca s'arrete là pour moi :

livedotcom debug: RTP subsession 'video/MP2T'
main debug: thread 2947140528 (stream out) created at priority 0 (src/input/demux.c:335)
main debug: using access_demux module "livedotcom"
main debug: starting in synch mode
main debug: `rtsp://mafreebox.freebox.fr/freeboxtv/203' successfully opened
main debug: creating demux: access='' demux='ts' path=''

Hors ligne

#10 Le 26/12/2005, à 16:07

schmirrwurst

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

voilà la suite du message d'erreur, après le timeout je présume... Est-ce que c'est lié au pb de port gaby ?

livedotcom warning: no data received in 10s. Switching to TCP
livedotcom debug: RTP subsession 'video/MP2T'
livedotcom error: PLAY failed No RTSP session is currently in progress

livedotcom error: TCP rollover failed, aborting
main debug: EOF reached
main debug: closing input
main debug: looking for demux2 module: 1 candidate
main warning: no demux2 module matching "ts" could be loaded
main debug: thread 2947140528 joined (src/input/demux.c:360)
main debug: unlocking module "livedotcom"
main debug: destroying sout
main debug: destroying chain... (name=std)
main debug: unlocking module "mux_ts"
access_output_udp debug: packet has been sent too late (1135609486514510)
main debug: thread 2955615152 joined (udp.c:341)
access_output_udp debug: udp access output closed
main debug: unlocking module "access_output_udp"
main debug: unlocking module "stream_out_standard"
main debug: destroying chain done
main debug: thread 2964007856 joined (src/input/input.c:386)
main debug: stopping (play and stop)

Hors ligne

#11 Le 26/12/2005, à 16:33

manatlan

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

wouaren a écrit :

http://waren.free.fr/vlc-0.8.4-fpmp1_fpmp1-1_i386.deb

A TESTER ! si il ne fonctionne pas, utilisez la technique normale...
J'essaierais de le tester.

impecc, chez moi ça fonctionne ... nickel
un grand merci à toi !!
(j'ai pas essayé la méthode compil, car de ma vie, je n'ai jamais réussi à compiler vlc, donc c pas aujourd'hui que ça va commencer, c'est ce que je me suis dit ;-)


"Oui, oui."
                -- Shakespeare (Richard III, Acte I, Scène IV)

Hors ligne

#12 Le 26/12/2005, à 16:45

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

schmirrwurst a écrit :

Excellent !! Bravo et merci  pour ton deb, il s'est bien installé, fonctionne bien aussi...
Par contre ca coince encore quelque part !  Je n'ai plus de module manquant, mais ca s'arrete là pour moi :

livedotcom debug: RTP subsession 'video/MP2T'
main debug: thread 2947140528 (stream out) created at priority 0 (src/input/demux.c:335)
main debug: using access_demux module "livedotcom"
main debug: starting in synch mode
main debug: `rtsp://mafreebox.freebox.fr/freeboxtv/203' successfully opened
main debug: creating demux: access='' demux='ts' path=''

Tu as une ligne transport dans la console, quand tu lances vlc depuis là, qui indique sur quel port la freebox essaye de t'envoyer des paquets udp. C'est vlc qui choisit ce port, et c'est pas vraiment pratique dans pas mal de configurations...

Hors ligne

#13 Le 26/12/2005, à 19:07

schmirrwurst

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

OK merci gaby, tu m'as mis sur la piste,
En effet ca marche, c'était un simple problème de firewall, mon shorewall n'était pas au gout du jour :-p

Hors ligne

#14 Le 26/12/2005, à 19:57

Tangui

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Ca fonctionne (presque) parfaitement smile

Merci pour le .deb et a+

Hors ligne

#15 Le 26/12/2005, à 19:58

Tangui

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Bug sry

Dernière modification par Tangui (Le 26/12/2005, à 19:58)

Hors ligne

#16 Le 26/12/2005, à 20:04

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

oui c'est presque parfait et heureux que ca marche pour vous, distribuez le .deb ! wink
LA j'ai plus le temps, ce matin levé tot alors vu que je voulais que ca fonctionne pour moi j'ai fait tout ca, ravi d'aider les autres.


love ubuntu

Hors ligne

#17 Le 26/12/2005, à 20:10

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

J'ai ouvert le .diff pour ajouter la gestion des ports et j'ai aussi ouvert le livedotcom.cpp mais je ne sais pas comment me servir du .diff, il y'a surement une commande bien précise qui permet de rajouter les bonnes lignes uax bons endroits...


love ubuntu

Hors ligne

#18 Le 26/12/2005, à 20:13

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

avec patch ca marchait pas alors je l'ai fait à la roots. Je suis en train d'essayer avec la 0.8.4a, c'est la lutte smile Je te fais pas concurrence hein, c'est juste que je veux cette version chez moi wink

Hors ligne

#19 Le 26/12/2005, à 20:43

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

j'ai fait le mien, avec l'option du port : http://dl-3.free.fr/52616e646f6d4956ee1b878096befbb4bbbeba99224d3f8243b0b74bd10a85e1/vlc-0.8.4a_0.8.4a-1_i386.deb
++!

Hors ligne

#20 Le 26/12/2005, à 20:44

Isaric

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

wouaren a écrit :

Je précise que toutes ces commandes feront marcher votre vlc en freeplayer et multiposte a partir du moment ou :
  -Vous êtes connecté sur votre freebox en ce que vous voulez (wifi à partir de 22mbps, ethernet)
  -Vous n'avez pas de routeur (mais rien ne vous empêche d'avoir les freebox en mode routeur sans rien modifier !)

Je suis sur l'USB de la freebox, est-ce que cela marche
Pour ma part, je n'ai pas d'image.

isaric@acer:~$ vlc
VLC media player 0.8.4-test2 Janus

** (.:10423): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:10423): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135625808 1135625808 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Unable to determine our source address: no address
Unable to determine our source address: no address
Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: nNd4WJwMFQihPxr0il1KkzliJmb2X0iaDm4qWr3r7bzNyQDH1vhcUsktFlmscvt
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=192.168.0.1;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: nNd4WJwMFQihPxr0il1KkzliJmb2X0iaDm4qWr3r7bzNyQDH1vhcUsktFlmscvt
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: nNd4WJwMFQihPxr0il1KkzliJmb2X0iaDm4qWr3r7bzNyQDH1vhcUsktFlmscvt
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: nNd4WJwMFQihPxr0il1KkzliJmb2X0iaDm4qWr3r7bzNyQDH1vhcUsktFlmscvt
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 6
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 6
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 7
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135625823 1135625823 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Unable to determine our source address: no address
Unable to determine our source address: no address
Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 8
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 8
Session: FHnWtEPLCQaffRIMJ3ULOdV7I7k1aFkGdysx379vO9BTR9wq3g2IjNGSLQKLmUh
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=192.168.0.1;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 9
Session: FHnWtEPLCQaffRIMJ3ULOdV7I7k1aFkGdysx379vO9BTR9wq3g2IjNGSLQKLmUh
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 9
Session: FHnWtEPLCQaffRIMJ3ULOdV7I7k1aFkGdysx379vO9BTR9wq3g2IjNGSLQKLmUh
Server: fbxrtspd/1.0 Freebox minimal RTSP server

Dernière modification par Isaric (Le 26/12/2005, à 20:44)


"Être bahá'í signifie simplement aimer la terre toute entière, aimer l'humanité et essayer de la servir, travailler pour la paix universelle et la famille humaine" 'Abdul'l-Bahá
"Vouloir s'ouvrir aux autres n'est pas une preuve de faiblesse, c'est une preuve d'intelligence"  Matthieu Ricard.

En ligne

#21 Le 26/12/2005, à 20:56

wouaren

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Je ferais une version avec 0.8.4a plus tard, j'ai aussi ajouté le .diff tongue
http://waren.free.fr/vlc/vlc-0.8.4-test2-fpmpr_2-1_i386.deb


love ubuntu

Hors ligne

#22 Le 26/12/2005, à 22:00

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

wouaren a écrit :

Je ferais une version avec 0.8.4a plus tard, j'ai aussi ajouté le .diff tongue

ya des trucs sioux pour la 0.8.4a pour compiler, genre

./configure --enable-ffmpeg --with-ffmpeg-tree=/home/gabriel/videolan/ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-config-path=ffmpeg/ffmpeg --enable-theora --enable-flac --enable-esd --enable-dvbpsi --enable-dvdread --enable-wxwidgets --enable-libmpeg2 --enable-vorbis --disable-hal --enable-sout --enable-http --enable-dvdnav --enable-smb --enable-libcdio --enable-alsa --enable-visual --enable-libcddb --enable-cdda --enable-vcd --enable-screen --enable-ogg --enable-mkv --enable-mod --enable-mad --enable-png --enable-x264 --enable-cmml --enable-x11 --enable-xvideo --enable-glx --enable-sdl --enable-freetype --enable-libxml2 --enable-oss --enable-daap --enable-faad --with-faad-tree=/home/gabriel/videolan/faad2-20040923 --enable-loader --enable-v4l --enable-dvb --enable-livedotcom -enable-rtsp --with-livedotcom-tree=../live/

Hors ligne

#23 Le 26/12/2005, à 22:35

ced

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Salut,

J'ai hate de tester tout ca quand je rentrerais de vacances ... Vu que vous avez l'air de vous amusez avec les options de compile de vlc, serait il possible que vous ajoutiez les options pour avec un vlc tout beau (gtk2) ?

Merci et bravo pr les .deb
Ced

Hors ligne

#24 Le 26/12/2005, à 22:58

Ze Big Duck

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

J'ai le même problème qu'Isaric, pas d'image.
Je suis en ethernet connecté sur le PC à mon père qui est connecté sue la freebox, ça marche sur le PC à ma soeur (avec les sources de crazyfred) qui est sous windows.

Voici mon message, le même qu'Isarice il me semble :

User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 20
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633713 1135633713 IN IP4 kapoueh.proxad.net
s=Game One
i=Game One
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/220

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/220 RTSP/1.0
CSeq: 21
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 21
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770 -32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 22
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 22
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 23
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 23
Server: fbxrtspd/1.0 Freebox minimal RTSP server


[00000261] main playlist: stopping playback
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7260): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7260): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633777 1135633777 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 6
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 6
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 7
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633841 1135633841 IN IP4 kapoueh.proxad.net
s=Game One
i=Game One
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/220

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/220 RTSP/1.0
CSeq: 8
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 8
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 9
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 9
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 10
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 10
Server: fbxrtspd/1.0 Freebox minimal RTSP server


clear
signal 2 received, terminating vlc - do it again in case it gets stuck
clear
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7321): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7321): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633978 1135633978 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


signal 2 received, terminating vlc - do it again in case it gets stuck
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7341): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7341): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
signal 2 received, terminating vlc - do it again in case it gets stuck
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7352): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7352): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135634032 1135634032 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 6
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 6
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 7
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135634043 1135634043 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 8
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 461 Unsupported Transport
Cseq: 8
Server: fbxrtspd/1.0 Freebox minimal RTSP server


[00000284] livedotcom demuxer error: PLAY failed No RTSP session is currently in progress

[00000284] livedotcom demuxer error: TCP rollover failed, aborting
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 9
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 9
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 10
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 10
Content-Length: 189
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 189 extra bytes
Read 189 extra bytes: v=0
o=leCDN 1135634043 1135634043 IN IP4 kapoueh.proxad.net
s=France 3 national
i=France 3 national
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/202

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/202 RTSP/1.0
CSeq: 11
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 11
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Server: fbxrtspd/1.0 Freebox miniUser-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 20
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633713 1135633713 IN IP4 kapoueh.proxad.net
s=Game One
i=Game One
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/220

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/220 RTSP/1.0
CSeq: 21
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 21
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770 -32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 22
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 22
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 23
Session: tE1ZQCzmepp6zUWDbBL0cYyRNd8zdr4wVVlCoLOs03oqObUQDvHFk5nX8lncDhz
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 23
Server: fbxrtspd/1.0 Freebox minimal RTSP server


[00000261] main playlist: stopping playback
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7260): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7260): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633777 1135633777 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: p3LRhmwzdqOu4PeLiziOKd1yccLfGSEVLfCTsYiweXQ9CUKLkTpVXgj0jU5PDzA
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 6
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 6
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 7
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633841 1135633841 IN IP4 kapoueh.proxad.net
s=Game One
i=Game One
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/220

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/220 RTSP/1.0
CSeq: 8
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 8
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 9
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 9
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/220 RTSP/1.0
CSeq: 10
Session: eF3XYR6lWT2WmMwXXgdI3kRTtCP95fAaLtYzbVLYEDKRg7E3dHC7RkRbMwbIBCI
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 10
Server: fbxrtspd/1.0 Freebox minimal RTSP server


clear
signal 2 received, terminating vlc - do it again in case it gets stuck
clear
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7321): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7321): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135633978 1135633978 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: cVwCXhdLMGmtMjYGnw9kej2fWohuPJ2SvpkixoUaV7tygi4uE3EIdwOZLVjruc9
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


signal 2 received, terminating vlc - do it again in case it gets stuck
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7341): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7341): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
signal 2 received, terminating vlc - do it again in case it gets stuck
user insisted too much, dying badly
Abandon
root@ZeBigDuck:~# clear

root@ZeBigDuck:~# vlc
VLC media player 0.8.4-test2 Janus

** (.:7352): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed

** (.:7352): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135634032 1135634032 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 4
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: TEARDOWN rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 5
Session: PskYPyJPkG9INhC7LwBjAYYpzJzQ4BQKT1yzq8eAEd8hlBeWXG6nvUDVu2CouiY
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received TEARDOWN response: RTSP/1.0 200 OK
Cseq: 5
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 6
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 6
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/201 RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 7
Content-Length: 171
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 171 extra bytes
Read 171 extra bytes: v=0
o=leCDN 1135634043 1135634043 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/201

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/201 RTSP/1.0
CSeq: 8
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 461 Unsupported Transport
Cseq: 8
Server: fbxrtspd/1.0 Freebox minimal RTSP server


[00000284] livedotcom demuxer error: PLAY failed No RTSP session is currently in progress

[00000284] livedotcom demuxer error: TCP rollover failed, aborting
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 9
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 9
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 10
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 10
Content-Length: 189
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.0 Freebox minimal RTSP server


Need to read 189 extra bytes
Read 189 extra bytes: v=0
o=leCDN 1135634043 1135634043 IN IP4 kapoueh.proxad.net
s=France 3 national
i=France 3 national
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/202

Sending request: SETUP rtsp://212.27.38.253/freeboxtv/202 RTSP/1.0
CSeq: 11
Transport: RTP/AVP;unicast;client_port=32770-32771
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 11
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Server: fbxrtspd/1.0 Freebox minimal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 12
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 12
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Server: fbxrtspd/1.0 Freebox minimal RTSP server
mal RTSP server
Transport: RTP/AVP;unicast;mode=play;destination=212.27.38.254;client_port=32770-32771;server_port=32768-32769


Sending request: PLAY rtsp://mafreebox.freebox.fr/freeboxtv/202 RTSP/1.0
CSeq: 12
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2005.03.31)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 12
Session: eanDqlIQQLOYXf2J3zGhUrKGLC80XhP1h3vxf3dWFSKsXD2R2yYNQyks1ijPpYG
Server: fbxrtspd/1.0 Freebox minimal RTSP server

#25 Le 26/12/2005, à 23:29

Gaby

Re : [OBSOLET] COMPIL vlc utilisation FREEPLAYER & MULTIPOSTE (tv sur pc !)

Apparement la freebox arrive pas a envoyer le flux vidéo sur ton port 32770 et 32771. Quelque chose bloque, peut etre un routeur ou des regles de filtrage.

Hors ligne