Skip to content

Use framework speed adjustment where possible (e.g., API 23+) #7502

Closed
@ghost

Description

I have used ConcatenatingMediaSource to play videos one by one. I am working on video editing app. There is speed changes feature also. I have set speed 0.5 for 1st video, then 1 for 2nd video and 4 for 3rd video. It is working fine when I play video from specific position using player.seekTo(currentPosition, C.TIME_UNSET). But When play video one by one then its take time to change speed. 1st video play at speed 0.5 and then 1st video plays end and 2nd start playing it will play for 0 - 1 second at speed of 0.5 then play at speed of 1.
Please guide me handle it.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions