no picture of the video media converter

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
why hello I is no image in the reader dewplayer MediaConverter will not fetch image to put in the player?
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

Are the video thumbnails working in the file manager?
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Yes I understand that but it uses the same image so if it's not working in the file manager then the problem is easier to figure out.

I think you're saying you just want to show it in the media player though (as it doesn't already). The screenshots should be in /plugins/mediaconverter/site/screenshots/

The filename is an md5 hash of the file id from the database. So in php you could compile the url like this:

Code:
<?php
$screenShotUrl = getCoreSitePath().'/plugins/mediaconverter/site/screenshots/'.MD5($file->id).'.jpg';
?>
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
problem is to recover server libel because its not working if the catch is that the server fs3 for me by example
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
I have wanted to put her in front of this kind of thing then

$serverDetail['serverLabel']/plugins/mediaconverter/site/screenshots/'.MD5($file->id).'.jpg


$serverDetail['serverLabel'] not recognized in the embed page
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
done <?php $downloadUrl = $file->generateDirectDownloadUrl();
$url1222 = parse_url("".$downloadUrl."", PHP_URL_HOST); echo "http://".$url1222."/plugins/mediaconverter/site/screenshots/".MD5($file->id).".jpg";?>