Quantcast
Channel: support.jwplayer.com :: Streaming
Viewing all 2800 articles
Browse latest View live

JWPlayer and Streaming Video from AWS S3 via Cloudfront

$
0
0
Hi, I am trying to follow the tutorials provided by Amazon to use JWPlayer to stream video from AWS S3 via Cloudfront RMTP. I've signed up for the free developer JWPlayer account, so that I can follow through with my proof-of-concept, but I can't see how to get license keys to actually see how the player works in my own environment? Please advise. Thanks, Darian

Video cache support for Android sdk like you tube

$
0
0
Hi there, I want to cache video so that when user comes back to same video it starts viode smoothly from where it was left as well as even if user drags seek bar from beginning it should not streaming but should play from cache without buffering this is what you tube having functionality. Please can I have help regarding this feature. I want this feature in my android application which developed in native environment. Thanks in anticipation. Seggi.

AirPlay with free account

$
0
0
hello, it's possible to cast a movie on a streaming website with a free account? thank's

Rtmp

$
0
0
Hello, why did you remove rtmp support? I was going to buy jw player starter, but now there is no point??

HD options are not showing up

$
0
0
Hi everyone, I stored all my HD videos on AWS, and I added the links into my JWPlayer account, but it seems like the videos I upload to my JWPlayer account has the HD option, but the ones with links from AWS don't have the HD option? How can I make all the videos have the HD option? Here's where my videos are showing : http://linguagalaxiae.com/videos/

jwplayer setup properties.

$
0
0
Hi, Below is the setup function of jwplayer version 7.12 file: fileName, width: "100%", aspectratio: "16:9", autostart: true, androidhls: false, hlsjsdefault: true What is the purpose of last two properties in the jwplayer setup? I have added these because not able to play m3u8 files on Android devices in firefox.

About a new tube site

$
0
0
Dear JWPLAYER, I'm planning to launch a cross-device platform that host and show short video to people, these videos can be uploaded via PC or mobiles by users in this platform, NOT in Jwplayer dashboard. Just short video, max length 5 minutes. There will are features like cutting length, stabilizing and enhancing video quality in general. So I'd like to ask if this platform can be launched via your service, and it would be great if you can share some more technical info for this. Thank you. Have a good day An Trinh

Get Video details from List

$
0
0
Hi this is janarthanan from tech affinity. We have implement JwPlayer in our Application. We need your help to resolve this issue. Here is the issue detail. We have Played list of videos using Playlist items.there is no issue, if the player is playing the last video we need to loop the next set of videos. We have the addon complete listener inside the player but they didn't return anything. Is there any way to identify the last videos from playlist items. Regards, Janarthanan

gomo

Want to play downloaded local mp4 file in JWPlayer in my native android application

$
0
0
Hi there, I want to play downloaded local mp4 file in JWPlayer in my native android application can you please help me how can i play this in my native application. Thanks, Seggi

Mac OS X "picture in picture"

$
0
0
I would like to express the need for supporting the "picture in picture" (PIP) feature of Mac OS X, at least in the same style that Youtube is supporting it (allowing to right-click a second time on the video to see the Apple popup menu). Could you please consider it for upcoming releases? Thanks

Unexpected error

$
0
0
Hello, I'm struggling with some authorisation code to protect my live streams. I have a flussonic stream server with token authentication. All is fine when i use the option but that player isn't my first choice,i just want to use jwplayer. I have follwing code from the stream server with auth token... $password, "name" => $streamname, "ip" => $_SERVER["REMOTE_ADDR"], "salt" => bin2hex(openssl_random_pseudo_bytes(16)), "starttime" => time(), "endtime" => time() + $session_lifetime*3600)); $token = file_get_contents("$flussonic/securetoken/sign?$query"); $embed = "$flussonic/$streamname/index.m3u8?token=$token"; ?> And the html i use is... Loading the player... // Setup the player const player = jwplayer('player').setup({ file: '' }); // Listen to an event player.on('pause', (event) => { alert('Why did my user pause their video instead of watching it?'); }); // Call the API const bumpIt = () => { const vol = player.getVolume(); player.setVolume(vol + 10); } bumpIt(); When i do it this way i get error Uncaught SyntaxError: Invalid or unexpected token When i use the player without the token scrip the player runs perfect!! Loading the player... // Setup the player const player = jwplayer('player').setup({ file: 'https://xxxx.xxx.sc/Stream-7/index.m3u8' }); // Listen to an event player.on('pause', (event) => { alert('Why did my user pause their video instead of watching it?'); }); // Call the API const bumpIt = () => { const vol = player.getVolume(); player.setVolume(vol + 10); } bumpIt(); When i use the standard iframe embed option from the streamserver i have excactly the same streamurl with the token Does anyone know what the problem here is i searching already a week to find the solution!! Thanks in advance

Free Player Streaming

$
0
0
Hi I have searched and searched and am unable to find any clear information about the way between the way the free player video is delivered (streamed) to the viewer and a paid account. To clarify: I understand that JW uses a simple HTML5 player and, if I understand correctly that means that Adaptive streaming option of the premium plans is not available. But I have found nothing that covers guidelines for video sizes to minimise the viewer disruption... or have I completely misunderstood how it works? Thanks!

HLS error - Uncaught RangeError: Source is too large

$
0
0
Issue when playing back HLS video blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1 Uncaught RangeError: Source is too large at Uint8Array.set () at t.remuxAudio (blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1) at t.remux (blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1) at t.append (blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1) at t.pushDecrypted (blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1) at t.push (blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1) at blob:http://demo.jwplayer.com/ccfa15c3-71b6-4259-938c-5a895859284c:1

Giant play button blocks content while paused

$
0
0
Hi, as a new user, I have the following suggestion aimed at the creators of JW Player but since I don't have an account I can't make suggestions directly but must post to community. I am using JW Player for online course (CISA) but am also considering adding online tutorials for installing and using our software products. Overall, I think it's a pretty well optimized for training, but I do have one suggestion: When you pause a video, a giant "Play" button with a blue circle background appears in the middle of the screen. This button obscures the content behind it and is very frustrating if you are trying to look at details or read a dense set of text by the video creator! There are several alternatives: make the button transparent, put the button outside the area of the video content, or just don't put one at all: if user moves their mouse they see the slider at the bottom, and the button at the left is either Pause or Play. Thanks!

Free trial version of JW player

$
0
0
Our company wants to switch to this player for playing videos stored on wowza server. Is there any way we can get free version of it for 1 week alteast so that we can decide whether its fullfilling our requirement or not?

mute startup on mobile

$
0
0
Hi, happy New Year! Streaming starts without sound on Mobile, while it is good on computer or tablet. So only on mobile (OSX and Android with Chrome): a small icon at the bottom right of the player indicates the mute position and allows you to activate the sound. At the same time, this little icon appears in place of the player's menu bar. How to make streaming start with sound also on mobile? thank you, Vlad

VPAID adTime only updates on quartiles.

$
0
0
I've noticed that the adTime on videos loaded via VPAID tags only seem to update on quartile times - so if a video is 40 seconds long, it only updates once per 10 seconds. Is there any way to configure the jwPlayer to update the adTime more frequently? I attempted to trigger the adTime event manually once per second, but even when I pass a new position value as the data in the adTime event it doesn't update the progress bar in the UI. Is there any way around this short of tracking the video time externally and displaying it via a custom progress bar? Does the rate this event fire at depend on the configuration of the VPAID tag itself?

getting error "Error loading Youtube : video could not be played "

$
0
0
We have Installed Jwplayer In our site for playing various videos. Recently I am getting "Error loading Youtube : video could not be played" error messge. Please help us to rectify the problem

Gapless Playlist

$
0
0
I have the exact same use case as this user is describing: https://support.jwplayer.com/customer/portal/questions/7995792-gapless-playlists "We are attempting to create a video playlist in which there is zero gap between each video. Currently on the playlist we have created to test this, we get about a one second of buffering between videos. We would like to get the buffering down to zero. How can we do this?" I'd like to know if this is now possible in JWPlayer (as at the time when the post was made the answer was no) either using MediaSource or other HTML5 API? Thanks, Nadav
Viewing all 2800 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>