Seeking with upnpx doesn't work?

117 views
Skip to first unread message

Mr. T

unread,
Apr 5, 2013, 6:53:52 AM4/5/13
to up...@googlegroups.com

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...

sunyaw...@gmail.com

unread,
Jun 27, 2013, 4:29:03 AM6/27/13
to up...@googlegroups.com
'  [[self.renderer avTransport] SeekWithInstanceID:@"0" Unit:@"REL_TIME" Target:@"00:00:30"]; '  is right.
You may have other problems.

在 2013年4月5日星期五UTC+8下午6时53分52秒,Mr. T写道:

Mr. T

unread,
Jun 27, 2013, 4:53:58 AM6/27/13
to up...@googlegroups.com
Thanx for your post,
which lgtv series are you using? 2012 or newer?
I have a 2011 series model which might have a faulty implementation of REL_TIME... thus i have settled for this workaround

//lgtv confuses REL_TIME with ABS_TIME

[[self.renderer avTransport] SeekWithInstanceID:@"0" Unit:@"REL_TIME" Target:[self timeCodeOperation:outRelTime withSeconds:60 ]];

Reply all
Reply to author
Forward
0 new messages