Skip to content

Commit

Permalink
Add multiple-rate sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoLiao committed Oct 17, 2013
1 parent 89277f3 commit 73ef5fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Demo/VParser-Demo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ - (void)viewDidLoad
mParser = [VParser defaultParser];

// self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNTAxNzIwNzQ4.html";
self.siteUrlTfd.text = @"http://www.m1905.com/vod/play/488044.shtml";
// self.siteUrlTfd.text = @"http://www.m1905.com/vod/play/488044.shtml";
// self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNjEyNDg0NTc2.html";
// self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNjEzNzIwOTky.html?firsttime=604&ev=12";
// self.siteUrlTfd.text = @"http://www.iqiyi.com/dianshiju/20100830/n31441.html";
// self.siteUrlTfd.text = @"http://v.pptv.com/show/ibtQ3tByC8jCTEXk.html";
// self.siteUrlTfd.text = @"http://www.letv.com/ptv/vplay/2126583.html";
// self.siteUrlTfd.text = @"http://www.letv.com/ptv/vplay/2117459.html";

// self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNjIxMTM4MjY4.html?f=20390747&ev=1";
self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNDM3NTk5NDY0.html";
self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XMzYwNDAyNDgw.html";
self.siteUrlTfd.text = @"http://v.youku.com/v_show/id_XNDQ2NTk3OTY4.html";
}

- (void)didReceiveMemoryWarning
Expand Down
Binary file modified VParser/libVParser.a
Binary file not shown.

0 comments on commit 73ef5fb

Please sign in to comment.