similar to: EZstream XML that used to work

Displaying 20 results from an estimated 200 matches similar to: "EZstream XML that used to work"

2024 Sep 20
1
EZstream XML that used to work
Hey Steve, On Thu, 19 Sep 2024, Steve Matzura wrote: > The problem seems to be with the <name> XML directive. I thought that if it > is added to the <server> block, the name of the stream could be displayed in > a player. I think the problem comes up if the contents of the server name in > that directive is more than one word--i.e., contains spaces. I removed it, >
2023 Dec 04
0
Wrong url's from ezstream/icecast
I run two streams from ezstream via Icecast2 - one over http and one over https. In the ezstream config file I have defined two servers (http and https) and the two streams point to the different servers (by their names). But, if I go to the following two url's, Icecast report same (http-) 'streaming url' for both: https://radio.horsens-garage.rocks:8443/
2004 Aug 06
0
ices2: ice-url header patch
After reading this posting in the icecast archives (http://www.xiph.org/archives/icecast/3483.html) about setting the stream url in the metadata with ices2, I couldn't see that it actually was possible to set the ice-url anywhere. Please let me know if the attached patch is any use, and if I'm sending it to the right place! (Unix linefeeds). I use it with Peercast. It means you can add
2019 Sep 07
2
Unknown IceCast fails
I have node.js script, which works in daemon mode. The script reads IceCast ogg stream itself (on the fly) and sends audio tags to website. But sometimes (exactly once per 2 days) the script fails end exit. Error log of the script says: Error: getaddrinfo ENOTFOUND stream_url stream_url:8182 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26) Emitted 'error' event at: at
2024 Sep 19
1
EZstream Stream Bit Rate Question
In /usr/share/doc/ezstream/examples/ezstream-full.xml there is a directive call stream_bitrate: <stream_bitrate>16</stream_bitrate> The example file is for Ogg Vorbis, so what does "16" mean? For MP3 files, I want to indicate 128kbps. DO I just substitute the 16 with 128? I haven't found anything in available documentation to direct me. -------------- next part
2010 Nov 01
0
Camera MJPEG to Icecast
Not sure if you perhaps intended to obfuscate these for the purposes of email, but in ezstream you are using a different source password to oggfwd. - Leo On 1 November 2010 10:17, Bino Oetomo <bino at indoakses-online.com> wrote: > > Dear All ... > I have AXIS camera with output mjpeg format. > > I try to relay it to outside world using ffmpeg and it work > The recipe is
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
Hi guys , first of all I want to thanks to you for your reply. My ezstream configuration it's this <!-- EXAMPLE: Ogg Theora playlist stream WITH reencoding and sequential playback This example streams a playlist that may contain .avi and MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
Hi guys , first of all I want to thanks to you for your reply. My ezstream configuration it's this <!-- EXAMPLE: Ogg Theora playlist stream WITH reencoding and sequential playback This example streams a playlist that may contain .avi and MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream
2011 Nov 18
1
What does :count actually mean in assert_select?
Hi guys, I tried reading up the RSPEC Book (Dec 2010) and googled a bit but I could not find anything. I''m using Rspec2. Example: spec/factories/categories.rb ====================== FactoryGirl.define do factory :category_intakes, :class => ''category'' do name ''intakes and filters'' description ''airfilters and
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ... I have AXIS camera with output mjpeg format. I try to relay it to outside world using ffmpeg and it work The recipe is taken from http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/ Now .. I want to do it the otherway with Icecast I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
2020 Jun 05
2
Extended attributes not working on mac
these lines were an option before but have already been marked as comments in my config. same behaviour as before, color tag shows for round about a second and disappears suddenly. Martin > Am 05.06.2020 um 09:23 schrieb Ralph Boehme via samba <samba at lists.samba.org>: > > Am 6/5/20 um 8:33 AM schrieb Martin Steiner / 3MF GmbH: >> Any more ideas? It?s not displaying
2008 Oct 06
2
hardware / bandwidth requirements
Hi there!! Any body can drop me some information about the hardware and bandwidth requirements to setup an icecast server to stream real time video using OGG/Theora? I'll setup an production server, and need to calculate an estimate number of maximum clients connections to the server. thanks in advance, zea -- Gabriel Zea mailTo <zeaATrandomlabDOTnet> http://zea.randomlab.net
2007 Apr 11
0
Icecast 2.3.1 + Ezstream 0.4: Source keeps disconnecting
Hi, I'm running Icecast 2.3.1/Ezstream 0.4. Ezstream is set up to decode mp3s and encode to ogg in a loop (ie <stream_once> is set to "0"). While running the setup my source is constantly dropped within a 12 hour period - my logs show that an "End of Stream" has occurred. If I run the same setup using longer mp3s (ie mp3s which are about an hour in length), I
2004 Aug 06
3
Looking for a non-graphical mp3 streaming tool
Hi; I want to use a headless, debian linux box (no console) as my audio streamer. I've installed shoutcast and icecast multiple times without problems, but I have yet to find a streaming tools as effective as WinAMP on a windows box. I don't need the graphics and don't want to listen to the source on the server (a sparcstation 10), I just want something that I can use to develop a
2019 Sep 07
0
Unknown Icecast fails
Hi Lev, On 9/7/19 5:04 AM, Lev Zhbakov wrote: > I have node.js script, which works in daemon mode. The script reads IceCast ogg stream itself (on the fly) and sends audio tags to website. My suggestion would be to look at the JSON metadata functionality: http://icecast.org/docs/icecast-2.4.1/server-stats.html If you aren't running Icecast >= 2.4.1 (latest is 2.4.4), then you *really*
2012 Jul 11
3
unable to subtract dates in R
Hi, I wanted to calculate the age of people in my dataset by subtracting the individual's date of birth from their intake into a program. After several hours, searches of help archives, and the downloading of lubiridate, I have had no luck with this. Below is the code I used. > intakeDS$DOB <- as.character(intakeDS$DOB) > intakeDS$DOB <- as.Date(intakeDS$DOB,
2020 May 14
0
open 2nd pdf on dfs share with Acrobat Reader not possible
Hello everybody, after updating samba from Version 4.9.1 to 4.10.4 (Centos 7) opening a PDF Document in Acrobat Reader with a double click, when the document resides on a dfs share, is only possible for the 1st document. I know, this is not not a samba bug, because windows 2019 Server behaves the same, i just want to share my findings.
2007 Dec 12
3
Adding data labels to Lattice plots
Hi, I am new to lattice graphics and have the following question. I have a dataframe d2: cat PointsInTime MeanScore 1 Parent Intake 26.25000 2 Youth Intake 9.75000 3 Worker Intake 20.63636 4 Parent Discharge 24.00000 5 Youth Discharge 15.60000 6 Worker Discharge 23.90909 and to produce a plot I am using the following code print(xyplot(MeanScore ~
2019 Jun 14
1
Update 4.10.2 to 4.10.4: Cant create files in subdirectorie anymore
Hi everyone, since i upgraded from 4.10.2 to 4.10.4 i can't write into subdirectories of a share anymore. This worked perfectly fine before i upgraded and also works again if i downgrade.? I think either something is fishy with the 'filename_convert_internal' function of ".../source3/smbd/filename.c" or my configuration needs to be adjusted for 4.10.4. I tried several
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is marked as an RFC because firstly it depends on the RPMsg API series and secondly it is currently being reviewed on ALSA and SOF mailing lists, but any early comments from virtualisation developers would be highly appreciated too! Thanks Guennadi [1]