jwplayer

How to hide/encrypt the ajax requests from network tab in google and other browsers? [duplicate]

痴心易碎 提交于 2019-12-02 22:54:36
问题 This question already has answers here : How to clear ajax requests from network tab using jquery? (2 answers) Closed 2 years ago . I am working on jwplayer and I just want to hide/encrypt the ajax requests that are sent by jwplayer to play the video. The reason is this when jwplayer send request it contains video id and I don't want to reveal it because it is streaming from google drive and any one can leach the same video. Is there any method to hide/encrypt ajax calls from console? I have

How to hide/encrypt the ajax requests from network tab in google and other browsers? [duplicate]

社会主义新天地 提交于 2019-12-02 13:03:17
This question already has an answer here: How to clear ajax requests from network tab using jquery? 2 answers I am working on jwplayer and I just want to hide/encrypt the ajax requests that are sent by jwplayer to play the video. The reason is this when jwplayer send request it contains video id and I don't want to reveal it because it is streaming from google drive and any one can leach the same video. Is there any method to hide/encrypt ajax calls from console? I have tried clear console method console.clear(); but it clears console not network tab. As Max says you can't hide requests and/or

Loading an FLV in Facebox with jQuery for IE7 and IE8

[亡魂溺海] 提交于 2019-12-02 11:18:24
It goes almost without saying, this works perfectly in Chrome, Firefox, and Safari. IE (any version) being the problem. Objective: I am trying to load JWplayer which loads an FLV from S3 in a Facebox popup. jQuery(document).ready(function($) { $('a[rel*=facebox]').facebox() }) HTML (haml): %li#videoGirl = link_to 'What is HQchannel?', '#player', :rel => 'facebox' .grid_8.omega.alpha#player{:style => 'display: none;'} :javascript var so = new SWFObject('/flash/playerTrans.swf','mpl','640px','360px','0'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so

Using jwplayer 6.11 video not Play on ipad

这一生的挚爱 提交于 2019-12-02 07:42:17
问题 We using JW Player 6.11 for video play .mp4 & .flv but not work on. ios7 iPhone How can I fix this one for at that time for iPad? function playvideo() { jwplayer("mediaplayer").setup({ playlist: [{ sources: [ { file: "<?php echo $this->getUrl().'Content/video/'.trim($_product->getVideourl());?>", //type: 'html5', } ], title: "Play" } ], controlbar: "none", height:388, width: 610, streamer: "rtmp://s14flalja9b5hr.cloudfront.net/cfx/st", startparam: "ec_seek", fallback: false, repeat: false,

Using jwplayer 6.11 video not Play on ipad

白昼怎懂夜的黑 提交于 2019-12-02 07:24:47
We using JW Player 6.11 for video play .mp4 & .flv but not work on. ios7 iPhone How can I fix this one for at that time for iPad? function playvideo() { jwplayer("mediaplayer").setup({ playlist: [{ sources: [ { file: "<?php echo $this->getUrl().'Content/video/'.trim($_product->getVideourl());?>", //type: 'html5', } ], title: "Play" } ], controlbar: "none", height:388, width: 610, streamer: "rtmp://s14flalja9b5hr.cloudfront.net/cfx/st", startparam: "ec_seek", fallback: false, repeat: false, autostart: true, primary: 'flash', bufferlength: '30', stretching: 'fill', onpause: 'true', events: {

JWPlayer doesn't load a video

▼魔方 西西 提交于 2019-12-02 04:06:06
I have problem, JW player doesn't load a video. Maybe unsupported format (AVI) or I am using wrong URL. <div id="myElement">Loading the player...</div> <script type="text/javascript"> jwplayer("myElement").setup({ file: "/filmy/Oko_bere.avi", image: "logo.png", width: 640, height: 360 }); </script> Thank you. AVI is definitely not supported. Here is a list of all supported formats - http://support.jwplayer.com/customer/portal/articles/1403635-media-format-support 来源: https://stackoverflow.com/questions/25713161/jwplayer-doesnt-load-a-video

Javascript API not working for Chrome or Safari on JW Player 5.9

为君一笑 提交于 2019-12-01 23:33:06
问题 I am working on a custom interface for the JW Player which displays the current track title and has play/pause, next track, previous track and volume toggle buttons. It works for IE8/9 and FF but fails for Chrome and Safari. Chrome's console gives the following error: Uncaught TypeError: Object # has no method 'addControllerListener' This is the code I am using for testing. <div id="container">Loading the player ...</div> <script type="text/javascript"> jwplayer("container").setup({ image:

JW Player not playing MP4 video format videos in ie9 and ie10

旧巷老猫 提交于 2019-12-01 21:46:32
问题 I implemented jw player 6 player in my web page. I could able to play mp3 files in jw player in both the browsers ie9 and ie10. But i couldn't able to play MP4 files in both browsers and but it works fine in ie8. Below is my code that i used. <head runat="server"> <meta http-equiv="Content-Type" content="video/mp4" /> <title>JW Player</title> <script type="text/javascript" src="JwPlayer/jwplayer.js"></script> <script type="text/javascript"> jwplayer.key = "Key";</script> </head> <body> <form

JW Player not playing MP4 video format videos in ie9 and ie10

江枫思渺然 提交于 2019-12-01 21:42:00
I implemented jw player 6 player in my web page. I could able to play mp3 files in jw player in both the browsers ie9 and ie10. But i couldn't able to play MP4 files in both browsers and but it works fine in ie8. Below is my code that i used. <head runat="server"> <meta http-equiv="Content-Type" content="video/mp4" /> <title>JW Player</title> <script type="text/javascript" src="JwPlayer/jwplayer.js"></script> <script type="text/javascript"> jwplayer.key = "Key";</script> </head> <body> <form id="form1" runat="server"> <div align="center"> <div id="container"> Loading the player ...</div>

secure streaming of videos

只愿长相守 提交于 2019-12-01 11:56:59
问题 im using jwplayer i want the users to view the videos but not download them generating hashed url of videos was the one i found to do it im using lighttpd mod on the server that creates the hash, and using it i create the url for the videos timeout : expire every 30 minutes from when hash is created the problems comes when i play the videos the second time the page loads as follows: the page loads, there are currently 2 videos that show on each page, a div is created for each of the videos