Questions tagged [jwplayer7]
144 questions
0
votes
1 answer
Jwplayer Pre Roll ADS Cant close the ads div when video plays
Im trying to make a closable advertisement div using jwplayer 7
my codes are below:
ID,'videourl', true);
$embedvideo = get_post_meta($post->ID,'embedvideo', true);
$embed_video = get_post_meta($post->ID,…
user5247236
0
votes
2 answers
RTMP live stream using jwplayer
I am trying to create a live stream radio website for various radio stations. Many radio stations use RTMP for their live streaming. So I used jwplayer as my default player. However, it doesn't seem to work. Here is my code: