[Live-devel] Bad file descriptor

2009-02-08 Thread venugopalpaikr
Hi , I have ported live555 on DM355 and am using only the RTSP part of live555 to establish connection with VLC. Gstreamer is used for streaming RTP data. The setup works fine for single unicast sessions and multiple unicast. But if i give a simultaneous request from VLC with RTP over

[Live-devel] not able to respond to SET_PARAMETER

2008-12-07 Thread venugopalpaikr
Hi, I am modifying Live555 to respond to Windows Media Player. While trying to establish the session WMP sends SET_PARAMETER. The actual response to SET_PARAMETER should be RTSP/1.0 200 OK Content-Type: application/x-rtsp-udp-packetpair;charset=UTF-8 Content-Length: 43 Date: Mon, 01 Dec 2008

[Live-devel] timeout after 1 min

2008-12-05 Thread venugopalpaikr
Hi everybody, We have extended the Live555 code to support HTTP tunneling and we have been able to succesfully stream data. But exactly after a minute the server terminates the connection. We have been trying to analyze the prob but in vain. -> We have set the reclamation time to 0 se

Re: [Live-devel] [streaming] RTSP Support for ASF streams

2008-11-05 Thread venugopalpaikr
Sent: Thursday, November 06, 2008 3:31 AM To: [EMAIL PROTECTED] Subject: Re: [streaming] RTSP Support for ASF streams >Le mercredi 5 novembre 2008 06:09:38 venugopalpaikr, vous avez écrit : >> 1. Does VLC receive ASF streams from an RTSP server i.e. by using the >> following com

[Live-devel] query regarding debug messages

2008-10-08 Thread venugopalpaikr
Hi, I have bulit a server using RTSPServer.cpp and am using openRTSP as the client. During DEBUG am not able to proceed after SETUP state. What i feel is the error is due to urlPresuffix and urlSuffix.] The DEBUG messages are as shown: parseRTSPRequestString() returned cmdName "DESCRIBE", urlP

Re: [Live-devel] Query regarding turnOnBackgroundReadHandling()

2008-09-28 Thread venugopalpaikr
Hi Ross, My understanding was not right and hence please ignore my previous mail. But am still not able to understand the LIVE555 code. I am having no clue as to where i should proceed after the below mentioned...I don't want to create a server media session as i am tring to establish a co

Re: [Live-devel] Query regarding turnOnBackgroundReadHandling()

2008-09-26 Thread venugopalpaikr
Thanks Ross Additionally i also wanted to know as to how the flow will go to the function void RTSPServer::incomingConnectionHandler(void* instance, int /*mask*/) from the function env.taskScheduler().turnOnBackgroundReadHandling(fServerSocket, (TaskScheduler::BackgroundHandlerP

[Live-devel] Query regarding turnOnBackgroundReadHandling()

2008-09-25 Thread venugopalpaikr
Hi everybody, My understanding about the following function is very vague. Can anybody please help with the following doubts... env.taskScheduler().turnOnBackgroundReadHandling(fServerSocket, (TaskScheduler::BackgroundHandlerProc*)&incomingConnectionHandler,

[Live-devel] Query regarding our_inet_ntoa()

2008-09-24 Thread venugopalpaikr
Hi, Am trying to develop an RTSPServer using RTSPServer.cpp. During compilation am getting the following errors: RTSPServer.cpp:157: error: âour_inet_ntoaâ cannot be used as a function inet.c:17: error: cp was not declared in this scope inet.c:18: error: expected , or ; before char inet.c:19:

Re: [Live-devel] Query about how to build an RTSP server

2008-09-24 Thread venugopalpaikr
Hi Ross, Thanks for the information. I did check out the testOnDemandRTSPServer code wherein the RTSP server is initiated and so is the streaming of stored data. I am developing an RTSP server that waits for request from a client and on receiving the request initiates streaming from a came

[Live-devel] Query about how to build an RTSP server

2008-09-24 Thread venugopalpaikr
Hi, Am trying to develop an RTSP server using RTSPServer.cpp code. Is it enough for me to make an object for the class RTSPServer? After initializing this object wil the code automatically take care of listening to requests from the client and responding to them or should any modification be d

[Live-devel] Difference between live555 and jrtplib

2008-09-15 Thread venugopalpaikr
Hi, I wanted to know if the RTP/RTCP implemented in live555 has any resemblance to the RTP/RTCP implemented in jrtplib. IF not what is the difference between the two libraries? Kindly help. Regards, Venugopal The information contained in this electronic message and any attachments to t