Re: [Live-devel] Some question with openRTSP!

2011-11-07 Thread Ross Finlayson
> I have some question with openRTSP. > I want to play rtsp url, and use the openRTSP , then which vedio stream can i > choose?( Need use VLC ? or Live555 have the vedio stream to play RTSP?) > And how to use the openRTSP? The "openRTSP" application merely records incoming audio/video data (from

Re: [Live-devel] Inhibit UDP/RTP streaming

2011-11-07 Thread Ross Finlayson
> I got an RTSP server based on liveMedia, and a problem with some (third > party, black-box) buggy clients that have problems with RTP on UDP streaming, > while they work fine in RTP/TCP. > > The problem is that they first request UDP streams to the server, then, if > UDP is not available, the

Re: [Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Marlon Reid
Hi, The problem was that several functions like delete and new where defined in msvcrtd.lib instead of libcmtd. Ignoring msvcrt.lib in my project solved the issue. Regards. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.co

[Live-devel] RTSPClient, raw udp streaming

2011-11-07 Thread homepuh
Hi there. RTSPServer now support raw udp streaming only if client sent SETUP command contains one client port, but RTSPClient always add second port number, even if it works with raw udp subsession. Could you fix that, please? Regards, Ivan. ___ live-d

Re: [Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Ross Finlayson
On Nov 7, 2011, at 2:15 AM, Marlon Reid wrote: > The call that trashes my heap is: > > FramedSource *micInput = > (WindowsAudioInputDevice*)AudioInputDevice::createNew( envir(), 0, 16 > /*BIT_RATE*/, 2 /*NUM_CHANNELS*/, 22050/*SAMPLE_RATE*/, 2/*GRANULARITY*/); > Please note: > > My applicati

Re: [Live-devel] about multiplexing audio and h264 video into ts file

2011-11-07 Thread Ross Finlayson
> i want to revise live/testprogs/testH264VideoToTransportStream.cpp to add the > function of multiplexing audio and h264 video into ts file.i add some code > here like red code below.Am i right to complete my goal?any light would be > appreciated.thanks a lot. [...] > MPEG2TransportStreamF

[Live-devel] Some question with openRTSP!

2011-11-07 Thread ☆小魚兒☆
Hello, I have some question with openRTSP. I want to play rtsp url, and use the openRTSP , then which vedio stream can i choose?( Need use VLC ? or Live555 have the vedio stream to play RTSP?) And how to use the openRTSP? Thanks for you to see my question. -- _

[Live-devel] Inhibit UDP/RTP streaming

2011-11-07 Thread Cristiano Belloni
Hi Ross, I got an RTSP server based on liveMedia, and a problem with some (third party, black-box) buggy clients that have problems with RTP on UDP streaming, while they work fine in RTP/TCP. The problem is that they first request UDP streams to the server, then, if UDP is not available, they

[Live-devel] Build openRTSP

2011-11-07 Thread Boris Saint-Martin
Hello, I would like to record IP camera streams by using openRTSP. My problem is to compile the source with Visual Studio 2008. I have built the makefile but I can't load it in VS. It trying to convert the project but it failed... Is someone can help me to build it or simply give me the windows

[Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Marlon Reid
Hi everyone, I have successfully used live555 in the past for various test programs. I am now trying to incorporate live555 into another application. Live555 forms part of a plugin, which is loaded by our client application. The problem is that when loading this plugin that uses live555, I get