Re: streaming rtp packets to http chuncks?

2015-03-30 Thread vypruz
On Sunday, March 29, 2015 at 7:12:14 AM UTC+1, Randell Jesup wrote: On 3/28/2015 9:09 PM, vyp...@gmail.com wrote: Are you talking about this API? https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder_API#Browser_compatibility It seems this API only works in Firefox and only

Re: streaming rtp packets to http chuncks?

2015-03-28 Thread Martin Thomson
The MediaRecorder API enables something like this, though I'm not sure how playable an in progress recording is. I'm fairly certain that this will not achieve any performance gains though, if that is your goal. It might be ok if you are able to tolerate delays, possibly accumulating delays. On

Re: streaming rtp packets to http chuncks?

2015-03-28 Thread vypruz
sábado, 28 de Março de 2015 às 19:06:43 UTC, Martin Thomson escreveu: The MediaRecorder API enables something like this, though I'm not sure how playable an in progress recording is. I'm fairly certain that this will not achieve any performance gains though, if that is your goal. It might be

streaming rtp packets to http chuncks?

2015-03-28 Thread vypruz
Hi all! Taking into account the maximum number of connected streams(RTP) to a browser per domain and as a consequence the scalability problems and the need of using media servers i'm wondering if it is possible to get streams from a peer and transform them in http chuncks? Any ideas?