Re: [Live-devel] openRTSP proxy support

2008-06-03 Thread Ross Finlayson
A RTSP 'proxy' should appear - to a RTSP client - to be just like a RTSP server, in which case the client (for example, "openRTSP") need not do anything different to access it. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-dev

Re: [Live-devel] download openrtsp

2008-06-03 Thread Ross Finlayson
Bonjour Ou puis je télecharger openrtsp.exe pour windows ? "openRTSP" - like all of the demonstration applications in the "testProgs" directory - must be built from source code (along with the "LIVE555 Streaming Media" code itself). -- Ross Finlayson Live Networks, Inc. http://www.live5

[Live-devel] download openrtsp

2008-06-03 Thread Jacques EESES
Bonjour Ou puis je télecharger openrtsp.exe pour windows ? Merci Jacques___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Creating RTSP messages

2008-06-03 Thread Rakesh Sehgal
Hi Rajesh! I have established a TCP connection with darwin server, I can see it sending some RTSP request (which I tried to implement without any success, OPTIONS) in the network trace, but nothing is there. Can you now tell me how to implement RTSP protocol over this TCP connection. Thanks fo

[Live-devel] openRTSP proxy support

2008-06-03 Thread ali teke
Hello, I was using openRTSP for connecting to Helix and Darwin Streaming Servers through RTSP requests. Now I have installed proxies for those two Streaming Servers and want to send request through the proxies but I can't figure out how to do it via openRTSP... Any suggestion or direction is appre

Re: [Live-devel] Streaming video to several clients

2008-06-03 Thread Ross Finlayson
Hi, I have a problem streaming video from a network camera to several clients using live555, the first client gets the video correctly, but others clients get a wrong image until the camera sends a key frame. When creating each "ServerMediaSubsession" object, make sure that the "reuseFirstSourc

Re: [Live-devel] RTP Unicast of ADTS AAC file

2008-06-03 Thread Ross Finlayson
I have written a simple program to stream an ADTS AAC file that I extracted from an MPEG-4 file using mp4create -extract. I based my test program off of ADTSAudioFileServerMediaSubsession and ADTSAudioFileSource. When I open the stream with VLC on my remote pc, it connects but does not decode an

Re: [Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-03 Thread Lonnie Walker
Ross thanks for the prompt response. Yes, I verified that the mpegversion parameter is 4 once handleNewBuffer is called. I will dig into MPEG2TransportStreamMultiplexor.cpp more and try to diagnose the problem further. In the meantime, do you have any other suggestions? Thanks Lonnie On Tue,

[Live-devel] RTP Unicast of ADTS AAC file

2008-06-03 Thread Mike Gilorma
hi, I have written a simple program to stream an ADTS AAC file that I extracted from an MPEG-4 file using mp4create -extract. I based my test program off of ADTSAudioFileServerMediaSubsession and ADTSAudioFileSource. When I open the stream with VLC on my remote pc, it connects but does not decod

[Live-devel] Streaming video to several clients

2008-06-03 Thread Manuel Carrizo
Hi, I have a problem streaming video from a network camera to several clients using live555, the first client gets the video correctly, but others clients get a wrong image until the camera sends a key frame. Thanks in advance for your help. Manuel ___

Re: [Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-03 Thread Ross Finlayson
I'm trying to multiplex a raw MPEG-4 bytestream and AAC audio bytestream into a MPEG-2 Transport stream. I have a test program in which I take the audio and video streams and mux them together into a MPEG-2 Transport stream. My program does successfully mux the video into a MPEG-2 TS. My problem

[Live-devel] RTP streaming to VLC does not always work

2008-06-03 Thread Francesco Matassoni
Hi, i made a program with the live555 lib that receive RTP streaming coming from VLC and then retransmit it, always RTP, to another port. It work in local, i use to unicast address the local address "127.0.0.1". I need to protect the data coming from VLC and then streaming it to another por

[Live-devel] How to mux a MPEG-4 video and audio stream into a MPEG-2 TS

2008-06-03 Thread Lonnie Walker
I'm trying to multiplex a raw MPEG-4 bytestream and AAC audio bytestream into a MPEG-2 Transport stream. I have a test program in which I take the audio and video streams and mux them together into a MPEG-2 Transport stream. My program does successfully mux the video into a MPEG-2 TS. My problem

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
Hi again. I tried to use Source Specific Multicast once more and now it seems to work. I'm sorry for the inconvenience! -Original Message- From: "Marian Kogler" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 03 Jun 2008 11:25:43 +0200 Subject: Re: [Live-devel] Multicast Streaming

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
Thank you for your prompt answer! I only wonder why the vlc do not cause such a problem with two different multicast streams (different addresses .. same port number). I used the same OS (Ubuntu 7.10). No merging effect! Further more, I cannot use different port numbers because I hardly have an

Re: [Live-devel] Multicast Streaming

2008-06-03 Thread Ross Finlayson
I use the live library for my master thesis project and encountered the following problem. Everytime when I receive two different streams over multicast these two streams get merged. I have two different senders which use different multicast addresses but the same port number. That's your prob

[Live-devel] Multicast Streaming

2008-06-03 Thread Marian Kogler
Hi everybody! I use the live library for my master thesis project and encountered the following problem. Everytime when I receive two different streams over multicast these two streams get merged. I have two different senders which use different multicast addresses but the same port number.

Re: [Live-devel] H264 RTP Streaming: A Tutorial

2008-06-03 Thread Fernando Reátegui del Aguila
Thanks for the comments on this regard. The link where you can see the Tutorial is as follows: http://www.mail-archive.com/live-devel@lists.live555.com/msg00238.html. There you can download the tar.gz file containing the source code and doc file. Thanks again, Fernando. 2008/6/3 Ralf Buhlrich