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?



_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to