SS Play
SS Play is special browser extension, which allows to retreive video link from web-site's pages and to send it for playing into SS IPTV.

For Google Chrome browser the extension may be installed from Chrome Web Store
Install


After installing extension you need to connect the TV, which you will send video to.

There are 2 types of extnestion's connecting to the TV:

  • Partial - allows to add retreived links into device's playlist.
  • Full - allows to run the app from browser and to play retreived links in one-click. Full connection may be not available for some devices.
In order to connect new device to the extension, open you your TV General section of SS IPTV's settings and press button Get Code. Then open settings of SS Play and in section Devices press Add Device button. Enter the code obtained on the TV and press Connect button.

This will make full connection for LG webOS and Samsung Tizen TVs, but partial for other models.

In order to set full connection with LG NetCast, it's necessary after partial connection to wait for notification which requires to enter additional code and to enter this code when it appears on TV into the corresponding field. Then press Enter Code button.

Extension retreives links to the videos according to the set of rules also called as Instructions. The particular of choosing the video for retreiving depends on particular resource.

VK.com

  1. Open the video you want to send on your TV
  2. Click the SS Play's icon at the right side of address bar
  3. In a couple of seconds pop-up menu with the video's name and additional items will appear. Choose Add to playlist for adding video into your playlist or Play for immediate playing.
Note that for playing video from VK.com TV and PC must be in the same network. Furthermore the link to VK videos is valid not more than 24 hours.

Youtube

  1. Open the video you want to send on your TV
  2. Click the SS Play's icon at the right side of address bar
  3. In a couple of seconds pop-up menu with the video's name and additional items will appear. Choose Add to playlist for adding video into your playlist or Play for immediate playing.

Yandex Disk

  1. Open web-interface of Yandex Disk and mark the video you want to send on your TV. You may select only one video.
  2. In right floating pannel set Share link
  3. Click the SS Play's icon at the right side of address bar
  4. In a couple of seconds pop-up menu with the video's name and additional items will appear. Choose Add to playlist for adding video into your playlist or Play for immediate playing.
SS Play allows you to create your own instructions for retreiving video links from sites you like.
Note! This section is aimed only for users, which have some web-programming skills.

Each instruction consists of three rules: name rule, source rule and logo rule. The only required one is source rule. In case of lack of name rule web-page's name will be used. Each rule represents one or several included one into another commands, which must return name, video url or logo url after compliting.

Besides that instruction may have domain name, which will restrict its applying and content type, which defines the link as a VoD (with seeking feature) or live-stream.

Note! We strongly recommend to fill the field "Domain" in order to restrict instruction's applying with the site it was created for!

The list of supported functions:

  • isEmpty(expression, if_yes, if_no)
    The function returns if_yes if expression is an empty string, otherwise if_no.
  • title()
    The function without arguements, returns the title of current web-page.
  • url()
    The function without arguments, returnes url of current web-page.
  • replace(string, pattern, expression)
    Makes replacement in string using regular expression pattern for the value defined in expression.
  • match(string, pattern, if_yes, if_no)
    Matches the string using regular expression pattern, in case of match returns if_yes, otherwise if_no.
  • httpGet(url)
    Returns text received during HTTP GET-request to defined url.
  • xpath(path, target, attribute)
    Executes xpath-request in the path to the target (to the root if not defined) and returns tag's attribute with the name from attribute variable (if not defined returns tag's content)
  • urldecode(string, arg1, arg2, …)
    Decodes string, if there are no other arguments returne decoding resulst. If there are items 2, 3, 4 etc, it condsiders expression as an array of variables and returns first non-empty item.
  • getJSONValue(string, path)
    Considers string as json - object (parses), and interprets path for getting the value of json-object's varialbe.

Double quoted string constants and concatenation operator + are also supported

Examples:

Will return “No title” if page's title is not defined or page's title in other case.

isEmpty(title(), "No title", title())

Will return constant "22".

getJSONValue("{\"abc\":{\"cde\":[21, 22]},\"f\":23}", "abc.cde[1]")

Will return value of attribute src from the tag video with id main_player

xpath("//video[@id='main_player']", "", "src")

We use cookies to improve our website and your experience when using it. To find out more about the cookies we use and how to delete them, see our Privacy Policy. I accept cookies from this site