marss / aiortsp

An Asyncio-based RTSP library
GNU Lesser General Public License v3.0
46 stars 9 forks source link

Add support for PLAY request with time range #8

Open RouquinBlanc opened 3 years ago

RouquinBlanc commented 3 years ago

Currently play request supports either nothing (from now), or a starting date.

It would make sense to add also a finish date. This is mostly helpful when talking to NVRs.

RouquinBlanc commented 3 years ago

Support added with 82acee330caf7b209b6313913a71c9674efcb669. Name of the seek parameter may change though. To be decided before closing this issue