
HTML5 pseudo video streaming with Ruby on Rails won't work on Chrome
Hi.
I'm building web application serving MP4 videos with Ruby on Rails.
We've build custom control panel with using the JavaScript API of JW player and it works fine with Safari and Internet Explorer.
But on Chrome, only the seek function won't work correctly.
If I seek in already loaded part (ex. back 10 sec) video pauses and looping PALAYING and PAUSED status forever.
I thought it is because my application didn't handling the "206 partial content" request, but it seems the player didn't send the http request to server when seeking or looping status.
The seek function works fine with the JW Player's FLASH mode, but I need to change the playback speed with HTML5.
Also, if I use native video tag in Chrome, it seems sending HTTP request to server, but if I didn't use JW Player, I need to rebuild all function with using native HTML5 video tag.
Are there anyone succeeded to using seek function in HTML5 mode with Chrome?
The link to my web application. It is totally Japanese site. You can play video with clicking thumbnail.
https://manabito-online.com/course/detail/marketing-fundamentals
Thanks for taking time to read my question.