Jump to content

Videobox


Recommended Posts

Posted

In the future it would be interesting to add support for the Bunny.net video platform.

They have great features at an attractive price, can be a good way out for those who want to upload videos without worrying about the server itself.

Another interesting point, there tool to prevent other people from hotlinking and consuming the user's server bandwidth.

-----------------------

I use embed code on my website, it would be great if it had full integration.

Screenshot_585.png.c8566b6d65d4ae698993248f5d5fb9bb.png

 

@onlyME consider this idea, they provide free trial for 15 days, you can try it out. It can be something more to enrich the product.

https://bunny.net/stream/

https://docs.bunny.net/reference/videolibrarypublic_index

 

 

 

Posted
5 hours ago, Hisashi said:

In the future it would be interesting to add support for the Bunny.net video platform.

They have great features at an attractive price, can be a good way out for those who want to upload videos without worrying about the server itself.

Another interesting point, there tool to prevent other people from hotlinking and consuming the user's server bandwidth.

-----------------------

I use embed code on my website, it would be great if it had full integration.

Screenshot_585.png.c8566b6d65d4ae698993248f5d5fb9bb.png

 

@onlyME consider this idea, they provide free trial for 15 days, you can try it out. It can be something more to enrich the product.

https://bunny.net/stream/

https://docs.bunny.net/reference/videolibrarypublic_index

 

 

 

Sorry, I have no plan for this. Please use embed code.

Posted

@onlyME How does a watermark work? Does he just add a photo on top of the player?
I thought it was being added when the video was loaded. That is, it sews it into the video. 🤣

Posted
24 minutes ago, INDIG0 said:

@onlyME How does a watermark work? Does he just add a photo on top of the player?
I thought it was being added when the video was loaded. That is, it sews it into the video. 🤣

Hi,

It just adds a photo on top of player.

  • 1 month later...
Posted (edited)

@onlyME Can you make the subtitle downloaded with the correct extension?

Every time someone download, they said their subtitle doesn't work. But I realized their download has no file extension. I think we should keep the download as .vtt

Edited by Cach Doan
Posted
21 minutes ago, Cach Doan said:

@onlyME Can you make the subtitle downloaded with the correct extension?

Every time someone download, they said their subtitle doesn't work. But I realized their download has no file extension. I think we should keep the download as .vtt

OK

  • 4 weeks later...
Posted

Hi @onlyME, i'm getting this from a twitch clip which is a link away from our site, rather than embedding the clip like YouTube links work. Any way to resolve this? Not sure if i'm missing a setting or not. To note, the Twitch clips URL is secure (https).

 

image.thumb.png.cacbbff8c2a56fec3e7289842db73a74.png

Posted (edited)
2 hours ago, GazzaGarratt said:

Hi @onlyME, i'm getting this from a twitch clip which is a link away from our site, rather than embedding the clip like YouTube links work. Any way to resolve this? Not sure if i'm missing a setting or not. To note, the Twitch clips URL is secure (https).

 

image.thumb.png.cacbbff8c2a56fec3e7289842db73a74.png

Which URL are you using? It requires channel URL, eg

https://www.twitch.tv/blastpremier
https://www.twitch.tv/therealeliteninja

Demo  https://prnt.sc/26om2d1

 

Edited by onlyME
Posted
10 minutes ago, onlyME said:

Which URL are you using? It requires channel URL, eg

https://www.twitch.tv/blastpremier
https://www.twitch.tv/therealeliteninja

Demo  https://prnt.sc/26om2d1

 

Thanks for the reply. When you make a clip from a channel, it makes the URL start with https://clips.twitch.tv/....

The above links you've mentioned there are just channels so will only show what is on live at the current time. Clips are the equivalent of YouTube clips but many people don't upload them to YouTube. Any way to get these incorporated?

 

Posted
1 hour ago, GazzaGarratt said:

Thanks for the reply. When you make a clip from a channel, it makes the URL start with https://clips.twitch.tv/....

The above links you've mentioned there are just channels so will only show what is on live at the current time. Clips are the equivalent of YouTube clips but many people don't upload them to YouTube. Any way to get these incorporated?

 

