My HLS file does not work in the flowplayer plugin
-
https://stream.creativeconsciousness.com/videotest/ Here is the link to the page where the video should load
https://stream.creativeconsciousness.com/restricted/video/m1/video1.m3u8
This is the HLS file it should play. I added this URL to the Media Files / Advanced part of the plugin, and removed all other links (it used to play from an MP4 file directly).
I also updated the .htaccess file with:
AddType video/webm .webm AddType video/mp4 .mp4 AddType video/ogg .ogv AddType application/x-mpegurl .m3u8 # hls transport stream segments: AddType video/mp2t .ts # subtitle text tracks: AddType text/vtt .vtt
and created a crossdomain.xml with
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "https://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" /> </cross-domain-policy>
And still no success.
Any help is highly appreciated ??
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘My HLS file does not work in the flowplayer plugin’ is closed to new replies.