ngraziano / SharpRTSP

A RTSP handling library
Other
519 stars 181 forks source link

Added extension for playback message #107

Closed Revan1985 closed 4 months ago

Revan1985 commented 4 months ago

I have added as required an extension message for the playback request. I have also changed the Client demo for the test (using onvif ProfileG service, since I don't know how to find the playback stream).

To allow the right use for playback request, I have exported a SetupMessageCompleted event, so client can send the right play request. otherwise I needed to add other redundant properties, in this way is a little more elegant then previous pull request... I have tested in a camera we have at work, and seems to work, but I am not sure if playback just send always back the jpeg format, or can be changed, need for later investigations...

ngraziano commented 4 months ago

I move the extension in main library and add flag in example