|
|
| Author | Message |
|---|
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sat 29 Dec - 21:01 | |
| Oui j'ai deux ecrans, c'est mieux pour bossé ... nikelle ton scripte alain !!! |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | |
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Sat 29 Dec - 21:42 | |
| excellent bravo ....... bon , au passage je te dis un truc humm DirectionnalLight { direction 0 -1 0 } ça éclaire tous les sols , mon Peugeot  et toc LOL  )) bah on a bien bossé ... faut bosser sur le son now ... reste connecté hein , je vais dodo now , mais quand je reviens au matin je veux un cam qui marche , hein , pour mes tests , ahahahhaa  ))) |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 3:13 | |
|  Mais c'est que c'est une arnaque ce système .. LOL j'ai regarder a 2H du matin le fichier portablevideo , c'est bien comme tu a dit Alain , le serveur envois toute la diffusion de la webcam dans le dossier cache de Bitmanagement Software sous dossier IP du server .. LOL j'avais plus de 6000 Images qui me r'envoyais même une fois la diffusion arreter c'est fon ca.!! plus de 60Mo .!! arfff sur 2 heures de temps en diffusions , imagine avec plus de paquets .. Donc on donne et on resois aussi c'est deux fois payer pour la même chose!! .! |
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 11:20 | |
| LOOLL !!! j'ai trouvé par hazard ce matin sur mon ordi des images qui trainaient dans un repertoire ! c'est de easywebcam , un truc que j'avais essayé ya un an apparement j'en ai fait ce magnifique film ... à la gloire de la bonne santé LOOOL tabac + ricard LOOOLL pffffff  ((( http://dumenieu.free.fr/louizeforum/easycam.html<EMBED src="http://dumenieu.free.fr/louizeforum/easycam.swf" quality=high bgcolor=#FFFFFF WIDTH=265 HEIGHT=215 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> menfin comme quoi ça en fout partout des images , ces webcams , LOL |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 13:49 | |
| J'ai le fichier Flash de BlogvideoTV , enfait le Tchat fait partie du flash et associer au connection du site et de la video ,... <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="520" height="190" id="mycam_player" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://lostworld3d.jexiste.fr/teles.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed src="http://lostworld3d.jexiste.fr/teles.swf" quality="high" bgcolor="#000000" width="520" height="465" name="mycam_player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 15:31 | |
|  J'ai regarder un peut le flash de BV , Le code (Action )MainMovie | Code: | // Action script...
// [Action in Frame 1] function subscribeClick() { _root.ns.play(_root.nomroom); _root.createEmptyMovieClip("mc", _root.getNextHighestDepth()); _root.videoContainer.attachVideo(ns); _root.mc.attachAudio(ns); _root.monSon = new Sound(_root.mc); _root.initSon(); playButton.enabled = false; stopButton.enabled = true; } // End of the function function initSo2() { _root.so2 = SharedObject.getRemote("viewers" + _root.nomroom, nc.uri, false); so2.onSync = function (evtObj) { var _loc2; if (evtObj[0].code == "clear") { if (so2.data.id_viewer == undefined) { _loc2 = 1; } else { _loc2 = so2.data.id_viewer + 1; } // end else if iviewerEnCours = _loc2; so2.data.id_viewer = _loc2; _root.viewer = "invité " + _loc2; _root.connectSocket(); } else if (evtObj[0].code == "change") { _loc2 = so2.data.id_viewer; so2.data.id_viewer = _loc2; } // end else if }; so2.onStatus = function () { }; var _loc3 = so2.connect(nc); } // End of the function function connexion(isOk) { if (isOk) { _root.pseudo = _root.viewer; texteSend = "<message room=\"" + _root.nomroom + "\" id=\"" + _root.iviewerEnCours + "\" pseudo=\"" + _root.pseudo + "\" value=\"connexion\" />"; socket.send(texteSend); } // end if } // End of the function function reception(chaine) { _root.nombreConnectes = 0; for (var _loc2 = chaine.firstChild; _loc2 != null; _loc2 = _loc2.nextSibling) { if (_loc2.attributes.value == "connexion") { if (_loc2.attributes.room == _root.nomroom) { ++_root.nombreConnectes; } // end if } // end if } // end of for _root.nb_connectes.text = _root.nombreConnectes + " téléspectateurs"; } // End of the function function connectSocket() { } // End of the function function initSon() { _root.vol = _root.monSon.getVolume(); _root.vol_bar.mask_vol_bar._width = _root.vol; } // End of the function System.security.allowDomain("*"); lien.onPress = function () { getURL("http://www.blog-video.tv"); }; nb_connectes.selectable = false; _root.nomroom = ""; _root.ipserveur = "localhost"; var lv = new LoadVars(); lv.onLoad = function (success) { if (success) { _root.nomroom = this.code2; _root.subscribeClick(); initSo2(); } else { sortie.text = "Error connecting to server."; } // end else if }; var sendlv = new LoadVars(); sendlv.id = _root.id; sendlv.sendAndLoad("http://www.blog-video.tv/paramRoomSuscribe.php", lv, "POST"); var nc = new NetConnection(); nc.connect("rtmp://91.121.103.11/oflaDemo"); var ns = new NetStream(nc); var viewer = ""; var iviewerEnCours; _root.nb_connectes.text = ""; _root.socket = new XMLSocket(); _root.socket.onXML = reception; _root.socket.onConnect = connexion; vol_pict.toggle = true; var flagvol = false; vol_pict.onPress = function () { if (flagvol) { flagvol = false; _root.monSon.setVolume(_root.vol); this.vol_pict_in._visible = true; } else { flagvol = true; _root.monSon.setVolume(0); this.vol_pict_in._visible = false; } // end else if }; vol_pict.vol_pict_in._visible = true; vol_bar.onPress = function () { this.createEmptyMovieClip("knob_mc", vol_bar.getNextHighestDepth()); this.knob_mc._x = _xmouse - this._x; this.knob_mc.left = this.knob_mc._x; this.knob_mc.right = this.knob_mc.left + this._width; this.knob_mc.right = this.knob_mc.left; this.knob_mc.bottom = this.knob_mc._y; this.knob_mc.top = this.knob_mc._y; this.knob_mc._x = vol * largeur / 100; this.knob_mc._alpha = 0; with (vol_bar.knob_mc) { lineStyle(0, 10066329); beginFill(10066329); moveTo(1, 2); lineTo(4, 0); lineTo(4, 5); lineTo(0, 5); lineTo(1, 2); endFill(); } // End of with this.knob_mc.startDrag(false, this.knob_mc.left, this.knob_mc.top, this.knob_mc.right, this.knob_mc.bottom); this.knob_mc.isDragging = true; this.mask_vol_bar._width = Math.round(_xmouse - this._x); this.onMouseMove = function () { if (this.knob_mc.isDragging) { this.mask_vol_bar._width = Math.round(_xmouse - this._x); _root.vol = this.mask_vol_bar._width; _root.monSon.setVolume(_root.vol); } // end if }; this.onRelease = this.onReleaseOutside = function () { this.knob_mc.stopDrag(); this.knob_mc.isDragging = false; this.mask_vol_bar._width = Math.round(_xmouse - this._x); _root.vol = this.mask_vol_bar._width; _root.monSon.setVolume(_root.vol); }; };
|
|
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 15:42 | |
| ahah !! trop fort !! c'est bien ça que je voulais aller voir ! il y a des années j'avais SFWscanner qui me servait de couteau à huïtres , mais il marche pas souvent now , many protections  tu fais comment , Peugeot ? si c'est secret , LOL , fais moi mp  ceci dit je comprends rien à leur code pour l'instant  ( |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 16:02 | |
| Attention le scripts c'est delui du flash export et non celui du site même , en faite il on plusieurs flash ..! , j'ai essayer url ( rtmp://91.121.103.11/oflaDemo ) marche pot.!! snifff le truc est ou dans tout ca !! héhé sur les connection?? les ID membres ?? Il y a un ta de questions ... Edit Arff oublier de dire l'images , elle est présente dans le shader et sprite re Edit la frame ( 9, streamvideo25, videoContainer, 1.0, 1.0, Scale[2.000, 1.999] Rotate[0.0, 0.0] ) |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 19:38 | |
|  Ta trouvé quelques chose de concluent alain ??? |
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 19:43 | |
| ahahahahaaha lOOOOOOOlll !!!!! j'allais te poser la même question !! ahah nono moi j'ai décroché , ça me prend la tête LOL , ça dépasse mes faibles capacités  on va continuer à embeder blog TV , je crois  c'est fluide et ya le son , et c'est des pots à Jack  ) avant mon décrochage , LOL je me suis dit , et si tu arrangeais le Proto de Wildpeaks ?? j'ai jeté un coup d' oeil , mais ça m'a pris la tête aussi LOL vivement 2008  ))) remarque ya au moins un truc marrant , dans tout ça , c'est que korben , qui a écrit ici au moins 2 - 3 fois , il doit recevoir, le pauvre , un mail d'avertissement chaque fois qu'on écrit un post inutlie LOOOOOOOOOL comme celui_ci  )) |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Sun 30 Dec - 19:58 | |
| Maintenant , je me demande si , au lieu de passé directement avec le lien de blocvideo sur ton scripte , c'est de créé un fichier .m3u ou l'on place le lien de blogvideo , et héberger le fichier chez nous le fichier .m3u et de marquer l'url de notre hébergement si cela serait pas mieux , je verais ca demain ... Ce soir je suis un peus  en dormi , pas beaucoup dormi cette semaine ,, |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Mon 31 Dec - 2:06 | |
| TCHAT<a href="http://lostworl3d.jexiste.fr" target="_blank"><img src="http://lostworld3d.jexiste.fr/Logotchat.jpg"></a> <APPLET code="com.daifukuya.chat.ChatApplet" codebase="http://chat.daifukuya.com/" width=600 height=300> <PARAM name="channel" value="lostworld3d"> <PARAM name="fgcolor" value="000000"> <PARAM name="bgcolor" value="FFFFFF"> <PARAM name="sound" value="on"> <PARAM name="locale" value="en"> <PARAM name="size" value="14"> <PARAM name="style" value="PLAIN"> <PARAM name="font" value="Helvetica"> </APPLET> |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Mon 31 Dec - 13:53 | |
|  Salut les loustiques .. ! Alain hiers j'ai tout de même encore fait un teste video mais en passant via un flux video sur une texturemovie , sur le scripts cela ne fonctionne pas , obliger de metre le lien en directe sur la textures en ( texturemovie) mais c'est pas un problème. Le flux video est celui en stream en mms:// ca passe mais pas bien , j'ai le son ! j'ai l'image mais achurrée tu sais comme une télé qui n'a pas d'entène .! Le problémé aussi est que c'est ca vient ( exemple ) tu fait une playlist video en stream et bien après le premier morceau , ca ne fonctionne plus , il faut faire un refresh du fichier pour recharger la video suivante .. Mais bon je ne laisse pas tombé on finira par trouvé chaussure a nos pieds..!! |
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Mon 31 Dec - 14:19 | |
| aaaaaaaaaaaaaaaaaa !!!!!!!! montre nous le truc je veux essayer  )) bah t'es le boss tu vas y arriver  hey Peugeot , c'est quoi ce chat à la con ? loll  )))) |
|
 | |
|