Forum Discussion
TheEndless
14 years agoChannel Surfer
"dbulli" wrote:
Thanks Endless. I will try again but in between the stream started and the start play, nothing was displayed on the screen.
The output you're seeing in the debug console is the buffer progress (0 to 1000, so divide by 10 for the percentage). That is being written in the IsStatusMessage event in the event loop. You'd need to insert code in there to draw a buffer bar to an image canvas on top of your video screen.