arielmol / dviz

Automatically exported from code.google.com/p/dviz
0 stars 0 forks source link

Change VideoProvider Architecture to Poll Clients when Pause Requested #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Change VideoProvider Architecture to Poll Clients when Pause Requested
inorder to prevent video threads from continuing to play if no clients
actively viewing the thread. Current method of "ref counting" play/pause
seems to be inacurate - have a difficult time getting the counts to match
up correctly. I'm thinking that changing it so that QVideoProvider polls
the connected clients to the stream when a pause is requested will make it
more accurately know when to pause/stop the thread.

Original issue reported on code.google.com by josiahbryan@gmail.com on 24 Jan 2010 at 9:41

GoogleCodeExporter commented 8 years ago
I forgot this issue was in here. :-) This issue seems to have been addressed in 
the
latest builds. I know I spent a significant number of hours working on this two 
weeks
ago, and I havn't seen any issues with the new code yet, so I'm going to close 
this
issue. May be reopened if I (or someone else tells me) that this isn't working 
right
yet. 

Original comment by josiahbryan@gmail.com on 11 Feb 2010 at 4:26