hosting content locally for testing
See original GitHub issueHave you read the FAQ and checked for duplicate open issues?: Yes
What version of Shaka Player are you using?: 2.4
Can you reproduce the issue with our latest release version?: Yes
Can you reproduce the issue with the latest code from master?:
Are you using the demo app or your own custom app?: Demo app. But using my own .mpd file which was made from .mp4 using mp4box
If custom app, can you reproduce the issue using our demo app?:
What browser and OS are you using?: Browser : Chrome. OS: Windows 10
What are the manifest and license server URIs?:
What did you do? I have a video file (.mp4) in my system in C drive i have converted it into .mpd using mp4box and i copy-pasted the .mpd file path in javascript var manifest = “” variable.
What did you expect to happen? I expected that the video would play
What actually happened? Error 1000 in console was the output.
Can you please tell me where and how to put these .mpd files so that they would get played on the browser
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (9 by maintainers)

Top Related StackOverflow Question
For
Nvideos, you would needNMPD files. But you can easily create one HTML & JS page withNvideo elements andNinstances of Shaka Player controlling them.Does that help?
Yup. Just run
python -m SimpleHTTPServer 8000in a directory that contains both the content and the demo. Then you should be able to go tolocalhost:8000and browser until you find the demo.