similar to: Question about replacing the web interface with an audio stream

Displaying 20 results from an estimated 4000 matches similar to: "Question about replacing the web interface with an audio stream"

2019 Apr 08
2
Question about replacing the web interface with an audio stream
What’s wrong with reverse proxying icecast through apache? In my case, it’s just a measure to allow a secondary point of access to a stream from public wifi that only allows ports 80 and 443. Is it just a potential resource usage implication? > On Apr 7, 2019, at 6:12 PM, Humberto Rodriguez <sub at hrfinancial.com> wrote: > > Why not reproduce the stream using the <audio>
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root. What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions? > On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Just bind
2019 Apr 07
3
Question about replacing the web interface with an audio stream
That's a good idea and is what I was originally going to do, but I ran into issues when trying to use SSL with a reverse proxy. Adding SSL support is what my end goal was when I started messing with all this, but it doesn't look like it's going to be as easy as I'd originally thought. It seems that mobile web browsers are starting to complain when a website doesn't use https,
2019 Apr 07
2
Question about replacing the web interface with an audio stream
In my case the rest of my server was apache/CPanel, so I don’t have a choice in the matter. Does it matter if the web interface is completely inaccessible, as would be a side effect of the alias approach? > On Apr 7, 2019, at 2:29 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Apache is a terrible choice if youre going to revproxy, specially an http stream, youll have
2019 Apr 08
1
Question about replacing the web interface with an audio stream
I have had a bunch of issues getting reverse proxy running with apache properly, the main issue is with YP listings and having icecast list the revproxy mount at port 80 rather than the icecast one at port 8000. Unfortunately, I /need/ some sort of http server on port 80 - and I know apache the best. That being said, if you know the mounts you want to reverse proxy, its not an arduous exercise
2019 Apr 07
0
Question about replacing the web interface with an audio stream
Why not reproduce the stream using the <audio> element of HTML in a regular webpage? You could turn autoplay on and the strean would sound automatically on most browsers, not so on Google’s. Humberto From: Icecast <icecast-bounces at xiph.org> On Behalf Of John Molane Sent: Sunday, April 7, 2019 12:44 PM To: icecast at xiph.org Subject: [Icecast] Question about replacing the
2019 Apr 08
0
Question about replacing the web interface with an audio stream
Just bind icecast to port 80... Its not uncommon to use a subdomain for a stream.. בתאריך יום ב׳, 8 באפר׳ 2019, 22:28, מאת Jordan Verner ‏<jordan at caturria.ca>: > What’s wrong with reverse proxying icecast through apache? > In my case, it’s just a measure to allow a secondary point of access to a > stream from public wifi that only allows ports 80 and 443. > Is it just a
2019 Apr 08
0
Question about replacing the web interface with an audio stream
As for the root concerns check the changeowner or chroot. Now, if you must use revproxy its not entierly out of the question but from my experience its better to avoid it unless u have no other options. And if you do go that way, use nginx instead of apache. בתאריך יום ב׳, 8 באפר׳ 2019, 22:46, מאת Jordan Verner ‏<jordan at caturria.ca>: > Okay, but you’d have to be able/willing to
2019 Apr 07
0
Question about replacing the web interface with an audio stream
Apache is a terrible choice if youre going to revproxy, specially an http stream, youll have better luck with nginx. However, there might be a simple solution, try something like this: <alias source="/" dest="/mount"> Never tried it but it might just work. בתאריך יום א׳, 7 באפר׳ 2019, 21:17, מאת John Molane ‏<icq8852 at fastmail.com>: > That's a good idea
2019 Apr 07
0
Question about replacing the web interface with an audio stream
I did something like this, but the way I did it was more of a workaround than what you might want. What I did was run icecast on default port 8000, set up Apache on port 80, and configured a reverse proxy within apache so it would retrieve the audio stream from icecast and deliver it over port 80. I did it so that my stream would be accessible over public wifi with port restrictions, but it
2008 Apr 24
4
Autoplay option
Hello! I don't like the recent change to the plugin that makes some flash files to play automatically. I know that GUI design is not my thing, but let me explain what I don't like: 1) It's not obvious to the user that the "play" toggle is persistent. Media players don't change their behavior just because the user presses the "play" button. 2) No user who
2008 Aug 04
1
[PATCH] Add autoplay policy configuration to mozilla plugin
Hi, this patch implements the gui for changing the autoplay policy from the mozilla plugin. The three possible configuration are: always autoplay, never autoplay and check last choice for the same host. The idea implemented is to have the global autoplay key be not overriden by the per host configuration. If the global autoplay key is not present the behaviour of the actual implementation is
2009 Mar 23
5
Wine fails to install Adobe PS
I have tried a few rtimes now to install Abobe PS7 (not a crack) on the latest Linux Mint and now on Ubuntu 8.10 64bit. I am having the same problem in both. Is it because my new comp is a 64bit? An error occurred while loading the archive. [/media/cdrom0/Autoplay.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part
2010 Nov 28
6
has_one accepts_nested_attributes_for fields_for NOT WORKING HELP
MODEL class User < ActiveRecord::Base has_one :address, :dependent => :destroy accepts_nested_attributes_for :address end CONTROL def new @user = User.new @user.build_address # Adicionei ... VIEW partial _form .... <% f.fields_for :address do |b| %> # Adicionei <%= b.text_field :city_manual %> # Adicionei <% end %>
2003 May 10
4
Wireless IP phone for *PBX
Dear Guys, One of my customers ask me for a Wireless IP PBX, well the Asterisk fits IP PBX, But what about Wireless, ans also portable, a very special cutomer :) 1.-one possible solution is a PDA with one of those SIp softphones but VERY EXPENSIVE for the PDA 2.- a fxs channel bank and lots of Panasonic like wireless phone but the question is 1.- can my customer use all the features
2008 May 09
9
[Bug 15897] New: Provide an option to auto-play specific files
http://bugs.freedesktop.org/show_bug.cgi?id=15897 Summary: Provide an option to auto-play specific files Product: swfdec Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody, I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page: http://www.server.streamnik.de:88/test.html It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers. The code is actually not publically available, as I would like to add
2008 Dec 09
4
Slideshow with Ken-Burns Effect
Hi everybody, I've had some time and so I added a slideshow creator with the Ken-Burns-Effect to the Ogg Video Tools. Feel free to visit the following page: http://www.server.streamnik.de:88/test.html It's best viewed with the Mozilla Firefox 3.1 Beta 2, but a Cortado Player is also available for the other browsers. The code is actually not publically available, as I would like to add
2009 Jul 18
1
Does XiphQT plugin work in Safari?
Hi, I am trying to display a HTML 5 page with the <video> element and an OGG video in Safari. I use the sample video posted here: http://camendesign.com/code/video_for_everybody My sample page works fine in Safari 4.0.2 when I supply the MP4 video along with the OGG video: <video width="640" height="360" controls="controls"
2013 Mar 05
3
What HTML5 radio player do you use ?
Hi , We think about updating our current flash based player [1] to a HTML5 one that would magically work on any mobile or desktop browser (So with flash fallback) to play our icecast streams ( MP3 + OGG [2] ) It would be great if the stream could start instantly. What do you use currently to achieve this ? [1] http://www.radiogalere.org/emissions/popup.php [2]