Video in Django: how to embed video in Django project | Django casts #8

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • This "Video in Django: how to embed video in Django project" tutorial is about how to embed videos hosted on UA-cam or Vimeo in your Django project in an easy way, using Django-Embed-Video plugin.
    Also this video will be helpful if you want to get thumbnails for your videos in Django admin panel.
    Follow me @:
    Telegram: t.me/red_eyed_...
    Twitter: / codereyed
    Facebook: redeyedc...
    ** Web Scraping course **
    is available via Patreon here:
    / red_eyed_coder_club
    or its landing:
    red-eyed-coder...

КОМЕНТАРІ • 66

  • @RedEyedCoderClub
    @RedEyedCoderClub  3 роки тому +1

    What video should I make next? Any suggestions? *Write me in comments!*
    Follow me @:
    Telegram: t.me/red_eyed_coder_club
    Twitter: twitter.com/CoderEyed
    Facebook: fb.me/redeyedcoderclub
    Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

  • @d0gl0gic80
    @d0gl0gic80 2 роки тому +1

    Fantastic video!! Exactly what I needed and so succinct. Thanks

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      Glad the video was useful for you! Have a nice day!

  • @pradeepchowdhary4694
    @pradeepchowdhary4694 2 роки тому

    Very helpful video. I could follow it and created on my local machine. I will deploy it on my existing django website. Thanks a lot!!!

  • @Amandaaaaaa123
    @Amandaaaaaa123 2 роки тому

    i owe this guy my life yall

  • @shivamdubey4783
    @shivamdubey4783 Рік тому

    sir when we use html video tag in django it does not skip to a particular time interval what is this problem how to solve it sir plzzz help

  • @MrYoklmn
    @MrYoklmn 3 роки тому +3

    Олег, супер как всегда! Спасибо! Если сможешь, сделай видео про пользовательские файлы для скачивания но только авторизованным пользователям или только для конкретного юзера из личного кабинета. Связка ограничений прав доступа к файлу и юзера. Чтобы даже имея ссылку, неавторизованный пользователь не мог скачать.

    • @RedEyedCoderClub
      @RedEyedCoderClub  3 роки тому +1

      Спасибо, как-нибудь сделаю

    • @user-yo1gf7ks1g
      @user-yo1gf7ks1g Рік тому +1

      Понятно, так вот почему я понимал каждое его слово

  • @anesumukanya8811
    @anesumukanya8811 3 роки тому

    great tutorial felt bad for not saying....bravoooooo

  • @Abhishekmishra-bq5xm
    @Abhishekmishra-bq5xm 11 місяців тому

    ok can make you a video how make playlist for or folder where all one topic video will places...please

  • @Bit_Maximum
    @Bit_Maximum 4 місяці тому

    Thanks!

  • @hackathonwala
    @hackathonwala 2 роки тому

    Haaaaash!!!! Thanks a lotttttt , you are a life saver

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      Thanks for watching! And have a nice day!

    • @hackathonwala
      @hackathonwala 2 роки тому

      @@RedEyedCoderClub how to list episodes in same page where i am showing this video? Please share if u have any idea

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      You have to have 2 models with one to many relationship or many to many. For example: episode and video. And then just list for each episode all related videos.

    • @hackathonwala
      @hackathonwala 2 роки тому

      @@RedEyedCoderClub i see can i message u in insta?

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      I don't use Instagram. Better ask your questions here in comments. If I know the answer and if it's possible to answer in comment - I'll answer.

  • @jkaw4410
    @jkaw4410 2 роки тому

    great video man! thank you so much... ^^

  • @sauravsharma6170
    @sauravsharma6170 2 роки тому +1

    can you make vimeo clone or youtube clone rather than embeding videos from vimeo or youtube

  • @DaviSilveira
    @DaviSilveira 2 роки тому +1

    Wonderful video! Thanks for all the work in getting this done. Small questions, this might be in youtube but is there a way to getrid of youtube title and other links from the video thumbnail?

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      Thanks you!
      Unfortunately it's impossible to get rid of UA-cam brand titles.

  • @99phenomenon
    @99phenomenon Рік тому +1

    Good one!

  • @xprdjawa3077
    @xprdjawa3077 2 роки тому

    Great Content thanks for sharing!

  • @jaremi40
    @jaremi40 3 роки тому +1

    Can you use static video files rather than a URL?

  • @atwanziretimothyian9968
    @atwanziretimothyian9968 2 роки тому

    this is so helpful

  • @zakchips
    @zakchips 3 роки тому

    Thanks. Great as usual.
    p.s. Could you please make a tutorial about django + aws S3 with re-sizing of uploaded images (may be on your Parteon) ? I've done it with boto3 and it works fine but I miss more options of boto3 + django-storage.

    • @RedEyedCoderClub
      @RedEyedCoderClub  3 роки тому

      Thank you. And thank you for you suggestions, I'll think about it

  • @abduljabbar5237
    @abduljabbar5237 2 роки тому

    Hi, This is much helpful video. Thanks. I have a question. If I host my videos on MediaFire then how can I embed those videos in my website?

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      Good question. But the implementation is the mostly frontend part (JavaScript)

  • @sidrahmeraj6036
    @sidrahmeraj6036 2 роки тому

    can we embed video preview?

  • @vardhanshah8843
    @vardhanshah8843 3 роки тому

    can we use django embeded for video which source is google API?

    • @RedEyedCoderClub
      @RedEyedCoderClub  3 роки тому

      To use the plugin you need a URL, if a google API will provide it - you can use it.

  • @mohdzaidkhan600
    @mohdzaidkhan600 2 роки тому

    can we embed the video if they are stored in the database instead of the video url ?? is there any way ?

    • @RedEyedCoderClub
      @RedEyedCoderClub  2 роки тому

      Video files are stored in the media directory (usually), not in a database. You have to use the path to the video file in the HTML code that renders video player.
      Thank you for the comment!

    • @mohdzaidkhan600
      @mohdzaidkhan600 2 роки тому

      @@RedEyedCoderClub Can i pass one model instances queryset as a mupltiple choice field for another model in Django. Please provide your email for more detailed question

  • @dencobimen1426
    @dencobimen1426 2 роки тому

    Дякую

  • @stephan6788
    @stephan6788 3 роки тому

    You have a video yet about uploading static videos instead?

  • @aashayamballi
    @aashayamballi 3 роки тому

    Thank you!

  • @bashadido
    @bashadido 3 роки тому

    Thank you

  • @evgeniigoncharov9507
    @evgeniigoncharov9507 Рік тому

    топчик

  • @adnankattekaden7568
    @adnankattekaden7568 3 роки тому

    create an Telegram Or Signal Or Discord Grp or community

    • @RedEyedCoderClub
      @RedEyedCoderClub  3 роки тому

      I'll think about it. Thanks for comment!

    • @adnankattekaden7568
      @adnankattekaden7568 3 роки тому

      @@RedEyedCoderClub we can start I will support you your telegram I'd please

    • @adnankattekaden7568
      @adnankattekaden7568 3 роки тому

      @@RedEyedCoderClub there is no tomorrow we can start now it will be useful for lots of peoples

  • @mrlonely420
    @mrlonely420 3 роки тому

    why you sound so dead my boi?