Announcement

Collapse
No announcement yet.

Watching stream video in a bot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Watching stream video in a bot

    Hi,
    My customer would like to see in the bot on-line races on which he has placed bets

    How is that possible to make?
    Than you

  • #2
    This is possible using Microsoft WebView2. You need to add cookie ssoid = yourSessionToken for videoplayer.betfair.com and open url
    https://videoplayer.betfair.com/GetPlayer.do?width={0}&height={1}&mID={2} with your values for width, height and marketId.​

    Comment


    • #3
      Originally posted by WTPooh View Post
      This is possible using Microsoft WebView2. You need to add cookie ssoid = yourSessionToken for videoplayer.betfair.com and open url
      https://videoplayer.betfair.com/GetPlayer.do?width={0}&height={1}&mID={2} with your values for width, height and marketId.​
      Thank you, works ok, just i use usual Chrome browser to display the stream

      Comment

      Working...
      X