vimeo_player icon indicating copy to clipboard operation
vimeo_player copied to clipboard

How to Play private Video link

Open TutorJoes-Stanley opened this issue 4 years ago • 4 comments

Please provide some code to play private video in vimeo player

TutorJoes-Stanley avatar Oct 13 '20 15:10 TutorJoes-Stanley

how to play private video in vimeoplayer?

Mahmud-CSE16 avatar Nov 22 '20 17:11 Mahmud-CSE16

how to play private video in vimeoplayer?

https://vimeo.com/blog/post/share-unlisted-videos-with-private-links/

gulmensedat avatar Dec 02 '20 17:12 gulmensedat

how to play private video in vimeoplayer?

https://vimeo.com/blog/post/share-unlisted-videos-with-private-links/

link only working on browser. Wherever try to run using vimeo_player it's not working. Getting error whenever add private video id.

 NoSuchMethodError: The method '[]' was called on null.
I/flutter ( 9212): Receiver: null
I/flutter ( 9212): Tried calling: []("files")
E/flutter ( 9212): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: NoSuchMethodError: The method 'lastKey' was called on null.
E/flutter ( 9212): Receiver: null
E/flutter ( 9212): Tried calling: lastKey()

dimple3695 avatar Feb 02 '21 13:02 dimple3695

I have investigated this one but the issue is like we get the configurations for the open URL we are not getting this for the private URL hence we are facing this issue.

For now, I have changed the privacy of the video to not visible on the Vimeo and you can use that video in your this might help.

kalkotekedar avatar Feb 03 '21 18:02 kalkotekedar