Alexandru Branza
Alexandru Branza
Does `MediaPlayerStateChanged` also pass the new state to the callback function?
If something like `MediaPlayerStateChanged( state )` is possible. so it would pass the new state when the event is triggered.
There is one more problem with `MediaPlayerStateChanged` that I've found. I guess it should trigger only when the state has changed (ie: is different from the previous state), but I...
You can now set default aspect ratio and crop manually with the latest version of WebChimera Player. Example using your sample: http://editor.webchimera.org/test_aspect_ratio Official demo: http://editor.webchimera.org/aspect_ratio_crop Documentation: http://wiki.webchimera.org/index.php?title=.addPlaylist() **I've found two...
The bugs I've found might be isolated to this specific video source, eighter file corruption, improper file header, improper video cutting tool.. I'd also do a test with another ".ts"...
I've found another ".ts" file to test with: ``` http://dveo.com/downloads/TS-sample-files/San_Diego_Clip.ts ``` I can confirm that the bugs (Aspect Ratio, vlcPlayer.time and vlcPlayer.position) happen to all ".ts" files.
I undo the changes done by `sortable` with: ``` onSort: function (evt) { var oldId = evt.oldIndex, newId = evt.newIndex, reArrange = sortable.toArray(), oldSort = sortable.toArray(); if (oldId < newId)...
@tfoxy `mediainfo.js` does not need to read the entire file, but imo acts strangely in regards to how much it needs to read, see: https://github.com/buzz/mediainfo.js/issues/108 I see that your `ffprobe-wasm`...
the problem with this suggestion is that it can be heavily abused by addon developers, imagine getting ads in the form of notifications in Stremio.. the users will blame Stremio,...
Stremio addons can never behave like Kodi addons, because Stremio does not run the addons locally. This means that all changes to an addon (except the addon manifest) are always...