Are there some way for implement a video player in ?
Thanks,
Regards
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
On Jan 28, 7:51 pm, "Walter Tak" <wal...@waltertak.com> wrote:
> Ah I was assuming that you wanted to stream the video instead of a progressive download.
>
> Wouldn't the download interfere with the incoming video and audiopackets and eventually disconnect the user ?
>
> Unless you'd be able to limit the rate of download per client.
>
> I actually wrote a downloader POC via RTMP (Red5) for AS3 once. That piece of code
> would read in a file to transmit to users from disk, cut it into blocks of say 32 Kbytes and send them over RTMP to the client. When all packets
> were received well at the client AS3 would transform the bytearray into an object (video in this case) and the video could be played.
>
> The interesting thing is that you can throttle the speed at which blocks are being send to the client. E.g. max 1 block of 32 Kbytes per 0.1 second (e.g. max 320 Kbytes effectively). It's quite challenging for the server though. Alternatives are mods for Apache which limit the download-speed per connection/IP or a traffic-shaper (token-bucket) on OS-level (with iptables etc).
>
> Regards,
> Walter
>
> ----- Original Message -----
> From: Jeremy Thomerson
> To: bigblueb...@googlegroups.com
> Sent: Thursday, 28 January 2010 03:16
> Subject: Re: [bigbluebutton-dev] video player inside
>
> I agree with this approach. The presenter could even join early and upload videos before everyone joins so that as soon as they join, they start downloading.
>
> JT
>
> On Wed, Jan 27, 2010 at 8:00 PM, Chesco Porcel <cesco...@gmail.com> wrote:
>
> Hi folks,
>
> Are there some way for implement a video player in ?
> Thanks,
>
> Regards
>
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/bigbluebutton-dev?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/bigbluebutton-dev?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/bigbluebutton-dev?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/bigbluebutton-dev?hl=en.