videojs / videojs-flash

The Flash tech for video.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readyState() method not returning value

Rohitrcp opened this issue · comments

Description

Issue for only Flash mode
When I want to get the status of the player by readyState() method it's returning always 0.

Actually, I want to seek last remembered time but in videojs "timeupdate" update event calling before downloaded media content. So I need to get status by readyState() method.

It's working fine if tech order is HTML5 but when I switch in flash mode it's not working.
Please help me

Expected

I want to status of the player in flash mode so I can seek

versions

videojs : 6.2.5
videojs-flash: 2.0.0 and swf file used from https://github.com/videojs/video-js-swf
videojs-contrib-hls: 5.8.3

Possibly related to videojs/video-js-swf#161