Quantcast
Viewing all articles
Browse latest Browse all 2800

Cannot play external link video

Hi, I am trying to play a video hosted externaly on server. while playing it shows an error. file could not be played. following is my code var playerone = jwplayer("myElement"); playerone.setup({ "playlist": [ { "sources": [ { "default": false, "file": "https://learningmatrix2.icicibank.com:1936/vod/mp4:Learning_Window.mp4//manifest.mpd", "label": "0", "type": "mp4", "preload": "none" } ] } ], "primary": "html5", "hlshtml": true }); now when i keep type = mp4 it gives file could not be played and when i keep it mpd it gives no playable contect found. I have tested playing this video on jwplayer stream tester. it looks fine there.

Viewing all articles
Browse latest Browse all 2800

Trending Articles