I am able to play mp4 contents using
playerInstance.setup({
"file": "video.mp4"
});
But similarly, I need to parse mpd contents and play mp4 video.
playerInstance.setup({
"file": "video.mpd"
});
I created mpd content using edash-packager & MP4Box as mentioned in https://support.jwplayer.com/customer/portal/articles/2020483-using-dash-streaming.
But both didn't work for me. Any help would be appreciated!
↧