- Posts: 4
COMMUNITY FORUM
AllVideo files showing black screen
- Sigríður Björgvinsdóttir
- Topic Author
- Offline
- New Member
Less
More
7 years 1 week ago #165381
by Sigríður Björgvinsdóttir
AllVideo files showing black screen was created by Sigríður Björgvinsdóttir
When trying to run the videos on this page gangmyllan.is/index.php/en/videos/video-hryssur
only the top one runs. For the others there is no visual, only a black screen but the player runs with sound.
these are mp4 files (changes since former flv files no longer work with some browsers).
For example the second video is using the line below, no spaces.
{mp4}vid_alfhildur_MD2014{/mp4}
Can you help with this please.
only the top one runs. For the others there is no visual, only a black screen but the player runs with sound.
these are mp4 files (changes since former flv files no longer work with some browsers).
For example the second video is using the line below, no spaces.
{mp4}vid_alfhildur_MD2014{/mp4}
Can you help with this please.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 1 week ago #165398
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic AllVideo files showing black screen
Hello,
I can see the videos in your page - jmp.sh/bP9pkhN
The sound issue is most likely a codec issue (h264). However I can hear the sound on Sylgja frá Ketilsstöðum or Tíbrá frá Ketilsstöðum
I can see the videos in your page - jmp.sh/bP9pkhN
The sound issue is most likely a codec issue (h264). However I can hear the sound on Sylgja frá Ketilsstöðum or Tíbrá frá Ketilsstöðum
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sigríður Björgvinsdóttir
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
7 years 1 week ago #165414
by Sigríður Björgvinsdóttir
Replied by Sigríður Björgvinsdóttir on topic AllVideo files showing black screen
Hi, thanks for the reply.
the first video on top is not a problem it is the other ones below I can not view, they play but show only black screen. The sound is not an issue.
If you look at this video gangmyllan.is/images/stories/videos/vid_alfhildur_MD2014.mp4
it does not play but if you download it it's ok.
best regards,
Sigríður
the first video on top is not a problem it is the other ones below I can not view, they play but show only black screen. The sound is not an issue.
If you look at this video gangmyllan.is/images/stories/videos/vid_alfhildur_MD2014.mp4
it does not play but if you download it it's ok.
best regards,
Sigríður
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 6 days ago #165430
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic AllVideo files showing black screen
If the direct link doesn't work, then the issue is with the video itself.
You need to encode the video using the h264 coded or with the settings that the other videos have.
The player can only stream valid mp4/h264 videos.
You need to encode the video using the h264 coded or with the settings that the other videos have.
The player can only stream valid mp4/h264 videos.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ANAN PAENTHONGKHAM
- Offline
- New Member
Less
More
- Posts: 1
6 years 10 months ago - 6 years 10 months ago #166391
by ANAN PAENTHONGKHAM
Replied by ANAN PAENTHONGKHAM on topic AllVideo files showing black screen
Hi I just try edit file /var/www/html/joomla/plugins/content# vi jw_allvideos/jw_allvideos/includes/sources.php
/*
Clappr embed templates
*/
$clapprEmbed = "
<div id=\"avID_{SOURCEID}\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" title=\"JoomlaWorks AllVideos Player\"></div>
<script type=\"text/javascript\">
var player = new Clappr.Player({
/* -- source: '{SITEURL}/{FOLDER}/{SOURCE}.{FILE_EXT}', <==== remark this line and copy to below line then remove .{FILE_EXT -- */
source: '{SITEURL}/{FOLDER}/{SOURCE}',
poster: '{PLAYER_POSTER_FRAME}',
height: '{HEIGHT}',
width: '{WIDTH}',
autoPlay: {PLAYER_AUTOPLAY},
loop: {PLAYER_LOOP},
//hideMediaControl: {JWPLAYER_CONTROLS},
parentId: '#avID_{SOURCEID}'
});
</script>
";
BTW when you tag {mp4}fileVDOMP4.mp4{/mp4} just dont add .mp4 extension more easier it gonna be {mp4}fileVDOMP4{/mp4}
/*
Clappr embed templates
*/
$clapprEmbed = "
<div id=\"avID_{SOURCEID}\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" title=\"JoomlaWorks AllVideos Player\"></div>
<script type=\"text/javascript\">
var player = new Clappr.Player({
/* -- source: '{SITEURL}/{FOLDER}/{SOURCE}.{FILE_EXT}', <==== remark this line and copy to below line then remove .{FILE_EXT -- */
source: '{SITEURL}/{FOLDER}/{SOURCE}',
poster: '{PLAYER_POSTER_FRAME}',
height: '{HEIGHT}',
width: '{WIDTH}',
autoPlay: {PLAYER_AUTOPLAY},
loop: {PLAYER_LOOP},
//hideMediaControl: {JWPLAYER_CONTROLS},
parentId: '#avID_{SOURCEID}'
});
</script>
";
BTW when you tag {mp4}fileVDOMP4.mp4{/mp4} just dont add .mp4 extension more easier it gonna be {mp4}fileVDOMP4{/mp4}
Last edit: 6 years 10 months ago by ANAN PAENTHONGKHAM.
Please Log in or Create an account to join the conversation.