Hi,
I'd like to auto seek to the current position when I switch to HD mode instead of restart from the begining.
I'm using pseudo streaming with the apache module h264.
I can get the current position with a time listener.
I can detect the switch with the item controller event and the plugin state. But I can't seek to current position 'cause it has already changed when I switch.
I got it !
I just store the previous time position too and seek :D
Last thing : when I switch to HD, the player load the HD file, play from the beginning and then seek to my current position. What a waste of bandwidth !
How can I start to play directly from my current position ?