@@ -57,37 +57,37 @@ const App = () => {
5757 videoID = "64bfb0913ed6e5096d66dc1e"
5858 title = "Gumlet Player Example"
5959 style = { { height : '100vh' , width : '100vw' , position : 'relative' } }
60- schemaOrgVideoObject = { {
61- "@context" : "https://schema.org" ,
62- "@type" : "VideoObject" ,
63- "name" : "Siren pink 3:4 video" ,
64- "description" : "" ,
65- "thumbnailUrl" : [
66- [ "https://video.gumlet.io/603cc6a9926fb6233baebb34/66487345e3dcc416dc9bbb5b/thumbnail-1-0.png?v=1716024171990" ]
67- ] ,
68- "uploadDate" : "2024-05-18T09:22:13.592Z" ,
69- "duration" : "PT7.833333S" ,
70- "embedUrl" : "https://play.gumlet.io/embed/66487345e3dcc416dc9bbb5b"
71- } }
72- autoplay = { false }
73- preload = { false }
74- muted = { true }
75- disable_player_controls = { false }
76- t = { 35 }
77- onReady = { ( ) => console . log ( "Player is ready." ) }
78- onPlay = { ( ) => console . log ( "Video is playing." ) }
79- onPause = { ( ) => console . log ( "Video is paused." ) }
80- onProgress = { ( e ) => console . log ( "Video is at" , e . percent ) }
81- onTimeUpdate = { ( e ) => console . log ( "Video is at" , e . seconds , "seconds" ) }
82- onEnded = { ( ) => console . log ( "Video has ended." ) }
83- onFullScreenChange = { ( e ) => console . log ( "Full screen change" , e ) }
84- onPipChange = { ( e ) => console . log ( "Picture in picture" , e ) }
85- onAudioChange = { ( e ) => console . log ( "Audio changed" , e ) }
86- onQualityChange = { ( e ) => console . log ( "Quality changed" , e ) }
87- onVolumeChange = { ( e ) => console . log ( "Volume changed" , e ) }
88- onSeeked = { ( e ) => console . log ( "Seeked" , e ) }
89- onError = { ( e ) => console . log ( "Error" , e ) }
90- />
60+ schemaOrgVideoObject = { {
61+ "@context" : "https://schema.org" ,
62+ "@type" : "VideoObject" ,
63+ "name" : "Siren pink 3:4 video" ,
64+ "description" : "" ,
65+ "thumbnailUrl" : [
66+ [ "https://video.gumlet.io/603cc6a9926fb6233baebb34/66487345e3dcc416dc9bbb5b/thumbnail-1-0.png?v=1716024171990" ]
67+ ] ,
68+ "uploadDate" : "2024-05-18T09:22:13.592Z" ,
69+ "duration" : "PT7.833333S" ,
70+ "embedUrl" : "https://play.gumlet.io/embed/66487345e3dcc416dc9bbb5b"
71+ } }
72+ autoplay = { false }
73+ preload = { false }
74+ muted = { true }
75+ disable_player_controls = { false }
76+ t = { 35 }
77+ onReady = { ( ) => console . log ( "Player is ready." ) }
78+ onPlay = { ( ) => console . log ( "Video is playing." ) }
79+ onPause = { ( ) => console . log ( "Video is paused." ) }
80+ onProgress = { ( e ) => console . log ( "Video is at" , e . percent ) }
81+ onTimeUpdate = { ( e ) => console . log ( "Video is at" , e . seconds , "seconds" ) }
82+ onEnded = { ( ) => console . log ( "Video has ended." ) }
83+ onFullScreenChange = { ( e ) => console . log ( "Full screen change" , e ) }
84+ onPipChange = { ( e ) => console . log ( "Picture in picture" , e ) }
85+ onAudioChange = { ( e ) => console . log ( "Audio changed" , e ) }
86+ onQualityChange = { ( e ) => console . log ( "Quality changed" , e ) }
87+ onVolumeChange = { ( e ) => console . log ( "Volume changed" , e ) }
88+ onSeeked = { ( e ) => console . log ( "Seeked" , e ) }
89+ onError = { ( e ) => console . log ( "Error" , e ) }
90+ />
9191 </ >
9292 ) : (
9393 < div > Loading player...</ div >
0 commit comments