|
|
| Author | Message |
|---|
isa +2000


Number of posts: 6946 Localisation: INDRE ET LOIRE Registration date: 2005-04-19
 | |
 | |
peter le cochon +200

Number of posts: 904 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: webcam in vrml Tue 11 Dec - 18:48 | |
|  Nice to see that it also works on Bitmanager's BS, Isa I will tell you how to do it. Give me some time. The most important component is the Windows Media Encoder. It is free, and it's very powerfull. In this case it is used for encoding the image of the USB Web-Cam and stream it to a "port" of your computer (that is what 2120 means in the url). It is encoding to WMV, so for viewing it, you need a player that can handle this media type (Windows Media Player). I will write a short instruction, if there is some interest. First of all I will try to make a world where it's posibilities can be better shown off. Bisous,  _________________ everybody is a stranger almost everywhere
|
|
 | |
peter le cochon +200

Number of posts: 904 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: webcam in vrml Tue 11 Dec - 19:23 | |
| Sniff .... now my cam batteries are down (got no USB web-cam). So the video-stream will be down for today... Now I am streaming my audio ... good music, btw. Desoleé,  _________________ everybody is a stranger almost everywhere
|
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Tue 11 Dec - 23:10 | |
|  héhéhé ...:.! vous savez sur quoi je m'amuse ?? , ben j'ai créé un une playlist en midi sur le vrml .!! C'est pas cool !! des heures de music et sens rien faire.!! Ca fonctionne aussi avec les mp3 , c'est pas une stream mais bien un fichier m3u ....... Comment faire cela ?? 1) la playlist , Ouvrire le bloc note , la dedant editer les music que vous voulez .. exemple | Code: | alain.mp3 # a la rasine ou bien encore http://closed.forumactif.com/ma zic/alain.mp3 #ou bien encore http://lostworld3d.jexiste.fr/Mid_Noel/wewishyou.mid ......... etc...
|
Une fois la playlist faite enregister sous ( playlist.m3u ) placer le en tout fichiers .!!
placer le fichier playlist.m3u au même endroit que celui de la premiere zic !
2 ) le code html a placer héhé dans une page html biensur !!
| Code: | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160" HEIGHT="16" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="http//http://closed.forumactif.com/playlist.m3u"> <PARAM name="AUTOPLAY" VALUE="false"> <PARAM name="LOOP" VALUE="false"> <PARAM name="CONTROLLER" VALUE="true"> <EMBED type="audio/x-mpegurl" src="http://closed.forumactif.com/playlist.m3u" autoplay="false" width="160px" height="16px" loop="false" controller="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED> </OBJECT>
|
Attention a ne pas modifier ceci !!
| Code: | type="audio/x-mpegurl" |
Enregister sous votre page web ( exemple ) Ma_playlist.htm que vous placer a la rasine du site ou bien la ou vous avez désider .!
3) Installer ( QuickTimeInstaller.exe ) qui sera votre lecteur a la playlist , pourquoi QuickTime ?? parceque le code pour media player lui ne le supporte pas tout les OS !!
4) Et la c'est la partie vrml !!! c'est la même chose que pour la web cam !!
| Code: | Transform { children [ DEF VRML_TV WebBrowser{ url "http://closed.forumactif.com/Ma_playlist.htm " title "" description "" left "28%" top "7%" width "445" height "380" autoload FALSE } DEF touch TouchSensor {} ] }
|
Bien entendu le code vrml dois être aussi travailler pour avoir une longueur et largeur correte en fonction de celle du player QuickTime ( width="160px" height="16px ) , ca donne une petite barre bien sympa et la zic tourne ...
Voila en gros comment faire , je travaille sur mon model puis je vous fait une démo ! du truc. |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | |
 | |
peter le cochon +200

Number of posts: 904 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: webcam in vrml Wed 12 Dec - 0:43 | |
|  Hey !!!! Tres bien, tres "fast", Peugeot We will get somwhere, sooner or later. Here goes my proposal for audio streams, directly into VRML : http://www.3d-check.com/workshop/MovieTexture/stream_world.wrl Huggs,  _________________ everybody is a stranger almost everywhere
|
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Wed 12 Dec - 12:50 | |
| bon , I resume : yesterday I was very very busy , today I stay at home , I tried many things but I can't get the steamming , even on XP I will try more configurations , but I am a bit lost .. for Peugeot playlist it is ok , and thanx but for Peter I have the estatuas but not the sound I re downloaded realplayer to get some swf , but I can't succeed btw I am busy because I must write a mail to explain to isa when she will have to set up the lunch for Peter and Colin , LOLL  |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | |
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Wed 12 Dec - 14:02 | |
| Ps : j'ai oublier de dire que une sélèction de midi doivent etre faite , Certains fichiers midi ne fonctionne pas sur QuickTime , donc faite une lecture de tout les fichiers pour voir si elle save allez dans la playlist. Maintenant je vais faire la même choses mais avec le code média player ! |
|
 | |
Peugeotfast +1000


Number of posts: 1106 Age: 40 Registration date: 2007-06-19
 | Subject: Re: webcam in vrml Thu 13 Dec - 15:32 | |
|  J'ai tester le code MediaPlayer avec la playlist , je dirais que ca fonctionne encore mieux que avec le player QuickTime , comme quoi faut pas toujour prendre a la lettre les on dit de internet ... Entre les deux testes , QuickTime et MediaPlayer , MediaPlayer prend en charge tout les midi et ne sacade pas comme QuickTime . La playlist fonctionne avec tout les formats ..  allez le petit code ! | Code: | <object id="MediaPlayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." height=128" width="240" align="absmiddle"> <param name="enabled" value="true" /> <param name="defaultframe" /> <param name="enablecontextmenu" value="false" /> <param name="stretchtofit" value="true" /> <param name="windowlessvideo" value="true" /> <param name="url" value="http://lostworld3d.jexiste.fr/MidStation/playlist.m3u" /> <param name="autostart" value="false" /> <param name="uimode" value="full" /> <param name="volume" value="30" /> <embed type="application/x-mplayer" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="http://lostworld3d.jexiste.fr/MidStation/playlist.m3u" name="MediaPlayer" width="240" height="128" autostart="1" showcontrols="1> </embed></object> |
Et on a même droit au animation MediaPlayer c'est un plus.! |
|
 | |
peter le cochon +200

Number of posts: 904 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: webcam in vrml Thu 13 Dec - 22:03 | |
| | alain wrote: | (...) I tried many things but I can't get the steamming , even on XP
(...) I will try more configurations , but I am a bit lost ..
(...) I have the estatuas but not the sound
(...) I re downloaded realplayer to get some swf , but I can't succeed
|
Don't blame it on your RealPlayer settings, it's just because my stream went down, so you could not see anything. Anyways, my stream uses windows media player.
The Windows Media Encoder is being an amazing (re) discovery in this context : It allows to stream not only the Web-Cam or a Screen-Capture to a MovieTexture, it also allows to render to a file your screen or desktop ... for making tutorials or similar.
I will make a tutorial movie about all that, one of these days,
| alain wrote: | (...) btw I am busy because I must write a mail to explain to isa when she will have to set up the lunch for Peter and Colin , LOLL
 |
Finally I will not meet Ol' X in Paris. I must finish some work before they give me my holidays ... I'm a slave.
Jouex Noël and Heureux Anniversaire ... ....
Whom's birthday?
 _________________ everybody is a stranger almost everywhere
|
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Thu 13 Dec - 22:15 | |
| argg about Colin  but I will mail or phone him , I got his hotel and I opened that stupid thread days ago lol http://closed.forumactif.com/souvenirs-voyages-vacances-travelling-holidays-f7/corsica-t2089.htmbut I am very busy with stupid school these days , I can't do nothong  pffffffff btw I tried your stuff at school , Peter , and that time it crashed me all the window LOOOOOl  )) so , to resume , I tried on 3 puters and I am very jealous about isa who had been able to see your cam , LOL but we will continue on that matter , because if we are able to have cams or swf on Movietexture , we will be the kings of the world , no ? LOL be well Peter , i love you too  )))) |
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Thu 13 Dec - 23:05 | |
| ps I forgot that : birthday for my dear young friend Sergey / milano 's mom , the guy from Kiev I am so busy that I wrote 5 days later LOL and the photo is from another friend , about Lyon illuminated , arg no time to go there too , happy that she sent me the pics LOL |
|
 | |
peter le cochon +200

Number of posts: 904 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: webcam in vrml Mon 17 Dec - 8:54 | |
| http://www.3d-check.com/workshop/MovieTexture/screen.wrlThis "media player" is split into two protos : One is the "player" itself, and the other is a "playlist" which feeds the player with two (in this case) different sources. If one source is not available, you get a default screen telling "No Signal". Anyway, Blaxxun freezes for a while, while trying to connect to the media stream. Be patient. Crashes may occur, if the stream stops broadcasting during playback. Clicking at the player starts the stream, clicking again stops it. Click at the arrows left and right of the title for changing the source. While playing, the media player get's semi-transparent. That's just for showing another possibility of media streamed to a movie texture. Bisous and Huggs  _________________ everybody is a stranger almost everywhere
|
|
 | |
alain fondateur


Number of posts: 19487 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: webcam in vrml Mon 17 Dec - 11:17 | |
| for me it is very Ok , even on a seamless - like LOL http://dumenieu.free.fr/louizeforum/seamless/houx2aetbpeter.wrland except that I can't get your mms://n3dme.dyndns.org:2120, Peter .. ps ..pity that I spent my week end sleeping  I just phoned Colin's hotel *** , but he was walking around , so I mailed the hotel .. *** they told me that he is still alive , that is a good point  and departure tomorrow .... |
|
 | |
|