I use the option "setPlayerImpl(VideoInfo.PLAYER_IMPL_SYSTEM)" to get rid of issue playing some HTTPS links, it works perfect, but i'm unable to add user-agent when using this option
the option ".addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "user-agent", GLOBAL_GIRAFFE.USERAGENT))" has no effect, but when i remove ".setPlayerImpl(VideoInfo.PLAYER_IMPL_SYSTEM)", then user-agent works fine.
I was not able to test cookie as well, i think it will have same issue when using default android media player.
Please advise how i use the two options at same time.
Hello Tcking,
I use the option "setPlayerImpl(VideoInfo.PLAYER_IMPL_SYSTEM)" to get rid of issue playing some HTTPS links, it works perfect, but i'm unable to add user-agent when using this option
the option ".addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "user-agent", GLOBAL_GIRAFFE.USERAGENT))" has no effect, but when i remove ".setPlayerImpl(VideoInfo.PLAYER_IMPL_SYSTEM)", then user-agent works fine.
I was not able to test cookie as well, i think it will have same issue when using default android media player.
Please advise how i use the two options at same time.
Thanks a lot