mnkdon / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Property needed: Multicast Window duration #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have as a VideoIO property, the Multicast window duration. 
Setting this property to a high value (ie. one minute) would allow, in 
conjunction with buffer time, to stream video of high quality using low 
bandwidth connection (although with a big buffer, like a minute or more). 
Setting it to a very small value (ie. 1 second or less) would allow less 
latency for videoconference or other applications.

The Flash player default value for this is 8 seconds.

Original issue reported on code.google.com by f.parra....@gmail.com on 15 Feb 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Added new properties "bufferTimeMax" (number), "multicastWindowDuration" 
(number) and "liveDelay" (number) in 3.2 available at 
http://myprojectguide.org/p/flash-videoio/VideoIO-3.2.zip

Original comment by kundan10 on 24 Feb 2012 at 5:12