#Video Rendering

20 messages ยท Page 1 of 1 (latest)

wicked smeltBOT
#

๐Ÿ”Ž This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

๐Ÿ•ต๏ธ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

โœ… You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

mossy ingot
#

Edit: still doesn't work regardless of if it's mp3 or mp4

tiny flicker
#

as for my recent experience, some browser wont support some encoding, i dont know in this case. but h.265 wont support in most browser, might help.

#

Play the video on the browser. on new tab or whatever see if it plays, then maybe debug more ๐Ÿ˜„

mossy ingot
weary galleon
#

since ur content is positioned absolutely u have to set parent size explicitly

weary galleon
#

u can either remove position absolute from video or adjust main height

mossy ingot
#

thank you so much

#

I was also wondering how I can transition the media control smoothly

#

weird the imge doesn't work

weary galleon
mossy ingot
# weary galleon where should it go? i dont see any image in source

changed the settings in build page

import Preload from "@/components/BioLink/Preload";
import { mediaProp } from "@/Types";

const defaultMedia: mediaProp = {
    type: "mp3",
    link: "https://cdn4.kars.bio/external/music.mp3",
    bg: "https://cdnb.artstation.com/p/assets/images/images/018/917/287/large/-006.jpg?1561240445",
};
export default function() {
    return <Preload media={defaultMedia} controls={true}/>
}```
weary galleon
mossy ingot
mossy ingot
mossy ingot
#

Hey, I fixed it but could I add you for help later?

weary galleon
#

hi i wasnt home, ofc u can ask for help if u need.

mossy ingot