Livestream on Youtube with Code - Automatic Livestreaming - Youtube Automation

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • Hi, this is how you can start livestreaming on youtube with notepad script.
    Go to specific video chapters for details
    Code # 1 : For streaming video you already have downloaded
    🔴
    @echo off
    REM Replace with the full path to your video file
    set video_file="C:\path\to\your\video.mp4"
    REM Get your UA-cam stream key from your UA-cam Studio dashboard
    set stream_key=YOUR_STREAM_KEY
    REM Start the livestream with looping enabled
    ffmpeg -re -stream_loop -1 -i "%video_file%" -vcodec libx264 -preset veryfast -tune zerolatency -b:v 4000k -maxrate 4000k -bufsize 4000k -pix_fmt yuv420p -g 50 -f flv "rtmp://a.rtmp.ua-cam.com/users/live2%stream_key%"
    Code # 2 : For Streaming a video by copying link
    🔴
    @echo off
    REM Replace with the UA-cam video URL
    set video_url=www.youtube.co...
    REM Get your UA-cam stream key from your UA-cam Studio dashboard
    set stream_key=YOUR_STREAM_KEY
    REM Download the UA-cam video using youtube-dl
    youtube-dl -f best -o "temp.mp4" "%video_url%"
    REM Start the livestream with looping enabled
    ffmpeg -re -stream_loop -1 -i "temp.mp4" -vcodec libx264 -preset veryfast -tune zerolatency -b:v 4000k -maxrate 4000k -bufsize 4000k -pix_fmt yuv420p -g 50 -f flv "rtmp://a.rtmp.ua-cam.com/users/live2%stream_key%"
    REM Delete the temporary video file
    del "temp.mp4"
    Leave Your Questions in the Comments!
    Follow me here :
    ilyas626
    Join Our Community :
    groups/skillsexc

КОМЕНТАРІ • 6

  • @affanprints
    @affanprints 8 місяців тому

    like a Wow bro. keep it up

  • @zeshan007
    @zeshan007 7 місяців тому

    very nice

  • @REX--AYAZI
    @REX--AYAZI 7 місяців тому

    AMAZING ❤️👏

  • @Slowssongs
    @Slowssongs 8 місяців тому

    Voice amazing hay Bhai ki

  • @affanprints
    @affanprints 8 місяців тому

    but rdp kelye hai? ya loop laga kr system off se live b off hoga? kindly guide

    • @ilyashwz
      @ilyashwz  8 місяців тому

      Last part dekh lein video ka.