ponnamkarthik / FlutterYoutube

Flutter Plugin to play youtube Videos
Apache License 2.0
126 stars 56 forks source link

I can't play some video in ios #22

Open htetwaiyan opened 5 years ago

htetwaiyan commented 5 years ago

[VERBOSE-2:FlutterViewController.mm(462)] Could not launch engine with configuration.

ponnamkarthik commented 5 years ago

@htetwaiyan can you please provide the link of some video which you are unable to play

Eimji commented 5 years ago

For example, the plugin can’t play this video https://youtu.be/DxSfQeCoFUM

henadark commented 5 years ago

I have the same issue. XCDYouTubePlayerScript can't deciphering signatures. I've added new regular expansions: `@"(\?P[a-zA-Z0-9$]+)\s=\sfunction\(\sa\s\)\s\{\sa\s=\sa\.split\(\s""\s\)"

@"([\"'])signature\1\s,\s(\?P[a-zA-Z0-9$]+)\("

@"\.sig\|\|(\?P[a-zA-Z0-9$]+)\("

@"yt\.akamaized\.net\/\)\s\|\|\s.?\s[cs]\s&&\s[adf]\.set\([^,]+\s,\s(?:encodeURIComponent\s\()?\s(\?P[a-zA-Z0-9$]+)\("

@"\b[cs]\s&&\s[adf]\.set\([^,]+\s,\s(\?P[a-zA-Z0-9$]+)\("

@"\b[a-zA-Z0-9]+\s&&\s[a-zA-Z0-9]+\.set\([^,]+\s,\s(\?P[a-zA-Z0-9$]+)\("

@"\bc\s&&\sa\.set\([^,]+\s,\s\([^)]\)\s\(\s*(\?P[a-zA-Z0-9$]+)\("

@"\bc\s&&\s[a-zA-Z0-9]+\.set\([^,]+\s,\s\([^)]\)\s\(\s*(\?P[a-zA-Z0-9$]+)\("

@"\bc\s&&\s[a-zA-Z0-9]+\.set\([^,]+\s,\s\([^)]\)\s\(\s*(\?P[a-zA-Z0-9$]+)\("`

But it hasn't helped.