mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
send hls start_position to video_renderer
This commit is contained in:
@@ -1910,6 +1910,7 @@ extern "C" bool check_register(void *cls, const char *client_pk) {
|
||||
|
||||
extern "C" void on_video_play(void *cls, const char* location, const float start_position) {
|
||||
/* start_position needs to be implemented */
|
||||
video_renderer_set_start(start_position);
|
||||
url.erase();
|
||||
url.append(location);
|
||||
reset_loop = true;
|
||||
|
||||
Reference in New Issue
Block a user