[Live-devel] Clarification

2013-10-03 Thread Nambirajan M
Hi Ross, Do you have a provision for " Destination address parameter " setting in Transport Header Field in Setup command. Please let us know. We want to stream the data to the destination address specified there. This will allow us to decrease the load on the RTSP Server and the contro

Re: [Live-devel] Clarification

2013-10-03 Thread Nambirajan M
Hi Ross, Thanks for your input. Regards, M. Nambirajan From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, October 03, 2013 2:42 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Clari

Re: [Live-devel] Clarification

2013-10-07 Thread Nambirajan M
Hi Ross, Thanks for your valuable input. But can you please throw some light on the Denial of Service attack. How this will be security risk at the Server side. Thanks and regards, M. Nambirajan From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Beha

[Live-devel] Reagarding normal play time (NPT ) in Live555Media Sever

2013-10-30 Thread Nambirajan M
Hi Ross, Is it possible to get the normal play time for each PLAY request from the RTSP Client without RANGE HEADER information included in the client request. We checked the code in handleCmd_PLAY in RTSPServer.cpp. In this function, if the Range Header is not in the client request, the Live5

[Live-devel] Current play time during FFW / REW in Get_Parameter function

2013-11-08 Thread Nambirajan M
Hi Ross, How to get the current play time during FFW and REW in Get_Parameter(); We were able to get the current play time during normal playback in Get_Parameter() by implementation; Thanks and regards, M. Nambirajan ___ live-devel mailin

Re: [Live-devel] Current play time during FFW / REW in Get_Parameter function

2013-11-10 Thread Nambirajan M
Hi Ross, Sorry for the type error, we used MediaSubsession::getNormalPlayTime() in the handleCmd_GET_PARAMETER() and got the current play time. But when we do the FFW and REW we are getting the same time ( that is X1), not the play time at different speed like X2, X4 etc. Do we need to d

[Live-devel] Current play time in FF and REW

2013-11-28 Thread Nambirajan M
Hi Ross, We need to get the current video play time (getNormalPlayTime) from the RTSPServer side and send to the client side in the response to a GET_PARAMETER call (handleCmd_GET_PARAMETER() )during trick play. The client may be a 3rd party client which is trying to display the current video t