Re: [osg-users] OSG and streamed video

2010-01-11 Thread Robert Osfield
Hi Mourad, On Mon, Jan 11, 2010 at 2:37 PM, Mourad Boufarguine wrote: > If it seems ok for Robert and the others, maybe this could be applied to the > ffmpeg plugin. My plan is to add the aliases into Registry once we've tied up all the loose ends of the present ffmpeg. The main loose end now i

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Mourad Boufarguine
Hi Eduardo, ffmpeg plugin, as it is now, do not work "natively" with extensionless files/urls, check the source code of the plugin for the list of supported extensions : supportsExtension("ffmpeg", ""); supportsExtension("avi",""); supportsExtension("flv","Flash vi

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Eduardo Pinheiro
Hi, I already had tried this version before and now i remember why i've passed again to 2.8.2 . The camera its not stable. It appears then not, then appears then not... Anyway i've tested the command osgmovie -e ffmpeg simple.mpg with the 2.8.2 and it worked. But the streaming its still not w

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Eduardo Pinheiro
Hi, Many thanks. I will test and revert. ... Thank you! Cheers, Eduardo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22378#22378 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Robert Osfield
Hi Eduardo, You'll be using the xine plugin right now, this is now being deprecated by the ffmpeg plugin that you'll find in 2.9.x and svn/trunk. You'll need to install the various ffmpeg developer headers and libs and then remove OpenSceneGraph/CMakeCache.txt and then re-run cmake to pick up on

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Eduardo Pinheiro
Hi, Im trying now to export it has rtsp: #osgmovie rtsp://192.168.192.38:1234/test.dsp Warning: Could not find plugin to read objects from file "rtsp://192.168.192.38:1234/test.dsp". Unable to read file rtsp://192.168.192.38:1234/test.dsp But reading from VLC client its ok. My plugins dir ha

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Eduardo Pinheiro
Hi, Im using Linux. I dont know if it gets the xine or the ffmpeg plugin. But its one of them. ... Thank you! Cheers, Eduardo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22373#22373 ___ osg

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Robert Osfield
Hi Eduardo, Which video plugin are you attempting to use? Robert. On Mon, Jan 11, 2010 at 12:04 PM, Eduardo Pinheiro wrote: > Hi, > > Did you get this with vlc? > > Im streaming the video and im catching well with a vlc client. But osgmovie > give me: > > Error: No ReaderWriter for file http:/

Re: [osg-users] OSG and streamed video

2010-01-11 Thread Eduardo Pinheiro
Hi, Did you get this with vlc? Im streaming the video and im catching well with a vlc client. But osgmovie give me: Error: No ReaderWriter for file http://192.168.192.38:1234 Unable to read file http://192.168.192.38:1234 Any help? Thanks ... Thank you! Cheers, Eduardo

Re: [osg-users] OSG and streamed video

2009-12-21 Thread Cedric Pinson
Hi, I dont know if it can help but i did a stream in ogg format maybe it can help you for test http://stream.pok.me/stream.ogg Cheers, Cedric -- Provide OpenGL services around OpenSceneGraph and more +33 659 598 614 Cedric Pinson mailto:cedric.pin...@plopbyte.net http://www.plopbyte.net On Mo

Re: [osg-users] OSG and streamed video

2009-12-21 Thread Akhtar Shamim
Hi Stephen, I am using Darwin Video Streamer instead of QuickTime. I think both should work fine. I created a playlist and started streaming. Using QuickTime i can view the stream by accessing the URL (rtsp://127.0.0.1/sample.sdp ). However, i am not able to use osg

Re: [osg-users] OSG and streamed video

2009-12-17 Thread Akhtar Shamim
Hi Stephen, Thanks for your reply.I will try the broadcaster. By the way VLC should work just fine. Isnt it? Regards, On Thu, Dec 17, 2009 at 7:48 PM, Stephan Maximilian Huber < ratzf...@digitalmind.de> wrote: > Hi, > > I haven't tried streaming from VLC, I tried only the QT-Broadcaster > (avai

Re: [osg-users] OSG and streamed video

2009-12-17 Thread Stephan Maximilian Huber
Hi, I haven't tried streaming from VLC, I tried only the QT-Broadcaster (available here: http://www.apple.com/quicktime/broadcaster/ ) which worked fine. osgmovie rtsp://127.0.0.1/mystream.sdp cheers, Stephan Akhtar Shamim schrieb: > I am using QuickTime plugin with OpenSceneGraph. Compiled

[osg-users] OSG and streamed video

2009-12-17 Thread Akhtar Shamim
Hi, I am using QuickTime plugin with OpenSceneGraph. Compiled and tested. Works fine with standard mov files. However, I am not able to make the live streamed video to work out. I have problems in the following two areas: 1. Streaming the video: For testing, I am using VLC to stream out the video.