jwplayer

JwPlayer not playing rtmp stream?

。_饼干妹妹 提交于 2020-01-06 15:26:25
问题 i have setup Jwplayer like this in my html under the script tag: <script type="text/javascript"> jwplayer("container").setup({ flashplayer: "js/jwplayer.flash.swf", file: "rtmp://localhost:1935/121/mystream.stream", height: 270, width: 506 }); </script> but it is giving me a error like "No playble source found". But if check my live stream on online jw player,its working fine. And if i use a demo url "http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4" then my player is working fine.I

Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error

烂漫一生 提交于 2020-01-06 06:11:19
问题 i can't speak english good sorry for this =) I have a web site for live stream. I use JWPlayer. Video runs smoothly on a computer (Chrome). But getting such an error in android devices. This is error's SS <script type="text/javascript"> jwplayer('playerjxASSdasni').setup({ 'id': 'playerID', 'width': '100%', 'height': '600', 'file': 'www.yyy.com:8080/live/asas.m3u8', 'androidhls': 'true', 'image': '/thumbs/bunny.jpg', 'modes': [ {type: 'html5',}, {type: 'flash', src: 'jwplayer/player.swf'},

RTMP stream plays sound for 1 second, then stops - no video at all

拈花ヽ惹草 提交于 2020-01-05 10:34:58
问题 I'm using JWPlayer 6.8 (latest) to play RTMP streams. The example page code is as simple as: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JWPlayer Stream Test</title> <script type="text/javascript" src="jwplayer/jwplayer.js"></script> </head> <body> <div id="canvas"></div> <script type="text/javascript"> jwplayer('canvas').setup({ file : "stream.smil", width : 1024, height : 768 }) </script> </body> </html> The SMIL manifest: <smil> <head> <meta base="rtmp://192.168.1.160:1340

How Can I Dynamically Edit JW Player JavaScript?

血红的双手。 提交于 2020-01-05 04:37:10
问题 I have a text box in my page containing the code of JW player: <div id="video-container">Loading the player ...</div> <script type="text/javascript"> jwplayer("video-container").setup({ autostart: false, skin: "/skins/modieus/modieus.zip", image: "/wp-content/uploads/picture-filename.jpg", file: "/wp-content/uploads/video-filename.mp4", flashplayer: "/jwplayer/player.swf", volume: 80, width: 853, height: 480 }); </script> In addition, I have three other text areas and two checkboxes: The

JW Player not showing up for internet explorer users

只谈情不闲聊 提交于 2020-01-04 13:23:28
问题 I'm trying to include some videos on a website I help to maintain using JW Player, and some internet explorer users are reporting that they don't see the video box show up at all (i.e. the space where the video player should be is completely blank, not displaying an error about flash version or anything like that). Here is the code that I'm using to initialize the video player: <div id='player_5465'></div> <script type="text/javascript"> jwplayer("player_5465").setup({ file: "http://bmt.umn

jwPlayer causes rendering not to load in Sitecore's Page Editor

故事扮演 提交于 2020-01-04 03:52:08
问题 I'm currently working on a rendering in Sitecore 7.2 (MVC) that will show a jwPlayer given a link to a video (either in the Media Library or from an external source, like YouTube). When I add the rendering (with a valid data source) through Presentation Details in the Content Editor everything looks fine, and works perfectly. The trouble that I'm running into right now, though, is that when I try to do the same thing from the Page Editor (with the exact same rendering and data source),

Unable to play audio when JWPlayer is hidden

孤人 提交于 2020-01-03 03:51:04
问题 I am currently trying to get JWPlayer to play audio files when the user interface is hidden. It works fine for video (plays the sound from the video) but for some reason, when I use the same technique for playing audio files nothing happens when I click my custom play button. This code plays the sound from the video as expected: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="jwplayer/jwplayer.js"></script>

How to seek() then pause() with JWPlayer 5.4

℡╲_俬逩灬. 提交于 2020-01-02 03:53:28
问题 Does anyone know how to get JW PLayer v5.4 (either the Flash rendering or the HTML5 rendering) to pause after a seek() command? I'm trying to get the video to step 0.01 seconds forward or backward when a user clicks the fine-grain control buttons (or uses the left or right arrow keys). This is so they can snap a framegrab with better precision. I'm not sure if this is even possible but I've tried a few things with no luck. Such as the following: var stepTo = jwplayer("video_player")

how to Create webvtt file for subtitle dynamically

与世无争的帅哥 提交于 2020-01-01 18:17:34
问题 i am trying to create the web vtt file dynamically where user pauses , and player should be able to do get the current playtime than user can write subtitle .... i am trying to give user a screen as well .. so that he can see what is he doing after user is finished writing subtitle i want to save the file in web vtt format for subtitle is it possible ?? than how ?? pls guide me ??? i got some help from here because it does look like what i have in mind html 5 wepage video subtitle HTML5 VIDEO

Streaming with CloudFront to JWPlayer

こ雲淡風輕ζ 提交于 2020-01-01 12:12:16
问题 I followed the following tutorial: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/TutorialStreamingJWPlayer.html And I hosted my html codes inside localhost (at the moment). I get the player opened but player do not play any videos. It just keep rotating (indicating its still loading). But nothing buffers or nothing else happens. <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript"