youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 679 forks source link

Video not playing exactly trimmed video part ? #184

Open udaysagar1025 opened 8 years ago

udaysagar1025 commented 8 years ago

Hi, I am trimming the youtube video set an time (Start and End time), after completed the trimming when i play the trimmed video it’s playing the original video from starting after two seconds trimmed video is playing,

I am using the following parameters and code : playerVars = @{ @"controls" : @0, @"playsinline" : @1, @"autohide" : @1, @"showinfo" : @0, @"modestbranding" : @1, @"start”:@0:15, @"end" : 1.25, @"autoplay" : @1, @"loop" : @0, @"rel" : @0, }; [YoutubeView loadWithVideoId:VideoId playerVars:playerVars];

Anyone who can help me with this.

ramakrishna013 commented 8 years ago

I am also facing the same issue. can any one help to solve this issue.

alkozin commented 8 years ago

I have the same issue