Summary of radio function definitions and usage

巴扎黑
Release: 2017-06-13 14:20:54
Original
1981 people have browsed it

Baidu search problem Recently I am trying to build an online music station, similar to Douban. The links for online search are roughly the following: Link search.php User page.php Player.swf Data reception.js js aspect The ajax and json links used are the Baidu mp3 interface http://box.zhangmen.baidu.com/x?op=12&count=1&title=title$$singer$$$. The acquisition method is file_get_contents($url) , return an xml and then use regular expressions to propose the link, then output json to the client to obtain the data, and then js passes the value to swf, and swf obtains the url variable and then loads the sound for playback. Everything was going smoothly at first, but Baidu's interface gave me a headache. When I opened the user page .php under ff, the radio function was normal, and it was normal to open the flash file directly, but it didn't work under IE8 and chrome. Then I looked After checking the network, I found that when accessing Baidu mp3 interface, in ie8 and chrome

1. Questions about Baidu search

# Introduction: Baidu search problem is recently trying to build an online music station, similar to Douban. The links for online search are roughly the following: Link search.php User page.php Player.swf Data reception.js Used for js The ajax and json links use Baidu mp3 interface http://box.zhangmen.baidu.com/x?op=12&count=1&title

2. This How to download this kind of audio

Introduction: How to download this kind of audio? How to download this audio to the computer? It's the sound of the radio channel! ! ------Solution Idea-----------------------Oh, here it comes------Solution Idea-------- ---------------Here it comes. ------Solution----------------------Open in IE, because streaming media is played while downloading, so after downloading time, fast internet options

3. Baidu search related issues

Introduction: Baidu search related issues recently Try to make an online music radio station, similar to Douban. The links can be found online and there are probably the following: Link search.php User page.php Player.swf Data receiving.js For js, ajax and json are used for links. Baidu mp3 interface http://box.zhangmen.baidu.com/x?op=12&count=1&title

4. CDN/P2P/Mediastream related information collection Analysis

Introduction: Purpose: To satisfy X people to listen to radio stations through mobile APP (ios, android) at the same time, analysis of the solution. Please give me some advice, because I don't understand this place. . . . Basic overview (if the conclusion here is wrong, be sure to correct me): 1. For pure data services, load balancing on multiple servers should be able to provide enough concurrent connections, which mainly consumes

5. Why doesn’t Douban Radio make an HTML5 version of the player?

Introduction:

6. Get the dynamic ip of the radio station

Summary of radio function definitions and usage

Introduction: Get the dynamic ip of the radio station

[Related Q&A recommendations]:

How does an iOS app still play music when entering background mode

ios - Does anyone know how to write background playback for MMS streaming radio stations?

javascript - How to bind the space pressed event on the entire web page, so that pressing space in the input box will not trigger it?

Open source hardware - If I make a speaker that only contains Douban Radio, is it necessary to get an Android system to run it?

The above is the detailed content of Summary of radio function definitions and usage. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!