server icon indicating copy to clipboard operation
server copied to clipboard

OSC time and frame messages

Open oneofsomany opened this issue 10 years ago • 1 comments

The OSC messages for file frame and time work well but they do not take into account a seek+length. The messages both seem to return the current and total frames or time for the entire file.

Either, they should be showing the total frames that should play (I.E., the SEEK+LENGTH combination)

Or, there should be messages that show frames/time total to play - for purposes of tracking file position (progress bars) and timers for triggering events at specific points in the playback.

oneofsomany avatar Mar 11 '14 13:03 oneofsomany

I do this by changing the /file/frame OSC in ffmpeg_producer.cpp to use "frame_number_" and "nb_frames()" (with #239). It also appears to run a lot smoother.

hreinnbeck avatar Mar 11 '14 13:03 hreinnbeck