similar to: How to use http-put for JavaScript source client

Displaying 20 results from an estimated 4000 matches similar to: "How to use http-put for JavaScript source client"

2013 Aug 03
1
How to use http-put for JavaScript source client
Following up on this topic ( sorry if this starts a new thread 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
2018 Mar 09
3
html5 icecast video source client
Five years after initially posting to this list[0], I finally completed as browser-based video source client iceast. The code is here: https://gitlab.com/jamie/icecream As Romain Beauxis responded to my initial email, webrtc was unsuitable and websockets was the way to go. Thanks for the help! jamie 0. http://lists.xiph.org/pipermail/icecast-dev/2013-July/002223.html -- May First/People Link
2013 Jul 24
0
How to use http-put for JavaScript source client
Hi Jamie, The webRTC API does not sound suitable for source->server streaming for many reason. For instance, the peer-to-peer connection requires input from both end and seems quite unfeasible to implement in a server. Likewise, codecs are completely abstracted and much more. In reality, webRTC is an API to acheive full-duplex conversations a-la skype and not for streaming. For these
2013 Apr 11
0
No subject
involved. This is easy enough to verify, dump to a file as described on that page and feed the resulting file to 'ogginfo'. If it is indeed properly muxed into an Ogg container, then just forwarding it via HTTP PUT instead of writing it to a file should do the job. I'd suggest someone just tries it. If you need a Icecast server to test against I can also provide that. Ping me on IRC
2012 Aug 21
2
Any android source client for icecast ?
Hi Guys, 2012/7/20 juantello <juantello1234 at gmail.com>: > > Hello. > > Icecast client for android > http://droidtools.sourceforge.net/content/icecast-client-android > http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android I just finished compiling an android version of our reshaped shine encoder [1] there:
2013 Jul 25
1
How to use http-put for JavaScript source client
Thanks so much for the comprehensive response Romain. It sounds like you are working hard getting this working with audio streams and it's a lot more complicated than I had originally hoped. I'm still curious about the proper syntax of the http put command though (and I'm sure others would be interested as well). Is there any documentation on the parameters to send? I also had a
2012 Apr 17
2
Any android source client for icecast ?
Hi everybody. Any development on this? Andrea Thomas.Rucker wrote: > > He's asking for a SOURCE client, not a _listener_ client. > > I don't think such a thing exists at the moment. > > > TBR > > -- View this message in context: http://old.nabble.com/Any-android-source-client-for-icecast---tp30375352p33700728.html Sent from the Icecast - General
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: > Hi, > > On 11
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
2013 Jul 31
0
How to use http-put for JavaScript source client
Hi, On 07/23/2013 07:44 PM, Jamie McClelland wrote: > I'm following up on 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: >
2015 Jan 08
2
EZStream and Cue Sheets
Looks like a lot of tedium. I'll give it a go on Red Hat, but not before a full backup first. On Wed, 7 Jan 2015 11:26:13 -0800, you wrote: >Hello, > >Fedora and CentOS don't have any prebuilt packages in the standard repos. > >Here are a few guides from the Liquidsoap community, specific to CentOS. >http://puck.in/2013/12/install-liquidsoap-1-1-on-centos-6-4/
2015 Jan 07
2
EZStream and Cue Sheets
Looks like it's what I need. Do you know, is there a distro or repo for Fedora? Or should I build it from source? On Wed, 7 Jan 2015 07:56:39 -0800, you wrote: >Hi Steve. > >Liquidsoap supports CUE sheets as an input. > >http://savonet.sourceforge.net/doc-svn/playlist_parsers.html >On Jan 7, 2015 5:04 AM, "Steve Matzura" <sm at noisynotes.com> wrote: >
2013 May 11
2
Javascript source client
Hey everyone, I am new to the dev list here, but my question specific about any development towards webrtc integration. Let me explain, a couple colleagues and I are currently working on our webrtc build at live.mayfirst.org site useing nodejs. We are currently looking into seeing if there is any development of a javascript source client? This would be used to send the webrtc room to a public
2006 Oct 08
1
icecast live radio web
hi all i need to setup a live web radio using icecast, currently ruuning with mpd and a list of files. I need also to mix voice and music how can I Do this? Have you some links to study? thanks __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
We are running an icecast2 server in conjunction with our LPFM radio station and need a little advice. We have been serving a single 128k ogg stream from a remote server and would like to make additional formats available (e.g. mp3, lower bandwidth, etc.) I would think this has been done a few thousand times and there would be a "best practice" but I can't find it. Our basic
2015 Sep 30
5
Replacement for Lidquidsoap
Can anyone recommend any program newer than the last release of Liquidsoap, which, unless I misread the page, was in 2007?
2008 Sep 07
1
schedule a fallback and / 2 sources streaming at 1 server ???
Hi, On Sun, Sep 7, 2008 at 12:30 AM, Dick Trump <dtrump1 at triadav.com> wrote: > kosnickx wrote: >> But there is one thing : while falling back from one mount point to >> another it takes about 10 to 15 seconds. Does this happen to you too? Is >> there any way to reduce this to minimum or to 0 if possible. I've been wanting to advise you to give liquidsoap a try
2014 Feb 22
2
scheduling with ezstream and ice cast.
Hello all. I?m just wondering. Is there a way that i can schedule either playlists or files to be played on ice cast with ezstream? for instance, I would like a giggle to be played ever 10 minutes or so or perhaps some more complex things to be happened when scheduled. If anyone knows of sources or how I can put this all together, that would be great! Thanks all and have a good day.
2015 Jan 09
1
EZStream and Cue Sheets
I could, but I have this big old Fedora system just waiting for me to get LS working on it, so I think I need to concentrate on making that happen. If it's hard, difficult, tedious, inconvenient, then that's what it is. I want the cue sheet capability some way somehow, so I'm just going to have to knuckle down and buckle down and do it. Right? On Wed, 7 Jan 2015 17:21:27 -0800, you
2014 Mar 03
2
CentOS AutoDJ Problem
Hey You'll see, i have one CentOS icecast server and i want it to make it autoDj when no Dj will be streaming live through the radio. Please have in consideration than i want it to make it eventualy fully commands, i don't wanna use the graphic interphase forever. With all of this, which one will be the best source to put it work the autoDj (in case of i need set one on the Server