ChihChengYang / wfs.js

html5 player for raw h.264 streams
BSD 2-Clause "Simplified" License
380 stars 139 forks source link

cannot play w/o hardware acceleration in chrome 67 and chrome 66 #15

Open weibinzhu opened 6 years ago

weibinzhu commented 6 years ago

The wfs.js is great but it doesn't work when I tried to use it without hardware acceleration in chrome. The message shown in console is: 'trying to append although a media error occured, flush segment and abort'.

And I also checked the error message of the HTMLMediaElement and it said: 'Failed to send video packet for decoding: timestamp=700000 duration=33333 size=100037 side_data_size=0 is_key_frame=1 encrypted=0 discard_padding (ms)=(0, 0)'

This problem doesn't occur in firefox ( version 60 ).

bug0

bug1