dashas
dashas copied to clipboard
MPEG-DASH player written in ActionScript
I have tried to build the project on Ubuntu 17.04 . During the build process , I am getting following error . ------------------------------------------------------------------------------ ubuntu@ubuntu:~/Desktop/dashas-master$ gradle clean compile Download http://dashas.castlabs.com/ivy/apache-flex-sdk-4.12.1.tar.gz [copy]...
I've modified the `canHandleResource` method in `DashPlugin.as` to identify whether or not the stream is DASH, rather than always returning `true`. Without this modification, it is not possible to play...
The player seems to be having trouble playing dash streams formatted like: ``` xml ``` The console produces the following errors at `try.js:56`: ``` Loading manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd' Loaded manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd'...
how to do seek on DashNetStream? Can you give sample code? Play/pause is working fine.
Convert project from OSMF plugin into vanilla standalone player. New player shouldn't have user interface. An user interface should be deliver through videojs integration.
Right click menu on player to link to castlabs.com for more info on player, etc.
Hi, while testing a video (81 seconds), I see that audio suddenly cuts at 77 second. But it must take up to 79. Here is the manifest file: http://10.0.0.28/videos/8137953/Manifest.mpd I...
Even example with live stream does not work: http://dashas.castlabs.com/demo/try.html http://dashas.castlabs.com/videos/bytes/bbb/Manifest.mpd Аfter playing some time player shows error. In my project I alsow tried to set up live stream and play...