On Sun, Jan 16, 2011 at 3:31 PM, Ross Finlayson wrote:
> In such cases server should just respond by OK 200 or 451
>>
>> RTSP/1.0 451 Parameter Not Understood
>>
>
> Hmmm. The RTSP 1.0 spec lists "451" as being an error code only for
> "SETUP", although the RTSP 2.0 spec lists it as being an err
We run an RTSP server based around Live555 on our embedded device
Do "we" not have our own domain name? :-)
This is something i have figured out from network packet capture:
These ping-pong (keep-alive) packets or heart beats are formatted
somewhat like this:
SET_PARAMETER * RTSP/1.0
CSe
We run an RTSP server based around Live555 on our embedded device; normally,
it's configured with two sessions: LowResolutionVideo and
HighResolutionVideo, both of which are H264/AAC. This works well for the
most part--it's broadly compatible with VLC, Quicktime and our own openRTSP
based client.