How to make use of play2() function in order to perform fast stream switching of videos?
As the Documentation says: “The default value of offset is -1, which defaults the switching behavior to standard. In this mode, the server determines a good transition point between the streams forward in time from the point it receives the switch call, and switches at that point.” So you have to change the ‘offset’ parameter … Read more