It's not live video, you may need to use Media Tag to embed the player. Please give me the clip URL so I can take a look.

Posted (edited)
23 minutes ago, GazzaGarratt said:

Try to go ACP > Videobox > Settings > Media Tags > Add New

Media Replacement Title: Twitch Clip

Media Replacement Match:

https://clips.twitch.tv/{1}

Media Replacement HTML 

<iframe src="https://clips.twitch.tv/embed?clip=$1&parent=your_domain.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

Replace your_domain.com by your domain

Save

And post a normal video with the clip URL (don't turn on Livestream option)

The result: https://demo.ipsviet.com/video/view/2602-aaaaaa/

Edited by onlyME
Posted
4 hours ago, onlyME said:

Try to go ACP > Videobox > Settings > Media Tags > Add New

Media Replacement Title: Twitch Clip

Media Replacement Match:

https://clips.twitch.tv/{1}

Media Replacement HTML 

<iframe src="https://clips.twitch.tv/embed?clip=$1&parent=your_domain.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

Replace your_domain.com by your domain

Save

And post a normal video with the clip URL (don't turn on Livestream option)

The result: https://demo.ipsviet.com/video/view/2602-aaaaaa/

Looks like that fixed the job! Thanks @onlyME. Shame you have to turn off the livestream for it to work but if i'm honest we don't really use that currently so all good.

  • 2 weeks later...
Posted (edited)
On 11/11/2021 at 1:48 AM, onlyME said:

If you don't upload thumbnail, it will get the thumbnail automatically (only supports Youtube, Vimeo)

It is possible to extract an image from the MP4 file with this project:
https://github.com/PHP-FFMpeg/PHP-FFMpeg

I would prefer to host our videos on our own site, but our users will always choose the easiest route, which is currently to drag a video file onto Discord. We're trying to nudge our users away from Discord and onto our website, and requiring a separate image thumbnail is just one more annoyance that makes them prefer to post things on Discord.

You think this is not important, but from a user behavior standpoint it's critical.

Edited by Interferon
Posted (edited)
5 hours ago, Interferon said:

It is possible to extract an image from the MP4 file with this project:
https://github.com/PHP-FFMpeg/PHP-FFMpeg

I would prefer to host our videos on our own site, but our users will always choose the easiest route, which is currently to drag a video file onto Discord. We're trying to nudge our users away from Discord and onto our website, and requiring a separate image thumbnail is just one more annoyance that makes them prefer to post things on Discord.

You think this is not important, but from a user behavior standpoint it's critical.

Sorry, I don't have plan for this feature. It's so complex for me. I'm working for the jquery method to get thumbnail.

Edited by onlyME
  • 2 weeks later...
Posted

Currently if you make any changes to any custom field, this change does not change the videos already published. (Maybe because of a typo)

This turns out to be a bad thing, could use a key as is done in "Pages".

Screenshot_125.png.623fa6c42818ea42197f3cdd2945dc7c.png

 

Pages

Screenshot_124.png.d1c202d05488ec63932127a4dc09a9d6.png

Posted
25 minutes ago, Hisashi said:

Currently if you make any changes to any custom field, this change does not change the videos already published. (Maybe because of a typo)

This turns out to be a bad thing, could use a key as is done in "Pages".

Hi,

I'll consider it.

Posted
On 11/11/2021 at 3:30 PM, Hisashi said:

BUG: Guest can post without registering.

System > Settings > Posting > Posting

Screenshot_566.thumb.png.0d51e01b46abacacc0dc8b2ada2cfd20.png

Due to this configuration, the visitor is able to comment or review without having an account.

When in fact he should be taken to the registration page.
Screenshot_567.png.1be8bee5bd74121f47b2ee48cb49b1d8.png

 

Has this problem already been resolved?

  • 3 weeks later...
Posted
On 2/14/2022 at 2:43 PM, onlyME said:

Sorry, I don't have plan for this feature. It's so complex for me. I'm working for the jquery method to get thumbnail.

Thank you! :wub:

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...