Displaying 9 results from an estimated 9 matches for "muaz".
Did you mean:
mua
2013 Jul 23
5
How to use http-put for JavaScript source client
...n a thread started by Stephen a couple months ago about building a JavaScript source client using webrtc.
The first step suggested was to figure out how to mux the audio and video. After I posted a feature request on the webrtc experiment js library, we seem to have a solution: https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-20791759
Based on the last comment on the icecast Dec list, we now only need to do do an HTTP put request to the icecast server ( http://lists.xiph.org/pipermail/icecast-dev/2013-May/002171.html).
Great! I've got my jquery ready, but am having tr...
2013 Aug 03
1
How to use http-put for JavaScript source client
...but I just
joined the ml ),
I do no understand why it is not possible to use the audio stream from
webRTC's getUserMedia and then send it over a websocket ?
It seems that the webRTC implementation can natively encode in ogg format
in stereo from any interface ( according to
https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC ).
Why wouldnt it be suitable ?
In the other, I assume, like Jamie, that there is a way to send it over a
PUT request. Isnt it ?
y.
> Hi Jamie,
>
> The webRTC API does not sound suitable for source->server streaming
> for many reason. F...
2013 Jun 16
2
Javascript source client
Hey all,
So we have been advised from this thread
https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-18385702
to not use http put as it is not in real-time, instead they are
suggesting the use of SDP, is that something that icecast supports? Or
does anyone have other ideas on this?
~stephen
On Sun 12 May 2013 01:51:31 AM CDT, Thomas Ruecker wrote:...
2014 Feb 03
0
Relay/forward RTP-packets over icecast2
...e are you running (namely what OS)?
Debian.
> I dont understand your approach.
> Why running a 'streamer' behind a nat?
> Not enough 'resources' to rent/ rent to buy a ded. Server?
> Mean, can't expect to satisfy a lot of listeners this way. :-)
I am listening the Muazkhan indications XD:
>
> Hi Muaz Khan,
>> We are adtlantida.tv and we are very interested in your code because we
>> are trying to develop a free software system for live streaming using
html5.
>> So, here is the question:
>> Is it possible to use webm icecast servers...
2013 Jul 31
0
How to use http-put for JavaScript source client
...n a couple months ago
> about building a JavaScript source client using webrtc.
>
> The first step suggested was to figure out how to mux the audio and
> video. After I posted a feature request on the webrtc experiment js
> library, we seem to have a solution:
> https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-20791759
I saw that, I didn't grasp if that provides a proper Ogg muxed stream,
but we'll find out.
> Based on the last comment on the icecast Dec list, we now only need to
> do do an HTTP put request to the icecast server (
> http://...
2013 Jun 17
0
Javascript source client
Hi Stephen,
> So we have been advised from this thread
> https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-18385702
> to not use http put as it is not in real-time, instead they are
> suggesting the use of SDP, is that something that icecast supports? Or
> does anyone have other ideas on this?
The imminent Airtime 2.4.0 release has support for O...
2013 Jul 24
0
How to use http-put for JavaScript source client
...n a couple months ago about
> building a JavaScript source client using webrtc.
>
> The first step suggested was to figure out how to mux the audio and video.
> After I posted a feature request on the webrtc experiment js library, we
> seem to have a solution:
> https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-20791759
>
> Based on the last comment on the icecast Dec list, we now only need to do do
> an HTTP put request to the icecast server (
> http://lists.xiph.org/pipermail/icecast-dev/2013-May/002171.html).
>
> Great! I've got my jqu...
2013 Apr 11
0
No subject
...source client using webrtc.
> />/
> />/ The first step suggested was to figure out how to mux the audio and video.
> />/ After I posted a feature request on the webrtc experiment js library, we
> />/ seem to have a solution:
> />/ https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-20791759
> />/
> />/ Based on the last comment on the icecast Dec list, we now only need to do do
> />/ an HTTP put request to the icecast server (
> />/ http://lists.xiph.org/pipermail/icecast-dev/2013-May/002171...
2013 May 11
2
Javascript source client
Thomas,
Thank you for your interest in this, you description is as accurate as I
can see.
> From my perspective your challenges will be to get the containers right.
> WebM for audio+video
> Ogg for audio
>
> Also (I'm not that familiar with webRTC) you might need to reencode
> to Opus and VP8 in some cases?
here is the great news