Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Plugin crashes at the end of .m3u8 files #118

Closed
sclem opened this issue Nov 12, 2015 · 3 comments
Closed

Plugin crashes at the end of .m3u8 files #118

sclem opened this issue Nov 12, 2015 · 3 comments
Labels

Comments

@sclem
Copy link

sclem commented Nov 12, 2015

The plugin will crash if it reaches the end of a .m3u8 file. An example is this file from apple's website: https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8

The MediaPlayerEndReached event is sometimes fired, other times the player hangs on a stop script (unresponsive).

If the event is fired and wjs(...).plugin.stop() is called from JS, the plugin crashes immediately if plugin.state == 6 (ended).

@RSATom
Copy link
Owner

RSATom commented Nov 12, 2015

Duplicate issue: #63

it's fixed in Vlc 3.0 (unreleased yet)

Btw, why do you still use it? NPAPI already deprecated in Chome, and will stop working in Firefox too by the end of 2016

@RSATom RSATom added the invalid label Nov 12, 2015
@sclem
Copy link
Author

sclem commented Nov 12, 2015

Oh I didn't see that. I will test with a 3.0 nightly. There isn't really any other solution for playing HLS besides flash right now.

@RSATom
Copy link
Owner

RSATom commented Nov 12, 2015

I recommend you switch to use desktop app for example based on NW.js or Electron + WebChimera.js

@RSATom RSATom closed this as completed Dec 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants