I'm analyzing RTSP stream data and need to have the time difference in
milliseconds between each video frame. Stream server send timestamp values like
below:
1271120994
1271124594
1271128194
...
...
...
but it does not look like difference between frames is coming in milliseconds
or microseco
> I have found the forked Live456 project on GitHub that adds support for
> shared libraries, but which has had no changes for the last 2 years. If I
> were to port this support back to the Live555 codebase, what would the
> chances be of this work being accepted upstream and what would the acce
Greetings.
We are currently exploring the possibility of using Live555 in a product
consisting of a proprietary code base, that must run on both Windows and Linux.
In order to comply with the LGPL, but not have to release our entire codebase,
we must build Live555 as shared libraries. Currently