Re: [Live-devel] ONVIF RTSP extension : Audio Backchannel Handling

2012-04-18 Thread Ross Finlayson
> Actually the "extension" is implemented in terms of RFC 2326 by using > "Require" header (12.32 Require). > So the question is how to get these "Require" headers from OPTIONS request > and respond with 200 OK or 551 Option not supported. Yes, you're correct - the server needs to be fixed so th

Re: [Live-devel] ONVIF RTSP extension : Audio Backchannel Handling

2012-04-17 Thread Yuri Timenkov
Hi Ross, Actually the "extension" is implemented in terms of RFC 2326 by using "Require" header (12.32 Require). So the question is how to get these "Require" headers from OPTIONS request and respond with 200 OK or 551 Option not supported. The second part of question is how to make a track w

Re: [Live-devel] ONVIF RTSP extension : Audio Backchannel Handling

2012-04-14 Thread Ross Finlayson
Because - as you noted - these extensions are not part of the RTSP standard, we don't support them. Also, unfortunately, it would not be possible to support them without modifying (not just subclassing) the existing LIVE555 library code. In particular, you would need to reimplement the "Media

[Live-devel] ONVIF RTSP extension : Audio Backchannel Handling

2012-04-13 Thread 김현호
Title: Samsung Enterprise Portal mySingle Dear sir, I am implementing bidirectiotnal audio connection based on the ONVIF specification. But ONVIF spec use a extension of RTSP. I couldn't implement it with live555.   The procedure is simple as below. == Server with onvif backchannel