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 with audio streams.
> >
> > Any more ideas?
> 
> I believe that documentation is out of date (considerably); the data is 
> fed down to MediaEncoder and should support video as well.
> 
> See also 
> https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC 
> which uses it (and various workarounds for parts Chrome hasn't implemented).
> 
> -- 
> Randell Jesup

Any ideia if it will then be compatible and possible to inject this chuncks  in 
a MPEG DASH player?

I would appreciate any info or links, I'm not finding much. 


___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media


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 ok if you are able to tolerate delays,
> possibly accumulating delays.
> On Mar 28, 2015 5:26 AM,  wrote:
> 
> > 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? Projects? I need some guidelines and opinions about the
> > feasibility of this approach.
> >
> > Thanks.
> >
> > ___
> > dev-media mailing list
> > dev-media@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-media
> >

Are you refering to this API?

https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder_API#Browser_compatibility

It seems the only browser that supports that functionality is Firefox. 
And only can record audio. 

___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media


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 ok if you are able to tolerate delays,
> possibly accumulating delays.
> On Mar 28, 2015 5:26 AM,  wrote:
> 
> > 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? Projects? I need some guidelines and opinions about the
> > feasibility of this approach.
> >
> > Thanks.
> >
> > ___
> > dev-media mailing list
> > dev-media@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-media
> >

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 with audio streams. 

Any more ideas?

___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media


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? Projects? I need some guidelines and opinions about the feasibility 
of this approach. 

Thanks.

___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media