Jump to content

Videobox


Recommended Posts

Posted
1 hour ago, onlyME said:

Do you mean the selecting subtitles?

vbcaptions.png

Silly question but does the CC button only appear if the video itself have subs?

So if I'm linking to a YouTube video that has multiple languages the CC will detect them and the button will show up?

Posted (edited)
45 minutes ago, onlyME said:

I don't understand. All videobox widgets can embed in Pages

i have an idea now - i think this can be easy build with one of your existing blocks ;)  
Would it be possible to modify the size of the displayed images in custom video feed a little bit ? 

Bigger in size and only if possible to add into the overlay where the name of the video is a small button at the right corner with  "watch now"  similar as we have added the language flags for example in category view ^_^  

Edited by m@t
Posted
1 minute ago, GrooveOnBeat said:

Silly question but does the CC button only appear if the video itself have subs?

So if I'm linking to a YouTube video that has multiple languages the CC will detect them and the button will show up?

Yes, the CC button only apprear if you uploaded subtitles (*.vtt).

I think I will remove the youtube plugin, it's better to use youtube's player.

Posted
1 minute ago, onlyME said:

Yes, the CC button only apprear if you uploaded subtitles (*.vtt).

I think I will remove the youtube plugin, it's better to use youtube's player.

Ah YES! That's a great idea. :lol:

The benefit if doing that too is that the YouTube controls will be there as if people were viewing the channel.

Next release maybe?

 

Posted
9 minutes ago, m@t said:

Would it be possible to modify the size of the displayed images in custom video feed a little bit ? 

Edit your theme > videobox > front > widgets > Videos

Find

<div class="esnList_item">

Replace by

<div class="esnList_item_big">

Find

<div class="esnList_item_border">

Replace by

<div class="esnList_item_border_big">

Save

14 minutes ago, m@t said:

Bigger in size and only if possible to add into the overlay where the name of the video is a small button at the right corner with  "watch now"  similar as we have added the language flags for example in category view

Try to play with css to make your layout. I designed it for the default skin ^_^ 

7 minutes ago, GrooveOnBeat said:

Ah YES! That's a great idea. :lol:

The benefit if doing that too is that the YouTube controls will be there as if people were viewing the channel.

Next release maybe?

 

YEs

Posted (edited)
7 minutes ago, onlyME said:

Try to play with css to make your layout. I designed it for the default skin ^_^ 

great thanks i will try it later - could you also tell me where i find the css parts of the block which are used?  
I think i will make a new block with pages and use the code there and change some parts & css ;) to have the old block untouched 

Edited by m@t
Posted
Just now, m@t said:

great thanks i will try it later - could you also tell me where i find the css parts of the block which are used?  
I think i will make a new block with pages and use the code there maybe and change some parts & css ;) 

Go to videobox > front > view > view you will see the elements

  • 4 weeks later...
Posted

For the custom fields in this app, does it allow an admin to select from custom Pages fields for users when adding a new video record?

Posted
3 minutes ago, mycota said:

For the custom fields in this app, does it allow an admin to select from custom Pages fields for users when adding a new video record?

 

 

No, it has its own custom fields system, not use Page fields.

Posted
9 hours ago, PedroNL said:

With your program can you have video links play in the forum post like youtube would be and not have to go to the video section?

It only show a block with Thumbnail, title and url. I'm finding a solution to embed video player when posting url.

  • 1 month later...
Posted
On ‎5‎/‎25‎/‎2016 at 7:37 PM, onlyME said:

Hello,

Go to ACP > Servers > click the blue button "Media Tags" > Add new tag for Daily motion

Title: Dailymotion

Media Replacement Match: 


http://www.dailymotion.com/video/{1}_{2}

Media Replacement HTML


<iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/$1" allowfullscreen></iframe>

Save

Then you can post dailymotion

1) Dailymotion wasn't working so I've changed the Media Replacement Match to:

http://www.dailymotion.com/video/{1}

 

2) The video thumbnail does not generate automatically in Dailymotion. :(

Posted
2 minutes ago, GrooveOnBeat said:

1) Dailymotion wasn't working so I've changed the Media Replacement Match to:


http://www.dailymotion.com/video/{1}

 

2) The video thumbnail does not generate automatically in Dailymotion. :(

Yes, they changed the url. I will update getting dailymotion's thumbnail in the next version.

Posted (edited)
Example Link: 

http://youtube.com/1234.html

I put:

http://youtube.com/{1}.html



I have a embed code:

<IFRAME SRC="http://youtube.com/embed-1234-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME>

I put

<IFRAME SRC="http://youtube.com/embed-$1-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME>

I am trying to create a media tag. The video does not show at the correct height and width though. It will embed smaller in the page.

 

Edited by JoshB84
Posted
8 hours ago, JoshB84 said:

Example Link: 

http://youtube.com/1234.html

I put:

http://youtube.com/{1}.html



I have a embed code:

<IFRAME SRC="http://youtube.com/embed-1234-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME>

I put

<IFRAME SRC="http://youtube.com/embed-$1-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME>

I am trying to create a media tag. The video does not show at the correct height and width though. It will embed smaller in the page.

 

Please let me know the real url I will test it.

Posted

How does this handle video conversion on upload? Is there a restriction on upload size? With today's HD videos, you can have a 4 minute 1 GB video, how is everyone handling that? Are you storing them locally?

Posted
1 minute ago, ajmboy said:

How does this handle video conversion on upload? Is there a restriction on upload size? With today's HD videos, you can have a 4 minute 1 GB video, how is everyone handling that? Are you storing them locally?

 I don't have a way to handle video length. But there is a setting to limit file size on upload. And you can setup the File Storage on local, ftp or Amazon..

Posted
2 hours ago, onlyME said:

 I don't have a way to handle video length. But there is a setting to limit file size on upload. And you can setup the File Storage on local, ftp or Amazon..

Thank you. Does it resize the video and convert it to a different format or is it just uploading the video, storing it, and playing the file?

Posted
2 hours ago, ajmboy said:

Thank you. Does it resize the video and convert it to a different format or is it just uploading the video, storing it, and playing the file?

It's just uploading and playing video file.

  • 4 weeks later...
Posted

Would you be able to help debug a problem with my livestreams not showing up when a user goes online via Twitch?

The block itself will not show up for some reason when I have this option on, however it will show up when I allow all the streams to show.

Posted (edited)
10 hours ago, The Asian said:

Would you be able to help debug a problem with my livestreams not showing up when a user goes online via Twitch?

The block itself will not show up for some reason when I have this option on, however it will show up when I allow all the streams to show.

this means the livestream not show in Twitch or only in videobox? 

Edited by onlyME
Posted
On 10/31/2016 at 1:34 AM, onlyME said:

this means the livestream not show in Twitch or only in videobox? 

It won't show via the Module, however when you goto the video itself via the Videobox you can see the stream.

Posted
3 hours ago, The Asian said:

It won't show via the Module, however when you goto the video itself via the Videobox you can see the stream.

Module? where? Can you give me a screenshot. I don't understand the problem.

  • Recently Browsing   0 members

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