Quantcast
Viewing all articles
Browse latest Browse all 2800

Stream from my server

I need to pass url video to source to show player it gives me error file not found var playerInstance = jwplayer("jsplaylist"); playerInstance.setup({ image: "myPoster.jpg", sources: [{ file: //"http://localhost:7070//StreamFiles.ashx?type=video&mimetype=" + escape("video/m4v") + "&filename=" + vm.itemDetails.videoUrl "/bbb-800.mp4" }, { file: "/bbb-800.mp4" //"http://localhost:7070//StreamFiles.ashx?type=video&mimetype=" + escape("video/m4v") + "&filename=" + vm.itemDetails.videoUrl }], //playlist: [{ // image: "/assets/myVideo.jpg", // sources: [{ // file:"/bbb-800.mp4" //"http://localhost:7070//StreamFiles.ashx?type=video&mimetype=" + escape("video/m4v") + "&filename=" + vm.itemDetails.videoUrl // }, { // file: //"http://localhost:7070//StreamFiles.ashx?type=video&mimetype=" + escape("video/m4v") + "&filename=" + vm.itemDetails.videoUrl // }] //}], "autostart": true });

Viewing all articles
Browse latest Browse all 2800

Trending Articles