usilitel

Results 10 comments of usilitel

Is it possible to export this function to fijkplayer? Can anyone give example? Maybe just add new function to .../lib/core/fijkplayer.dart ?

Workaround (downgrade facebook sdk version): 1) in pubspec.yaml replace flutter_facebook_auth: ^6.0.3 to flutter_facebook_auth: 6.0.3 2) flutter clean (not necessary, in my case worked without it) 3) Delete folders: /ios/Pods/FBAEMKit /ios/Pods/FBSDKCoreKit...

The possible reason is that onLoadStart is not called when the navigation state of the WebView changes through the usage of javascript, without a complete reload of the web page....

Examples (pages where onLoadStart() event is not triggering after click on links): https://m.ok.ru/dk?st.cmd=movieLayer&st.discId=3830353169085&st.retLoc=default&st.discType=MOVIE&st.mvId=3830353169085&st.stpos=rec_12&_prevCmd=movieLayer&tkn=1581#lst%23 https://m.vk.com/video-42933269_456241328?from=video In my case it does not work on Android. I did not test it on iOS.

> I'm not able to reproduce this issues, often youtube implements some features only in certain geographical areas, try to enable verbose logging and send the output here. > >...

@Hexer10 Right now, everything is working fine for me as well. This bug doesn't always appear. Last time, the video on YouTube was playing, but youtube_explode_dart threw a VideoUnavailableException error....

Any progress? I have the same problem with LOCAL m3u8 files. Remote m3u8 files are working.

Same problem. Example of url which causes problem: https://m.youtube.com/watch?v=g2yozxIwA4Q

@sarbagyastha I created pull request to fix this issue: https://github.com/sarbagyastha/youtube_player_flutter/pull/1082