stp_productions
Active member
When using the replay feature of a Tricaster you may have several ISO recordings that present as an Angle for a given clip in one of your DDRs. I would like to be able to programmatically find out which angle is currently set for a given clip. For example I can make a request to ddr_playlist and get values like this:
<clip alias="Mix 1" frame_rate="59.94006" file_length="10122.8127" filename="D:\Sessions\Rollins Sports\Clips\Capture\1 - ERIC (3).mov" audio_level="0" in_point="9745.085350300003" out_point="9954.461183700005" clip_length="209.37583340000128" should_transcode="false" is_transcoding="false"/>
This tells me the actual clip or angle in use but without reference to the others. Angle 1 - Eric is in use. Which may be angle index 1.
What i would expect on the ddr_timecode endpoint is the angle index as a value to go along with the other provided values, here is an example:
<ddr2 clip_seconds_elapsed="-0.016684" clip_seconds_remaining="209.392517" clip_embedded_timecode="74190.5709833" clip_in="9745.08535" clip_out="9954.461184" file_duration="10122.8127" play_speed="1" clip_framerate="59.94006"playlist_seconds_elapsed="-0.016683" playlist_seconds_remaining="1256.271683" preset_index="0" clip_index="0" num_clips="6"/>
I can see which preset of the DDR that I am in, 0. There is then a clip_index so I can tell which clip is selected in the playlist, i think there should be an angle_index as well. So I know that I am using a given angle. This is so I can display correctly the angle selected and its name on my Skaarhoj device or any 3rd party system or web page.
Thanks
<clip alias="Mix 1" frame_rate="59.94006" file_length="10122.8127" filename="D:\Sessions\Rollins Sports\Clips\Capture\1 - ERIC (3).mov" audio_level="0" in_point="9745.085350300003" out_point="9954.461183700005" clip_length="209.37583340000128" should_transcode="false" is_transcoding="false"/>
This tells me the actual clip or angle in use but without reference to the others. Angle 1 - Eric is in use. Which may be angle index 1.
What i would expect on the ddr_timecode endpoint is the angle index as a value to go along with the other provided values, here is an example:
<ddr2 clip_seconds_elapsed="-0.016684" clip_seconds_remaining="209.392517" clip_embedded_timecode="74190.5709833" clip_in="9745.08535" clip_out="9954.461184" file_duration="10122.8127" play_speed="1" clip_framerate="59.94006"playlist_seconds_elapsed="-0.016683" playlist_seconds_remaining="1256.271683" preset_index="0" clip_index="0" num_clips="6"/>
I can see which preset of the DDR that I am in, 0. There is then a clip_index so I can tell which clip is selected in the playlist, i think there should be an angle_index as well. So I know that I am using a given angle. This is so I can display correctly the angle selected and its name on my Skaarhoj device or any 3rd party system or web page.
Thanks