Closed cbellosoto closed 7 months ago
Does it work on the docs site? Is there any error on Chrome Console tab?
It would be better if you can provide a public repo for reproducing this issue.
Yes it is working in the Doc Site. https://hugomods.com/docs/media/video-js/
No errors in the DevConsole
And here is my repo https://github.com/cbellosoto/TestSite/blob/main/content/index.md
Let me know if you have any questions.
There are several issues:
-D
flag on hugo server
to build draft
content.Closed per above comment.
When attempting to run the exampels in the Hugo VideoJS site it is not working with the examples provided. https://hugomods.com/docs/media/video-js/#videojs-hls-example https://hugomods.com/docs/media/video-js/#videojs-mpeg-dash-example
In my .md the regular video is loading fine but no the stream.
//working fine {{< video-js "https://heishenhua.com/video/preview/video_PV03_Music.mp4" >}}
//not working {{< video-js src="https://devstreaming-cdn.apple.com/videos/streaming/examples/adv_dv_atmos/main.m3u8" type="application/x-mpegURL"
Let me know if more information is needed or if the issue is just me.