Re: [Live-devel] how do we run run a live MPEG4 (aud/vid) RTP-over-http stream in VLC (live555)

2008-04-11 Thread Ross Finlayson
>Sorry for the gmail address. I only use gmail. >This is for serious work not casual dabbling. Serious professionals do not use "@gmail.com" email addresses. >The camera URL is http://66.92.219.93/ This will give you HTTP streaming, *not* RTSP. Note that this URL works (with the given username,

[Live-devel] how do we run run a live MPEG4 (aud/vid) RTP-over-http stream in VLC (live555)

2008-04-11 Thread s s
(I may not be posting this correctly. Hopefully it goes in the same thread) Sorry for the gmail address. I only use gmail. This is for serious work not casual dabbling. With the RTSP/RTP settings (as you mentioned) also, the stream plays only very briefly and then freezes. Increasing the caching

Re: [Live-devel] Remove a session...

2008-04-11 Thread Ross Finlayson
>What are the situations where DynamicRTSPServer is usefull to use? From the header file: "DynamicRTSPServer" is // A subclass of "RTSPServer" that creates "ServerMediaSession"s on demand, // based on whether or not the specified stream name exists as a file I.e., instead of creating, in advance

Re: [Live-devel] Live555 about ServerMediaSession

2008-04-11 Thread Ross Finlayson
Can you help me about the order of remove Element (Medium) and how ( because there are a lot of manner to remove a Medium...) . In general, it's safest to remove/delete objects in the reverse order to the order in which they were created. -- Ross Finlayson Live Networks, Inc. http://www.live5

Re: [Live-devel] how do we run a live MPEG4 (aud/vid) RTP-over-http stream in VLC (live555)?

2008-04-11 Thread Ross Finlayson
At 7:24 AM -0700 4/11/08, "s s" <[EMAIL PROTECTED]> wrote We are trying to run a live MPEG4 (aud/vid) stream in VLC (0.8.6) Who's "we"? GMail? I don't think so. Your use of a "@gmail.com" email address tells me that you're a casual hobbyist rather than a serious professional. That's OK, b

Re: [Live-devel] (no subject)

2008-04-11 Thread Ross Finlayson
>Is it possible to do this with a Transport File instead, and stream it >with multicast using an rtsp server (hence not implementing the trick play >features, but starting the file at a given offset) ? Sure - see . First, you wil

Re: [Live-devel] (no subject)

2008-04-11 Thread Tonje Fredrikson
Thank you for the reply! >>Is it possible for live555 to seek to an arbitrary point in an MPEG2 >>Program file, find the next GOP in the file, and stream from there? > > Yes, this is already implemented (but doesn't work particularly well, > because the resulting presentation timestamps (from the

[Live-devel] Live555 about ServerMediaSession

2008-04-11 Thread cheung bonheur
Hello Ross, I use Live555 to stream mjpeg from camera live. I wish add and remove dynamically a ServerMediaSession but usually during remove a ServerMediaSession from a rtspserver , I found some bugs exception memory. I read previous mail where you say it is possible. So i think the trouble is

Re: [Live-devel] Visual 2005

2008-04-11 Thread Andreas Färber
Am 11.04.2008 um 14:34 schrieb Ross Finlayson: >> No, only when running Windows. And he mentioned OSX recently. > > No, noone mentioned building for Windows on OS X. When I build the > code for Windows, I do so on Windows (XP), using a version of "Visual > Studio" that understands Makefiles You

[Live-devel] how do we run a live MPEG4 (aud/vid) RTP-over-http stream in VLC (live555)?

2008-04-11 Thread s s
Hi, We are trying to run a live MPEG4 (aud/vid) stream in VLC (0.8.6) but have not had success. The stream is in RTP-over-http format. I understand VLC uses the live555 library. Upon seeing a RTP stream, does live555 get invoked properly in VLC? or are there additional steps? Please advise what

[Live-devel] Remove a session...

2008-04-11 Thread Raphaël KINDT
Hello Ross, What are the situations where DynamicRTSPServer is usefull to use? How to wake upenv->taskScheduler().doEventLoop(&watch_scheduler) when no server media session is added? The loop is waiting at a 'select()' call and thus doesn't check my watch_scheduler. To do that I must be abl

Re: [Live-devel] Visual 2005

2008-04-11 Thread Ross Finlayson
>No, only when running Windows. And he mentioned OSX recently. No, noone mentioned building for Windows on OS X. When I build the code for Windows, I do so on Windows (XP), using a version of "Visual Studio" that understands Makefiles - which has been the standard mechanism for specifying soft

Re: [Live-devel] Visual 2005

2008-04-11 Thread Andreas Färber
Am 11.04.2008 um 13:40 schrieb Eric Flickner: > Ross, > > Both of these versions of Visual Studio are free are compatible with > the > "full" Visual Studio versions. Therefore you can use one of these > provided > below to maintain and test with. No, only when running Windows. And he mentio

Re: [Live-devel] Visual 2005

2008-04-11 Thread Eric Flickner
Ross, Both of these versions of Visual Studio are free are compatible with the "full" Visual Studio versions. Therefore you can use one of these provided below to maintain and test with. Visual Studio 2008 C++ Express http://www.microsoft.com/express/vc Visual Studio 2005 C++ Express http://www

Re: [Live-devel] rtsp server

2008-04-11 Thread rajesh
Re: [Live-devel] rtsp serverHi Ross, Can U suggest me any encoder for H.263 + AMR , must be compatible with Live555. Thanks and Regards Rajesh Kumar Sr. Software Engineer R & D - Network Group +91 40 23555945 - 235 +91 99084 00027 www.imimobile.com - Original Message - From: Ross

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread Ross Finlayson
>I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from >LIVE555 Media Server does not open by Windows Media Player? It's because Windows Media Player is not standards-compliant. Use VLC instead. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] rtsp server

2008-04-11 Thread Ross Finlayson
Hi Ross, We are taking TV channel signal into Capture card and output of capture card is fed into Helix mobile Producer. Instead of Helix Mobile Producer can we use RTSP Server of Live555 to Process the TV channel Data. You will need an encoder to compress the software (e.g., into MPEG-4 or H.

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread fay
在 Friday 11 April 2008 14:48:11,Artem Goryunov 写道: > Hello All! > > Please help > I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from > LIVE555 Media Server does not open by Windows Media Player? > How it is possible to repair it? > > > Artem hi, try real player first _

Re: [Live-devel] LIVE555 Media Server and Windows Media Player

2008-04-11 Thread Luca Abeni
Artem Goryunov wrote: > Hello All! > > Please help > I don't understand why the stream (rtsp://xx.xx.xx.xx/test.mpg) from > LIVE555 Media Server does not open by Windows Media Player? Because Windows Media Player does not support MPEG over RTP? > How it is possible to repair it? Fix Windows Medi