similar to: Help

Displaying 20 results from an estimated 600 matches similar to: "Help"

2012 Sep 25
2
Help
Can you tell me how often is yp.xml updated? 2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com> > Hi Renato, > > please subscribe to the mailing lists, so that you don't miss answers. > (Also please don't send HTML mail) > > > On 24/09/12 17:14, renato fringuello wrote: > >> Hi, my name is renato and I'm trying to develope a player for Icecast
2012 Sep 27
2
Help
Hi, On 27/09/12 12:45, renato fringuello wrote: > I took some radios from yp.xml 2 days ago, but today someone (like > http://streaming207.radionomy.com/AngeFM) answers to me : > "The file you requested could not be found" > what's the problem? > They doesn't exist anymore? They are off now and they could be on later? Yes, yp.xml is a snapshot of the streams that
2012 Sep 26
2
Help
Ok, you have been very clear. If I have any other questions I will contact again. Thanks a lot. Best Renato 2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com>: > On 25/09/12 18:41, renato fringuello wrote: >> For example, this station: http://radio.dyne.org:8000/ondarossa.mp3 >> has got a xspf file? >> I obtain a message: Could not parse XSLT file when i try to open
2012 Sep 25
2
Help
Ok Thomas, I understood, it wasn't intention do like that. The xspf file associated to each station is instead real-time updated? Why not all the stations has got that file? Why stations like http://212.162.68.230/1.mp3 and others are not inside yp.xml? PS I'm sorry but my mail client automatically answers to the sender! 2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com> >
2012 Sep 28
1
Help
Hi again! I was thinking to get informations from the xspf file only if it has been modified. The problem is, when I try to obtain the date of the alteration (with CURL), I obtain dates like 1970-01-01 00:59:59 and they never change. How can I handle that problem? 2012/9/27 renato fringuello <rfringuello at gmail.com>: > Ok thanks a lot. > > 2012/9/27 R?cker Thomas
2013 May 17
2
Radio player for FirefoxOS
Hi, I have pushed my radio player for FxOS to GitHub: https://github.com/emilis/worldradioplayer Currently it uses a precompiled data from http://dir.xiph.org/yp.xml: https://raw.github.com/emilis/worldradioplayer/master/static/js/data/xiph.org.stations.json I will have to switch to asynchronous station list loading and filtering in the near future and then will nag you again about the JSON API
2012 Aug 29
1
need API doc to develop a radio client
Hi, Can you please share a sample code which fetches the station list from the > Icecast server and can play a station. > I am attaching a very basic, bare-bone example in Python which: - fetches the XML file - converts it into a DOM object - loops over it, extracting for each station it's server name, URL, bitrate and genre. To play a URL, just feed it to the underlying player.
2013 May 22
5
Radio player for FirefoxOS
Hi, Emilis, I have two working Icecast players which implement client-side parsing of yp.xml and searching then through it: - Python, can either transform the yp.xml into SQLite database and then search inside, or can store the yp.xml locally and transfer in into DOM, then search it. http://www.zavedil.com/software-xbmc-icecast - Java (Android), same algorithm as Python but only the SQLite
2012 Sep 25
0
Help
Hi, On 25/09/12 15:46, renato fringuello wrote: > Can you tell me how often is yp.xml updated? > Currently the XML is updated roughly every 10 minutes. (which could change at any time really) Please notice though that polling every 10 minutes is NOT OK! I see some incredibly inefficient software being responsible for the majority of the load on the server. (Think thousands of users and
2012 Sep 13
1
yp.xml - Size and Contents
Hi, I've just updated ticket 1890 - https://trac.xiph.org/ticket/1890#comment:8 === As we have moved to the Xiph server at OSUOSL - we have now disabled this limitation and will observe the situation. Personally I'm very disappointed that most clients downloading the yp.xml are not accepting compressed encoding. Right now the file is 4818606 Bytes in size, most clients download it
2012 Jul 10
3
yp.xml - Size and Contents
Hi all, 1. I recently noticed that yp.xml is still limited to 1,000 entries only while the web directory says there are over 21K streams. I remember some discussions regarding the bandwidth required to serve this file, so is it possible to get it in compressed format? Here are some figures: - the yp.xml as served now (1K entries) is 343 KB. This means 21K entries will be around 7 MB. -
2008 Apr 11
2
issues on Net:HTTP
in cotroller: @url=URI.parse(''http://google.com.sg/webhp'') @res = Net::HTTP.get_response(@clarifyurl) in view: <%=@res.body> this page displayed as 301 Moved The document has moved here what''s wrong with my code, I want to get the correct reponse HTML content from google. --~--~---------~--~----~------------~-------~--~----~ You received this message
2007 Dec 08
14
Small updates and release plan
Hello Guys, I''ll like to suggest a small release fix before we start doing big changes: platform fixes. Current we''re setting MSWIN32 (mswin32) as platform for Windows gem, but we should be using Gem::Platform::CURRENT instead (i386-mswin32 as current Ruby windows implementation). Also, the jruby/java platform need to be defined. That change will ease the compatibility path
2003 Aug 24
1
Grandstream firmware update.
Just noticed that version 1.0.3.81 has been released on the Grandstream website. Have fun... John ------------------------------------------------------------------------- NetRom Internet Services 973-208-1339 voice john@netrom.com 973-208-0942 fax http://www.netrom.com -------------------------------------------------------------------------
2010 Jun 08
8
rails, ajax, json, and script
Could someone please demonstrate the code to send both json (or xml) AND javascript (to be executed) in a single Ajax request? Is this even possible? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Sep 25
2
Help
For example, this station: http://radio.dyne.org:8000/ondarossa.mp3 has got a xspf file? I obtain a message: Could not parse XSLT file when i try to open it For the stations that I can't found in yp.xml (e.g. http://212.162.68.230/1.mp3 http://212.162.68.230/2.mp3 http://212.162.68.230/3.mp3 http://stream15.top-ix.org/ondequadre ) it means they aren't on an official
2006 Aug 07
2
HTTP Pipelining
I am trying to understand why Mongrel so forcefully disables http pipelining. The docs say because the spec is unclear, and it hurts performance. These reasons smell... wrong. The HTTP spec is pretty clear, and, er, I cannot find anywhere else that claims there is a performance drawback, and lots of studies (and personal benchmarks across years of writing webapps) showing how much it
2011 Mar 10
1
Can anyone help me understand Apache Errors?
LogWatch reports items like: Connection attempts using mod_proxy: 83.167.123.83 -> 205.188.251.1:443: 1 Time(s) 83.167.123.83 -> 64.12.202.36:443: 2 Time(s) Requests with error response codes 403 Forbidden 205.188.251.1:443: 1 Time(s) 64.12.202.36:443: 2 Time(s) 404 Not Found //jmx-console/HtmlAdaptor: 1 Time(s) /VINT_1984_THINK_DIFFERENT: 1 Time(s)
2008 Jun 16
2
[PATCH] tweaks to the kate properties reported by oggzinfo
Hi, Language should be Content-Language to match other uses, and while there I think Category might as well become Content-Category too, though this one doesn't "exist" AFAIK. I'm pretty sure these things come from some standard, but I have no idea where, so if you know, feel free to point my in the right direction. Cheers -------------- next part -------------- A non-text
2006 Jun 28
12
Ajax.Updater
Hi, someone can help me, I am ot able to find the way how to user Ajax.updaterto test if the request give some positive or negative result. I am able only to return the result inside a div. An example is appreciated. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org