Seek backward by seconds
Future<bool> seekBackward(int seconds, [String? player]) async { return seek(-seconds * 1000000, player); }