-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working file m3u8 in chromecast #163
Comments
It should be solved when #118 is released. |
This is supposed to be fixed with the merging of 118 but I could not make it work. I have a test page here: We are loading the plugin from //cdn.jsdelivr.net/npm/@silvermine/[email protected]/dist/silvermine-videojs-chromecast.min.js The video file link is: https://player.vimeo.com/external/887203408.m3u8?s=e209ffa7f9b282b57843370fc91a55f8b56b14ae |
It seems that you haven't configured the
|
Did it solve your issue? |
I had a version which was casting but the cast button was not showing up in the player. Now I fixed that but it's not casting. I have the same test link https://couchtofitness.com/session/407 I see a blank screen on Chromecast. I'd like to know how to debug this. |
Had same issue but probably because of a different problem, hls is packaged not only in |
@kontrollanten I still can't get it to work. Can someone post a demo page? I made a simple one here which doesn't work: https://onedesign.ro/videojs/vimeo.html I just tested my stream url with another player and it seems to be working perfectly with chromecast https://bitmovin.com/demos/stream-test?format=hls&manifest=https%3A%2F%2Fplayer.vimeo.com%2Fexternal%2F887203408.m3u8%3Fs%3De209ffa7f9b282b57843370fc91a55f8b56b14ae Update: I grabbed the source code and built it locally. I get the same result so I am starting to think that there is something wrong with the way I initialise the player or the stream is different than expected. Here is the test page with the locally built source code: https://onedesign.ro/videojs/locally-built/ |
More information from my testing: They are using the same code, I replaced I struggle to debug the differences between these two feeds. I work with the assumptions that the codec used by Vimeo is the same for both links. The one I can't cast works fine with the Vimeo player so it's definitely possible to fix. |
I managed to get a working version by downloading the 4k version of the video file from Vimeo and re-uploading it. The only thing that I saw different was that the non-working hls url did not have the SUBTITLES entry. After re-uploading the auto-generated captions option was enabled on the Vimeo video settings page and it seems to cast fine. This bit was in the working feed: |
@nickopris Sorry for late answer. Can you try the demo at #166 Do you remember to run player.chromecast() after videojs initilazation?
|
I use file: https://kor.hanvid.com/file/045156a11886e576169f8721d9a61644/playlist.m3u8 to add chromecast but it doesn't work with this file
The text was updated successfully, but these errors were encountered: