web123456

Streaming Media Development-Yinyue TV Analysis

Due to work problems, blog writing cannot be coherent, many individual developers basically provide playback functions when developing players, and do not provide online resources. It is very troublesome to maintain. We can use online resources. Recently, we are engaged in music part of the amateur part. For the resource part, I also use existing resources on the Internet. For example, there are many TVs in Yinyue TV, and we can parse their web page content. The following is a TV that parses one of the web pages

First, determine what your TV wants to implement and encapsulate a class of content as follows:

package ;

 import ;
 /**
  * Created by Administrator on 13-12-7.
  */
 public class YinYueTaiModel implements Serializable{

	 private static final long serialVersionUID = 1L;
	 /**
      * Video connection on the web page
      */
     private String href;
     /**
      * Real video connection after parsing
      */
     private String realHref;
     /**
      * Video picture link
      */
     private String img;
     /**
      * Video title
      */
     private String title;
     /**
      * Video clarity
      */
     private String shdIco;
     /**
      * Video time
      */
     private String v_time_num;
     /**
      * Video artist
      */
     private String man;
     /**
      * Description of the video
      */
     private String description;

     public String getHref() {
         return href;
     }

     public void setHref(String href) {
          = href;
     }

     public String getRealHref() {
         return realHref;
     }

     public void setRealHref(String realHref) {
          = realHref;
     }

     public String getImg() {
         return img;
     }

     public void setImg(String img) {
          = img;
     }

     public String getTitle() {
         return title;
     }

     public void setTitle(String title) {
          = title;
     }

     public String getShdIco() {
         return shdIco;
     }

     public void setShdIco(String shdIco) {
          = shdIco;
     }

     public String getV_time_num() {
         return v_time_num;
     }

     public void setV_time_num(String v_time_num) {
         this.v_time_num = v_time_num;
     }

     public String getMan() {
         return man;
     }

     public void setMan(String man) {
          = man;
     }

     public String getDescription() {
         return description;
     }

     public void setDescription(String description) {
          = description;
     }

	 @Override
	 public String toString() {
		 StringBuffer buffer = new StringBuffer();
		 ("Title: "+getTitle()+" Artist: "+getMan()+" Format: "+getShdIco()+" Time: "+getV_time_num()+" Description: "+getDescription()+" Picture: "+getImg()+" Address: "+getHref());
		 return ();
	 }
    
    
 }

Then parse the html:

package ;

import ;
import ;
import ;
import ;
import ;

import ;

/**
 * Created by jwzhangjie on 13-12-7.
 */
public class YinYueTai {

    public ArrayList<YinYueTaiModel> getYinYueTai(String url){
        ArrayList<YinYueTaiModel> listData = new ArrayList<YinYueTaiModel>();
        try {
            Document doc = (url).get();
//            Elements mv_list_verticals =  ("div#mvlist.mv_list_vertical");
            Element mv_list_vertical = ("mvlist");
            Elements mv_lists = mv_list_vertical.select("li");
            (mv_lists.size());
            for (Element mv : mv_lists) {
            	YinYueTaiModel yinYueTaiModel = new YinYueTaiModel();
				Element thumb_mv = ("div.thumb_mv").first();
				Element href_a = thumb_mv.getElementsByTag("a").first();
				(href_a.attr("href"));
				Element img = href_a.getElementsByTag("img").first();
				(("src"));
				(("title"));
				(thumb_mv.select("").first().text());
				yinYueTaiModel.setV_time_num(thumb_mv.select("div.v_time_num").text());
				Element info = ("").first();
				(("").first().text());
				(("").first().text());
				(yinYueTaiModel);
            }
        }catch (Exception e){
            ();
        }
        return  listData;
    }
}

I inserted the print information during the parsing process:

