How to find or search for FM radio streaming url? - mobile

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on my location or the location string.
Simply saying I want to find all the FM radio station's Streaming URL in specific location.

Refined Question: Radio Directory API
Here are the list of api which will gives your radio stations that can be listen through internet.
programmableweb
http://www.programmableweb.com/news/50000-radio-stations-one-api/2012/01/26
Dribble
https://dirble.com/developer/api
shoutcast
http://wiki.shoutcast.com/wiki/SHOUTcast_Radio_Directory_API
Thanks to Brad

I've been looking into this in 2022, and wanted to share a potential option for others who are pulling their hair out.
https://www.npmjs.com/package/radio-browser-api
This API has actually turned out to be great! There is some management that needs to be done for dead streams still, and invalid urls, but overall it was a breeze to implement. I reccomend especially as a quick way to implement music into web applications.

Related

How can I filter skills in Twilio Flex Team View page

How can I filter the skills list on the Twilio flex team view page? I need to filter the skills based on the worker role. I can detect the role from worker attributes. But how can I filter the skills displaying in team view when clicking on agent name at Twilio flex. I don't want to display all skills, I want to display some of them.
Or, is there any listener that I can use to detect when that panel is opening? In that situation, I can filter the skills view using the DOM selector.
Twilio developer evangelist here.
I don't have a good answer for you, I'm afraid, as that's a bit further into Flex than I've managed to go. However, I have some ideas.
You can listen for a worker to be selected in the supervisor view using the Actions Framework SelectWorkerInSupervisor action (you can listen to beforeSelectWorkerInSupervisor or afterSelectWorkerInSupervisor.
The thing I'm not sure about is how to actually filter the skills. I was looking at this filtering plugin for inspiration but I couldn't quite tell what was going on. I wonder if you can affect the state in redux based on your currently selected worker.
Sorry, this isn't a full answer. Hopefully it gives you some ideas though.

Azure map layers available

The Azure base base map that displays with my map looks great but I don't see any of the streams or water basins labelled on the map. Are there Azure map layers available to display this information?
Thanks,
Annette
I suspect the data you are looking for isn't in the base map data. I recommend reporting this feedback on this site: https://feedback.azuremaps.com/ Click on the map where the streams/water basis are missing and press "Add comment". This will create a ticket with our data provider and an investigation will occur on their side to get this resolved in the future. When you send feedback it also creates a URL you can use to go back and check the status of your feedback.

GPS tracking in Kinetise application

Anyone here familiar with Kinetise? I try to add to my app some kind of remote tracking functionality, where backend will trigger from active user his GPS position. What first come to my mind was PUSH notifications, but it's rather message notification than event triggering in this tool. In taxi template there is a map with live changing positions, realized by longpooling requests I think. I found that you can add your current position in request params or body and I consider to use this technique to send user location to server, but I think that I would have to add empty lists in each screen, just to send a location. A bit weird but maybe there is any better solution?
#Marek for GPS purposes you have also functions:
GPS TRACKING START
GPS TRACKING STOP
You can add it to buttons from widget "EVENTS" tab.
EVENTS tab
I know it's not triggered by server but can help you meet your requirements.

Issues with displaying salesforce rich text editor image

We are having few rich text box in our custom objects in force.com enterprise edition. These rich text box are rendered in an android application given to our clients. Till now we were using the android app online but due to huge customer demand, we wish to make our app offline. But we are facing difficulties due to images in rich text box. The images in rich text box are stored as in a form
But when we try to use the android app offline, we cannot see the images in webview. Consulting our web developer, he said that the images do not have static path and so they cannot be downloaded and stored for offline use. So my query is, is there some way, which will help us to get static path for the images inserted in Rich Text Box available in force.com, so that we can use them offline.
Thanks!
I had the same problem some time ago and also raised the issue with salesforce. They got back to me saying that images within rich text boxes could be stored in any server and needs to be authenticated to via a browser to have access too.
But you could try to use this, but its not a guaranteed approach as salesforce can change the way they store images.
http://boards.developerforce.com/t5/General-Development/API-access-to-Knowledge-article-content-inline-images/td-p/233065
Hope this helps.
Here's the response from SFDC :
As discussed over the call, as of now Salesforce does not have this feature built in the current release, else we would be more than happy to help you.
However, you can also post an idea on our Idea Exchange, where our customers share their ideas and expectations. (http://sites.force.com/ideaexchange/ideaHome)
Please feel free to contact us, if you need any further assistance.
Thank you for contacting salesforce.
Regards
Developer Support Engineer
salesforce.com

click paths in logs or analytics?

I'm trying to see the path my users take when clicking thru a web app I have. I've got logs, awstats and webalizer on the server-side, and I'm looking to install some sort of analytical product. I don't see any breadcrumb/click path data in my log files. Am I missing it? Barring that, what analytical products (Yahoo, Google, etc) can do this?
Thanks.
You can try GAVisual a small tool for Google Analytics which can show you users paths with waves (page by page) visualisation. It uses GA data for your site which was collected before.
I believe Google Analytics supports this via a site overlay that shows which links users clicked on each page. I don't think it will do per-user tracking, but the site overlay gives you a good idea of how users in general navigate through your site.
Regardless, I would highly recommend Google Analytics - super easy to set up and really powerful.
Woopra can show click-through paths in real time and on reports. It uses colors to visualize bounces (red) and popup links (green).
The downsides: free only while in Beta, and it can take a while for your subscription request to get approved.
Google Analytics does summary reports for entrance and exit paths and bounce rates, but it cannot show such a compelling picture as Woopra at the individual user level.
(source: heeroz.com)

Resources