Advertisement
k1m05

URLHelper

Oct 6th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Tutorial on acquiring proper LiveStream URL Using Url Helper
  2.  
  3. Originally posted by DarkAngel:
  4.  
  5. Slightly edited by k1m05 because I cannot play original stream in my country
  6.  
  7. You can get URLHelper at: http://www.urlhelper.com/
  8.  
  9. It will install two programs URLHelper itself and WinPcap
  10.  
  11. WinPcap is the packet capture service URLHelper will use.
  12.  
  13. Once you install the program (after licensing information if not registered) you will be presented with this Window:
  14.  
  15.  
  16.  
  17. Since if it is your first time using the program you will need to select Options where you'll see this window:
  18.  
  19. [IMG]http://imageshack.us/a/img594/2139/zyrz.jpg[/IMG]
  20.  
  21. Select the proper adapter that has the internet connection, if no adapters appear, close the entire program and set it to run as "Administrator"
  22.  
  23. Once you have the adapter set you need to turn on the packet sniffing by clicking Start:
  24.  
  25.  
  26.  
  27. This is an item I had seen requested in the Navi-X forum to get the stream of, used as an example: http://www.livestation.com/en/sky-news-international
  28.  
  29. After the media has started playing it should populate the Media Files tab of URLHelper
  30.  
  31. [IMG]http://imageshack.us/a/img12/7199/n9lf.jpg[/IMG]
  32.  
  33. You can right click the media item and click "Copy URLs to Clipboard" and you will get a media link similar to:
  34.  
  35. [IMG]http://img24.imageshack.us/img24/4649/8pni.jpg[/IMG]
  36.  
  37. Code:
  38.  
  39. rtmp://hd2.lsops.net/live/<playpath>almayade_ar_485 <swfUrl>http://static.ls-cdn.com/player/5.10/livestation-player.swf?1381016302 <pageUrl>http://www.livestation.com/en/almayadeen
  40.  
  41. But this is not formatted for Navi-X all >'s should be replaced by an "=" and all <'s removed except where "playpath" needs to be spaced.
  42.  
  43. Finally since this is a live stream "live=1" should be added as well (*Also timeout=10 is good to add because some streams will hang if not available until your device is rebooted)(this becomes your URL):
  44.  
  45. Code:
  46.  
  47. rtmp://hd2.lsops.net/live/ playpath=almayade_ar_485 swfUrl=http://static.ls-cdn.com/player/5.10/livestation-player.swf?1380985202 pageUrl=http://www.livestation.com/en/almayadeen live=true timeout=10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement