Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Arslan Hassan
0a624fc00f
added developers guide 2021-11-19 18:59:46 +05:00
Arslan Hassan
ae7c0abf8d
Update README.md 2021-06-15 02:37:03 +05:00
Fahad Abbas
a1d321e79a modified : sitemap duration issue fixed 2019-03-12 16:18:51 +05:00
Fahad Abbas
25a91ef569 Merge branch 'development' of https://github.com/arslancb/clipbucket 2019-03-07 12:21:11 +05:00
Fahad Abbas
1ae44a456d Merge branch 'development' of https://github.com/arslancb/clipbucket 2019-01-30 19:17:44 +05:00
Fahad Abbas
2803a2be51 Merge branch 'development' of https://github.com/arslancb/clipbucket 2019-01-30 19:14:59 +05:00
Fahad Abbas
14959dbb70 Merge branch 'development' of https://github.com/arslancb/clipbucket 2019-01-30 18:53:24 +05:00
Fahad Abbas
3582f393fb Merge branch 'development' of https://github.com/arslancb/clipbucket
modified : merging with development branch
2019-01-30 18:48:07 +05:00
Integrated Units
d292fcbadf Merge branch 'development' of https://github.com/arslancb/clipbucket 2019-01-30 18:20:25 +05:00
Fahad Abbas
fcfca4ca96 modified : minified license added 2018-10-04 17:32:18 +05:00
Fahad Abbas
51ccf47243 modified : license spelling mistake fixed 2018-10-04 16:52:24 +05:00
Fahad Abbas
de35d49ecd modified : license added 2018-10-04 16:46:38 +05:00
Fahad Abbas
2c4a0516e2
Update package.json 2018-10-04 15:38:19 +05:00
Fahad Abbas
c73fc43267 modified : veriosn added 2018-10-04 15:37:43 +05:00
Fahad Abbas
d91a37dc43
modified
This file is added to be used by any webservice
2018-10-04 15:29:08 +05:00
Fahad Abbas
167a6eb608
Create package.json 2018-10-04 15:25:23 +05:00
Fahad Abbas
0ce66ebabc added: package.json added for opensource services to read script details 2018-10-04 15:23:05 +05:00
4 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,9 @@
# ClipBucket - Broadcasting like a boss!
!['ClipBucket Screenshot'](http://clip-bucket.com/styles/default/images/laptop-large2.png)
</br>
# ClipBucket - Open Source Video Streaming Platform
## Read the Developer Guides here
https://docs.clipbucket.com/
Should have added years ago, but...well now atleast its here
<div align="center">
<a href="http://demo.clipbucket.com/">View Demo</a> | <a href="http://clip-bucket.com/download">Download</a>
@ -16,7 +19,7 @@ You can start a fully dedicated video sharing website or photo sharing websites
</br>
<a href="http://clip-bucket.com">ClipBucket Official Website </a>
</br>
<a href="http://docs.clip-bucket.com">ClipBucket Documentation</a>
<a href="https://docs.clipbucket.com/">ClipBucket Documentation</a>
# Server Requirements

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"name": "ClipBucket",
"description": "Open Source Video Sjaring Script",
"version": "4.1"
}

View file

@ -51,9 +51,7 @@ for($i=0;$i<sizeof($vtableau);$i++)
<video:category><?=strip_tags(categories($video['category'],'video'))?></video:category>
<video:family_friendly>yes</video:family_friendly>
<video:duration><?php
$defaultime = $video['duration'];
$dotfixed = explode (".",$defaultime);
echo $dotfixed[0].$dotfixed[1];
echo round($video['duration']);
?></video:duration>
</video:video>
</url>