[Live-devel] How to get timestamp difference between frames in milliseconds or microseconds?

2014-09-01 Thread minus
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

Re: [Live-devel] Shared Library Support

2014-09-01 Thread Ross Finlayson
> 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

[Live-devel] Shared Library Support

2014-09-01 Thread Ogden, Nick
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