I did these changes too and cam and playlist works again.
Thanks for ponting that.

Should that code (if (pendingVideos > 1 || writeDelta[0] > writeDelta[1]) {)
affect streaming when is accessed from localhost ?

Thanks again!


On 4/25/07, Joachim Bauch <[EMAIL PROTECTED]> wrote:
>
>
> Another thing you could test is changing line 1780 in
> org.red5.server.stream.PlaylistSubscriberStream from
>
> if (pendingVideos > 1 || writeDelta[0] > writeDelta[1]) {
>
> to
>
> if (pendingVideos > 1) {
>
> Recompile and restart Red5 afterwards.


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to