minus
2014-09-01 13:12:45 UTC
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 microseconds: 1271124594 - 1271120994 = 3600
How to calculate timestamp difference in milli or micro seconds?
1271120994
1271124594
1271128194
...
...
...
but it does not look like difference between frames is coming in milliseconds or microseconds: 1271124594 - 1271120994 = 3600
How to calculate timestamp difference in milli or micro seconds?