20
 Title: No Tomorrow Full Version Artist: Trouble Maker Format: Ultra-clear Time: 03:42 Description: MV Description: The Trouble Maker group composed of 4 minutes Hyuna and Beast Jang Hyun-seok released its second mini album "Chemistry" on the 28th, and the full version of the title song "No Tomorrow" MV is released!  Xinsha Cave Tiger and Rado co-created, and Trouble Maker will officially launch a return event with this song.   Image: /video/mv/131027/797751/C5AB0141FA8F0DE9F692C66259ACF532_120x67.jpeg Address: /video/797751
 Title: Miracle of December Full Chinese Version Artist: EXO Format: Ultra-Default Time: 04:33 Description: MV Description: The full version of the title song of the EXO Winter Special Album "Miracles in December" (Miracles in December) was first released!  The song combines lyrical style, beautiful piano melody and string music to present an overall emotional atmosphere. The members of the MV transform into a warm winter man through gentle and delicate acting skills~ Picture: /video/mv/131205/826081/F8950142C0AB25707E3D1DF66524EDEA_120x67.jpeg?t=20131205105148 Address: /video/826081
 Title: Ringa Linga Full Version Artist: Bigbang Format: Ultra-clear Time: 03:48 Description: MV Description: BIGBANG Sun Solo's second album debut title song "Ringa Linga" was released in shock on the evening of the 9th!  G-Dragon participates in lyrics and songwriting, with Powerful rhythm Rap and singing vocals blending with impressive straightforward lyrics and melodies to complete a strong hip-hop style.  In addition, the Sun will return to the first stage with the popular songs on the 10th and launch an event.   Image: /video/mv/131109/807401/FDE001423CE51D4884B006EB9B12D77A_120x67.jpeg?t=20131109200718 Address: /video/807401
 Title: My oh My Artist: Girls' Generation Format: Ultra-clear Time: 03:27 Description: MV Description: The MV image of Girls' Generation's new Japanese song "My Oh My" is released!  The image shows their different charms~ The album will be released on December 11.   Image: /video/mv/131106/803905/97DB01422B74B448B0631F74A0741916_120x67.jpeg?t=20131105074705 Address: /video/803905
 Title: DOOM DADA Artist: (Bigbang) Format: Ultra-clear Time: 03:39 Description: MV Description: BIGBANG The new Solo song "DOOM DADA" released after three years!  TOP wrote lyrics and co-composed with Choice37.  The straightforward and abstract lyrics form a battle feel with the melody of the surreal atmosphere, the bass bass blends with the unique Synth Sound, the fast-paced Rap and the toxic Hook are all impressive.  To help understand abstract information, a symbolic scene full of profound meaning appears...[Details] Picture: /video/mv/131116/811873/4F5B01425CCC8226E1442BA4DB0429CC_120x67.jpeg Address: /video/811873
 Title: Who You Artist: G-Dragon (BigBang) Format: Ultra-clear Time: 05:37 Description: MV Description: The full version of the MV of the title song of G-Dragon's regular second volume "Coup D\'etat" is released!  The song was co-written by GD and Kush. The MV invited more than 1,000 fans to participate in the shooting, and completed the final work through editing and adding the filming.  In a special stage made in a 50-meter-long glass exhibition hall, GD's personal collections and sports cars will also be available in a gorgeous show.   Image: /video/mv/131113/810174/A38D0142513322C84BD3C9C071DFAC6F_120x67.jpeg?t=20131113191710 Address: /video/810174
 Title: What do I do Artist: T-ara Format: Ultra-clear Time: 06:52 Description: MV Description: The MV of the T-ara Repackage album "Angain1977" title song "What do I do 2013" is released. This song is a reinterpretation of the first college ballad festival memories in 1977. The MV is sung in two ways: lyrical & musical, and it is performed with the actor Sun Haojun, the actor who plays Hita in <Please answer 1994>. Picture: /video/mv/131202/824254/CB600142B248890A20FCF81674EEF42E_120x67.jpeg?t=20131202150653  Address: /video/824254
 Title: Missing Full Version Artist: 2NE1 Format: Ultra-clear Time: 03:39 Description: MV Description: 2NE1 released the new song "Missing You" at 0:00 on the 21st, and the audio source and the full version of the MV are released at the same time!  The song is a dreamy melody with strong bass bass, and a rock and lyrical piano, which contains the lonely and sensual atmosphere of winter.   Image: /video/mv/131120/815415/A07B014276285E14211F0CADA04C25F7_120x67.jpeg?t=20131120230315 Address: /video/815415
 Title: Ai Tou Luo.com Official Edition Artist: Luo Zhixiang Format: Ultra-clear Time: 05:20 Description: MV Description: Asian dance king Luo Zhixiang's first wave of main dance music "Ai Tou Luo.com" MV invited JEFF director and director of the Advertising Academy Award winner Guo Zhida as the art design, and spent a lot of money to create and complete the filming in 2 days.  Last week, 120 media in Asia shocked the "Lion Roar" on the same day. Once the 20-second MV trailer was exposed, netizens praised the texture like a movie trailer. The most interesting thing is that it is just 1 second...[Details] Picture: /video/mv/131024/794672/D3C50141E89EEA84F0CD8B887967EB2E_120x67.jpeg?t=20131024120016 Address: /video/794672
 Title: Just Another Girl Full Version Artist: Kim Jae-jung Format: Ultra-clear Time: 03:29 Description: MV Description: Kim Jae-jung released his first formal album "WWW: Who, When, Why" on the 29th, and the full version of the title song "Just Another Girl" is released!  Adding the Grunge Rock style of British rock, the MV uses high-speed shooting techniques to show his diverse charm of Chrisma.  In addition, in order to open a special page in China, please pay attention to the behind-the-scenes MV footage.   Image: /video/mv/131029/798853/5CB601420237F79FCA87076ED86C8C90_120x67.jpeg?t=20131029111123 Address: /video/798853
 Title: Miracle of December Full Version Artist: EXO Format: Ultra-clear Time: 04:33 Description: MV Description: The full version of the title song of the EXO Winter Special Album "Miracles in December" (Miracles in December) was first released!  The song is combined with lyrical style, beautiful piano melody and string music, presenting an overall emotional atmosphere. The members of the MV transform into a warm winter man through gentle and delicate acting skills~ Picture: /video/mv/131206/826078/E1660142C714A3467D982709F0475DEF_120x67.jpeg?t=20131206164446 Address: /video/826078
 Title: Why is it so vulgar Full version Artist: Format: Ultra-clear Time: 04:28 Description: MV Description: The full version of the title song of the fourth mini album "Will in FALL" "Why is it so vulgar" is released!  The MV is co-starred by EXO Chanyeol and new model Lee Haojing, telling a story about a lover who has broken up still miss each other.   Image: /video/mv/131021/792359/BFDD0141D99E02497F7C0FD7B120FC89_120x67.jpeg?t=20131021110615 Address: /video/792359
 Title: Hush Full Version Artist: Miss A Format: Ultra-clear Time: 03:34 Description: MV Description: MissA Returns after a year after the release of the regular second episode at noon on the 6th, and the full version of the title song "Hush" of the same name is released simultaneously!  Composer E-TRIBE works, characterized by fantastic acoustic accompaniment and unique choreography.  In addition, missA will start the official return event with the M!Countdown stage on the 7th.   Image: /video/mv/131106/804719/FC1F01422B80C992F844B6DF94EB28F7_120x67.jpeg?t=20131106110200 Address: /video/804719
 Title: Small Artist: Tian Fuzhen Format: Ultra-clear Time: 05:59 Description: MV Description: Tian Fuzhen's new 2013 album "Small" has the same name as the premiere of the MV of "Small"!  The MV is directed by Billja and filmed in Iceland. It uses four major themes: visual roaming, auditory wandering, perceived travel, and doubting power to first experience and feel the tiny power of the coexistence of hot and cold.   Image: /video/mv/131113/810137/D1740142511D6D14BEB74DABDCC9A59E_120x67.jpeg?t=20131113180348 Address: /video/810137
 Title: Don’t think of me Artist: Tian Fuzhen Format: Ultra-clear Time: 04:51 Description: MV Description: Tian Fuzhen’s third album “Small” is based on her unique personality that coexists with calmness and enthusiasm. The content of the song is mostly based on Tian Fuzhen’s own personality, attitude, outlook on life and care, and then extends to the general psychological consensus that listeners may have.  For example, the album's second wave of "Don't Think of Me" is a lyrical rock song inspired by her contradictory personality...[Details] Picture: /video/mv/131125/819096/B84D01428E803D715E0453CD38ABDD55_120x67.jpeg?t=20131125163340 Address: /video/819096
 Title: No Tomorrow Practice Room Artist: Trouble Maker Format: Ultra-clear Time: 04:51 Description: MV Description: Trouble Maker Mini Series 2 title song "No Tomorrow" Practice Room Choreography Images are released!  Not only are the songs nice and the dances are good, but Hyuna Hyun-sung's interactions between the two are also very cute~!   Image: /video/mv/131119/814488/5CC401426F184EE8946FE2934A3B5B32_120x67.jpeg?t=20131119135240 Address: /video/814488
 Title: Very Merry Xmas Full Version Artist: Oriental God Qi Format: Ultra-clear Time: 04:20 Description: MV Description: Oriental God Qi will release the full PV of the new Japanese song "Very Merry Xmas" released on the 27th!  Surrounded by warm melodies, who will you spend this Christmas with with how you spend it?   Image: /video/mv/131121/816220/F42301427B5AD386A47747B719261B17_120x67.jpeg?t=20131121234239 Address: /video/816220
 Title: Glue Official Complete Edition Artist: Nine Muses Format: Ultra-clear Time: 03:13 Description: MV Description: Nine Muses' new digital single "GLUE" MV is released in full swing. The song is created by Sweetune. It is a song with a rhythm of Funky Disco. This time it also specially demonstrates the extraordinary concept of "25 forbidden"!  This is the fourth time that the new song has been released this year. The girls are so diligent.   Image: /video/mv/131204/825740/C29F0142BBA15341C1F337611F8165E5_120x67.jpeg?t=20131204110525 Address: /video/825740
 Title: Timber Artist: Pitbull Format: Ultra-clear Time: 03:34 Description: MV Description: Ke$ha assists Pitbull!  !  !  Full MV!  Among the top 50 of Billboard Hot 100, this song ranks tenth!  Uncle P and the sexy beauty were having a wet dance by the beach.  Ke$ha rainbow hair is especially pleasing to the eye!  !  Two fashion celebrities in the music industry perfectly combine popular and rural elements. Picture: /video/mv/131125/818752/D55B01428D5A31CF1183B0B697FD43EA_120x67.jpeg?t=20131125114247 Address: /video/818752
 Title: Lonely Full Version Artist: Xiaolin (Sistar) Format: Ultra-clear Time: 03:22 Description: MV Description: Sistar Xiaolin released her first Solo regular album "Love&Hate" on the 26th, and the full version of the title song "Lonely" MV is released!  The work of producer Kim Do-hoon is based on acoustic guitar and piano performances, completing a charming British retro style.  The MV went to the UK for outdoor shooting, with a quiet street as the background, showing the exotic and more mature charm of Xiaolin.   Image: /video/mv/131125/819374/64F701428FEC04BA9A9A9BB5B25B051E_120x67.jpeg Address: /video/819374

The style of the website is the same, so replacing the connection can enable parsing all TV videos. The link I parsed is this: /all?sort=weekViews&tag=HyperCrystal