[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 control monitoring can be done by a proxy there by giving us a
leverage to monitor the data flow.

 

Thanks and regards,

M. Nambirajan

 

 

 

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


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] Clarification

 

See http://lists.live555.com/pipermail/live-devel/2012-September/015884.html

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

 

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


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 Behalf Of Ross Finlayson
Sent: Thursday, October 03, 2013 2:42 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Clarification

 

See http://lists.live555.com/pipermail/live-devel/2012-September/015884.html

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

 

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


[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 Live555MediaServer

Sends the response as Range: npt = 0.000. But when the PLAY request is sent
from the client after the PAUSE request, the Server sends the normal play
time 

Correctly.

 

We want to implement the response from the Live555Server to include the
normal play time from the Server to PLAY request from the RTSP Client even 

Without the RANGE info in the Client PLAY request.

 

Thanks and regards,

M. Nambirajan  

 

 

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


[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 mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


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 do something to implement the same. Please let us know.

 

Thanks and regards,

M. Nambirajan

 

From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Saturday, November 09, 2013 12:14 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Current play time during FFW / REW in
Get_Parameter function

 

How to get the current play time during FFW and REW in Get_Parameter();

 

I don't know what "Get_Parameter()" is supposed to be; we don't have a
function with that name.

 

The function for RTSP clients to call to get the stream's 'normal play time'
is

MediaSubsession::getNormalPlayTime()

(see "liveMedia/include/MediaSession.hh")

 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

 

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


[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 time
during FF and REW.

 

"Is there a function that is equivalent to
MediaSubsession::getNormalPlayTime() on the server side? To determine the
normal play time - at the server side."

 

Thanks and regards,

M. Nambirajan

___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel