Hello, I would like to do HLS and MPEG Dash Adaptive Straming, we have our own servers to receive and transcode video streams. When i test the stream on your test player it works very nice but when I embed player to my website it doesn't work. I guess streaming is only available with premium.
Am I right and if so what is the pricing for premium monthly?
Do you limit any use of the player when we purchase the premium packet (max video views or bandwith etc..)?
↧
Live Straming
↧
{"message":"Forbidden: Could not authenticate request: signature verification failed."}
I am getting {"message":"Forbidden: Could not authenticate request: signature verification failed."} while calling below URL
https://cdn.jwplayer.com/v2/media/RNQQktwx?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyZXNvdXJjZSI6Ii92Mi9wbGF5bGlzdHMvUk5RUWt0d3giLCJleHAiOjE0OTYyNDU1Nzd9.VyIZgnGfgge7P6e3QCVvYbKrTlXQgviW1gk6OgtcUDk
↧
↧
Issue with Iphone
Hi,
Jwplayer not working with Iphone & sometimes am getting loading broken error, sometimes video simply showing loading icon.
but in windows PC it works fine.
Could you any one suggest the solution ??
↧
Attempt to invoke interface method 'int com.longtailvideo.jwplayer.c.f.b()
java.lang.NullPointerException: Attempt to invoke interface method 'int com.longtailvideo.jwplayer.c.f.b()' on a null object reference
at com.longtailvideo.jwplayer.core.e.a.a(SourceFile:51)
at com.longtailvideo.jwplayer.core.e.d.run(SourceFile:63)
at java.lang.Thread.run(Thread.java:818)
I have faced about 15 times this crash.
↧
self-hosted player
How do I get a self-hosted player?
↧
↧
ISSUES
How do I DELETE this pesky program
↧
How to load URL on video "complete"
How can I automatically load a URL upon completion of a video? I assume I would use jwplayer().on('complete') but I am not clear on how to implement this.
↧
Audio Only Player
I'm trying to set up an audio only player, and all the examples have been removed from the JW site for some reason. Is there an article that describes this?
↧
Audio plays but video is blank
Hi all,
When I embed a video, only the audio plays, and the screen is black. I have tried with a video from amazon s3 as well as from my local server.
The video is h264, mp4 container, aac audio.
Does anyone know what can be causing this?
Thanks!
Dirk
↧
↧
Streaming audio
Is it possible to set a player to play a streaming audio/video (rtmp) only with left or right audio channel? If possible, how i can set it? Kind regards . Antonio Viscomi
↧
Inconsistent cuechange events on Chrome for Android
On chrome for Android, in development (process.env.NODE_ENV === 'development'), I get cuechange events correctly. In production I get no cuechange events. I need to detect events to update our UI to show track metadata.
Can someone please help me understand what I can do to make this work.
Thanks!
↧
Video import
I would like to shift all the videos of nearly 100 GB from AWS to JW player , is there any way for this.?
↧
how to work m3u8
how to work m3u8 playlist file?
please written with source code
↧
↧
jwPlayer cookie
I have a server with video files which are only accessible if some cookies are set,
Can I use jwPlayer to send cookies with request in sources URL?
↧
JWPlayer .seek() Not working with HLS Adaptive streaming
I can't seem to get the .seek() to work. I'm using HLS adaptive streaming.
It works OK if I use a locally hosted file though?
Thanks!
Code fragment
:
//SETUP THE JW PLAYER
jwplayer.key="mYveryLongACCesskeYgOesHeRe==";
jwplayer("PlayerElement").setup({
"playlist": [
{
"sources": [
{
"default": false,
"file": "",
"label": "0",
"type": "hls",
"preload": "auto"
}
]
}
],
mediaid: "",
stretching: "exactfit",
autostart: true,
mute: true,
width: "100%",
aspectratio: "16:9",
abouttext: "Crown Copyright Material",
controls: false,
//seek: true, //doesn't work
//start: "20", //doesn't work
"primary": "html5",
"hlshtml": true
});
//VIDEO EVENT HANDLERS
jwplayer().onBeforePlay(function(){
jwplayer().seek("20");
});
↧
buffering problem
i face the problem while playing video it keeps on buffering after 5 sec my internet speed i checked it is 6.5 Mbps upload and 5.3 is download
↧
seek() to a position with autostart enabled
I am having a video scroll (one video instance at a time in memory). I am able to seek() video to a position only when autostart = false. But I need to autostart from the last position. Is there any way to do this?. Any help would be appreciated
↧
↧
downloading videos
can i download videos that are using JWPlayer system if so how
↧
Android SDK - Pausing the activity when the player is not loaded causes the application to crash
Hello,
I post this bug report here since I couldn't find any GitHub repository for the Android SDK to post an issue on.
When the media is not loaded and I try to pause (by going back for instance) an activity which contains a JWPlayerFragment, the application crashes.
Here is the crash stack trace, you can see that it exclusively comes from the JWPlayer player and not my activity : https://pastebin.com/NCingY8V
Am I doing something wrong, or is it really an internal JWPlayer bug ?
Thanks !
↧
Flash/S3 - mixed content .. requested an insecure plugin data
When running the jw7 video player in Chrome with Developer tools on I am getting a lot of warnings: when streaming S3 video with Flash. primary: "flash"
Mixed Content: The page at 'https://www.xxx.xxx.xxx/xxx/playerv7menu.php?videoNumber=4' was loaded over HTTPS, but requested an insecure plugin data 'http://54.239.166.116/idle/Weemx_Oob__mxD8q/1'. This content should also be served over HTTPS
It would seem the /idle /send are coming back from AWS ?
When in HTML5 video mode, I don't get these warnings
↧