I have a VideoDisplay that is able to connect to a source and play. After the connection times out I want the connection to be re-established when my play button is clicked. Right now when I reset the source and play the videoDisplay, it gets stuck in the loading state.

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

need to set source to null then back to your intended source and call load() then set the playhead position

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.