The LG TV i am trying this on does support relative time and the time format is the same as the tv gives back when queried...
Does anyone know what is wrong with this call?
[[self.renderer avTransport] SeekWithInstanceID:@"0" Unit:@"REL_TIME" Target:@"00:00:30"];
Any help is appreciated...
//lgtv confuses REL_TIME with ABS_TIME
[[self.renderer avTransport] SeekWithInstanceID:@"0" Unit:@"REL_TIME" Target:[self timeCodeOperation:outRelTime withSeconds:60 ]];