[Live-devel] Using Open RTSP to receive streams from VLC

2008-05-27 Thread manas lenka
Hello all, I am trying to receive live webcam feeds using openRTSP. Following is my setup. In PC I'm capturing video and audio through a webcam and mike using VLC player and am streaming the file to the network using the RTP option in VLC. In another PC I'm trying to receive the strea

Re: [Live-devel] Streaming data from DSS to some other client

2008-05-27 Thread Rakesh Sehgal
Thanks Ross. Is it possible to view the video while it is being streamed using the other application (can I use VLC for that purpose?). Also, while I was looking through the RFC for RSTP, I found that the "C-line" parameter tells the server where to stream the data, so can I change the IP info

[Live-devel] Zero-copy RTP server?

2008-05-27 Thread Chris Wein
I have not looked at the livemedia code in depth but my impression is that it is not easy to do a true zero-copy RTP server on linux. I have a zero copy stack for raw UDP using an ethernet controller with h/w checksum and scatter-gather DMA (transmit gathers the header and the payload separate

Re: [Live-devel] live555 library reading streams from WMS (Windows Media Server)

2008-05-27 Thread Ross Finlayson
Folks: Do any of you have any experience getting the live555 library to work exchanging video (especially reading from) a WMS (Windows Media Server)? I've encountered a bug with VLC, which is using the live555 library to read video for rtsp, and though it mostly works,

[Live-devel] live555 library reading streams from WMS (Windows Media Server)

2008-05-27 Thread Lewis G. Pringle, Jr.
Folks: Do any of you have any experience getting the live555 library to work exchanging video (especially reading from) a WMS (Windows Media Server)? I’ve encountered a bug with VLC, which is using the live555 library to read video for rtsp, and though it mostly works

Re: [Live-devel] DeviceSource question

2008-05-27 Thread Ishwar . Jasuja
Ross, I made changes as per your recommendation below. But I dont see any data being streamed out by MultiFramedRTPSink() class . Here is what I have done, To make things simpler, I am reading data from a file (that has few seconds of elementary video stream data stored in it) in doGetNextFra

[Live-devel] Using Live555 libraries in Visual C++ 2005

2008-05-27 Thread Fernando Reátegui del Aguila
Hello all, I have downloaded the Live555 libraries and tested some examples. I compiled and built the test programs using the instructions found in the web page. Now I wanted to use the libraries in Visual C++ 2005 and I don't find the way to do it. I followed the instructions in the same web page

[Live-devel] RE : buffer JPEG SOURCE

2008-05-27 Thread Ross Finlayson
in the ElpheJPEGDeviceSource.cpp, fFid is already a file descriptor, And what does fFid(fid) mean This is just basic C++ - it means: Initialize the member variable "fFid" with the parameter "fid" (within the constructor). -- Ross Finlayson Live Networks, Inc. http://www.live555.com/__

Re: [Live-devel] mp3 sdp question

2008-05-27 Thread Ross Finlayson
I'd like to stream mp3 with livemedia, but I have a question about the sdp string. I want to send information such as sampling frequency and channels number to the client so that the client can work correctly, but the mpeg1or2audiortpsink doesn't have parameters to pass these information, how c

[Live-devel] Using Open RTSP to receive live webcam feeds

2008-05-27 Thread manas lenka
Hello all, I am trying to receive live webcam feeds using openRTSP. Following is my setup. In PC I'm capturing video and audio through a webcam and mike using VLC player and am streaming the file to the network using the RTP option in VLC. In another PC I'm trying to receive the strea