jwplayer

jwplayer: how to disable seek on not viewed part of video?

落花浮王杯 提交于 2019-12-10 23:31:07
问题 I am using jwplayer 6.8.4616. I don't want users to seek to the part of video which he have not already watched, allowing to seek the part which have already watched, but unable to find good solution. I have tried JWPlayer Prevent SKipping forward unless already watched in google chrome 39.0.2171.71 + ubuntu 14.04. It does not work for me unless I set timeout value to atleast 1500ms in that solution, but if timeout is too long then it becomes visible. if not through javascript, can it be done

JW Player - Video works in chrome, not firefox or IE

馋奶兔 提交于 2019-12-10 21:29:28
问题 See working link. On the homepage I have two videos (#intro_video & #video_container) which under chrome I have no problems, but in firefox and IE the video doesn't play. It's loading the preview image but when you click play it tries to load for a moment and then goes back to the preview. I have tried using Jquery Flash (loads #intro_video): var so = new SWFObject('/swf/player.swf','ply','670','300','9','#000000'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess',

video on demand streamin with jwplayer wowza android issue

女生的网名这么多〃 提交于 2019-12-10 13:30:01
问题 I try to make jwplayer work on android phone when I put rtsp protocol file source it work fine in android but display an error that file can not be played in iOS and PC without rtsp file source work on pc and iOS fine with rtsp file source work only in android jwplayer("mediaplayer").setup({ playlist: [{ sources: [ {file:'rtmp://localhost:1935/vod/mp4:dexter.mp4'}//used it to PC , {file:'rtsp://localhost:1935/dexter/dexter.mp4'}// used it to android, {file:'http://localhost:1935/vod/mp4

Trying to implement JW Player on iOS

非 Y 不嫁゛ 提交于 2019-12-10 12:44:05
问题 I am a newbi in JW and can't seem to implement to simplest player. Help me, please. I have created an html and put it in my project. in the same place with the jwplayer.flash.swf, jwplayer.html5.js, jwplayer.js My html file looks like this (Home.html): <html> <head> <title>Title of the document</title> <script type="text/javascript" src="jwplayer.js"></script> <script type="text/javascript">jwplayer.key="myKey"</script> </head> <body> <div id='player_8955'></div> <script type='text/javascript

How do I play rtmp streams with JW Player?

六眼飞鱼酱① 提交于 2019-12-10 11:33:32
问题 I want to know how to stream RTMP with JW Player I just begun this, the embed didnt help so if someone can share a code that works for him, would be helpful. 回答1: We have a guide here for this - http://www.longtailvideo.com/support/jw-player/28854/using-rtmp-streaming And an example - http://www.longtailvideo.com/support/jw-player/29395/rtmp-single-stream 来源: https://stackoverflow.com/questions/17869592/how-do-i-play-rtmp-streams-with-jw-player

jwplayer - how do I get video duration before playback?

妖精的绣舞 提交于 2019-12-10 09:22:30
问题 I'm trying to get the duration of a video before the jwplayer starts playing. I tried calling getDuration () in the onReady event callback, but it returns -1. When I call getDuration () in the onPlay event callback, I get the correct value. Any ideas? Here's my code: <video src="movie.mp4" id="video" width="800" height="600"></video> <script type="text/javascript"> jwplayer ('video').setup ({ flashplayer: '/js/mediaplayer-5.10/player.swf', width: 600, height: 400, events: { onReady: function

'JWPlayer-iOS-SDK/JWPlayerController.h' file not found

懵懂的女人 提交于 2019-12-09 19:22:37
问题 Followed the steps given at :https://developer.jwplayer.com/sdk/ios/docs/developer-guide/intro/getting-started/ to import JWPlayer For troubleshooting: https://developer.jwplayer.com/sdk/ios/docs/developer-guide/troubleshooting/troubleshooting/ Also installed cocoapods and in Podfile added: pod 'JWPlayer-SDK', '~> 2.4.3' ran pod install command later. What am I missing? 回答1: By cocoa pod installation you must use below path to import: #import <JWPlayer-SDK/JWPlayerController.h> And by adding

Could not play mp4 with JW player

半世苍凉 提交于 2019-12-08 05:59:28
问题 I've read a lot of similar topics but did not manage to find a solution to my problem. I'm using Apache tomcat and localhost:8080 to host my html. I've download a lot of mp4 files from different sources and none of then can be played. Error says: error loading media: file could not be played. But if i upload them into my youtube channel and use the URL, they can be played perfectly. I don't know how to check or add MIME type in my case. And i believe all my mp4 files use H.264/AAC encoding.

jwplayer and tinymce

不想你离开。 提交于 2019-12-08 05:14:15
问题 I would like to get jw player to play nicely with tinymce. Currently, tinymce just strips the embed code out, or converts it to ... which breaks it. first aim is to even allow the jw player code a nice-to-have would be a button to add the code through the interface. any help much appreciated 回答1: Here's how you can insert video to play in the JW Player in TinyMCE. You need to have the Media plugin added to the TinyMCE editor the ImageManager add-on installed. Edit /tiny_mce/plugins/media

Bitrate JWplayer

北慕城南 提交于 2019-12-08 03:35:00
问题 I am having trouble to make jwplayer work with different bitrates. For each video, I am creating new output files with different suffixes that have lower bitrates: For instance, Output 1 (high bitrate): test-original.mp4 Output 2 (medium bitrate): test-medium.mp4 Output 2 (low bitrate): test-low.mp4 The output file names are dynamic as the users can upload as many different video files as they want. jwplayer configuration: jwplayer('video-container').setup({ 'sources':[ {'file': "rtmps://" +