Home/
anandhusajan/Answers
- About
- Questions
- Polls
- Answers
- Best Answers
- Asked
- Followed
- Favorites
- Groups
- Posts
- Comments
- Followers Questions
- Followers Answers
- Followers Posts
- Followers Comments
- Questions
- Polls
- Answers
- Best Answers
- Asked
- Followed
- Favorites
- Groups
- Posts
- Comments
- Followers Questions
- Followers Answers
- Followers Posts
- Followers Comments
How to Install Windows 10 on oracle ubuntu VPS
Now it's Available! https://www.minextuts.com/turn-linux-vps-into-windows-server-free-windows-rdp/
Now it’s Available!
See lessSomeine help me for money
Done👍
Done👍
See lessSomeine help me for money
I will help you :)
I will help you 🙂
See lessHow to Install Windows 10 on oracle ubuntu VPS
That's great! I am also looking for that :)
That’s great! I am also looking for that 🙂
See lessHow to install ERPNEXT in Ubuntu @ Oracle VPS ARM ?
Can you please make a detailed video about this?
Can you please make a detailed video about this?
See less24/7 Music stream ffmpeg bitrate problem
This code will help you to loop the process. #! /bin/bash while true do VBR=”2500k” FPS=”24″ QUAL=”superfast” YOUTUBE_URL=”rtmp://a.rtmp.youtube.com/live2″ KEY=”key” VIDEO_SOURCE=”/root/Desktop/cat.mp4″ AUDIO_SOURCE=”http://ip/radio/8000/radio.mp3″ ffmpeg \ -re -f lavfi -i “movie=fiRead more
This code will help you to loop the process.
#! /bin/bash
while true
do
VBR=”2500k” FPS=”24″ QUAL=”superfast”
YOUTUBE_URL=”rtmp://a.rtmp.youtube.com/live2″ KEY=”key”
VIDEO_SOURCE=”/root/Desktop/cat.mp4″ AUDIO_SOURCE=”http://ip/radio/8000/radio.mp3″
ffmpeg \ -re -f lavfi -i “movie=filename=$VIDEO_SOURCE:loop=0, setpts=N/(FRAME_RATE*TB)” \ -thread_queue_size 512 -i “$AUDIO_SOURCE” \ -map 0:v:0 -map 1:a:0 \ -map_metadata:g 1:g \ -vcodec libx264 -pix_fmt yuv420p -preset $QUAL -r $FPS -g $(($FPS * 2)) -b:v $VBR \ -acodec libmp3lame -ar 44100 -threads 6 -qscale:v 3 -b:a 320000 -bufsize 512k \ -f flv “$YOUTUBE_URL/$KEY”
done
See lessHow to 𝙇𝙊𝙊𝙋 a video with a 𝙨𝙘𝙧𝙞𝙥𝙩 for Youtube live 7/7j
This code will help you to loop the process. #! /bin/bash while true do VBR=”2500k” FPS=”30″ QUAL=”superfast” YOUTUBE_URL=”rtmp://a.rtmp.youtube.com/live2″ KEY=”????” VIDEO_SOURCE=”/home/ubuntu/live_session.mp4″ AUDIO_SOURCE=”/home/ubuntu/livesound.mp3″ ffmpeg \\ -re -f lavfi -i “movie=filenaRead more
This code will help you to loop the process.
#! /bin/bash
while true
do
VBR=”2500k” FPS=”30″ QUAL=”superfast” YOUTUBE_URL=”rtmp://a.rtmp.youtube.com/live2″ KEY=”????” VIDEO_SOURCE=”/home/ubuntu/live_session.mp4″ AUDIO_SOURCE=”/home/ubuntu/livesound.mp3″ ffmpeg \\ -re -f lavfi -i “movie=filename=$VIDEO_SOURCE:loop=2, setpts=N/(FRAME_RATE*TB)” \\ -thread_queue_size 512 -i “$AUDIO_SOURCE” \\ -map 0:v:0 -map 1:a:0 \\ -map_metadata:g 1:g \\ -vcodec libx264 -pix_fmt yuv420p -preset $QUAL -r $FPS -g $(($FPS * 2)) -b:v $VBR \\ -acodec libmp3lame -ar 44100 -threads 6 -qscale:v 3 -b:a 320000 -bufsize 512k \\ -f flv “$YOUTUBE_URL/$KEY”
done
See lessCan I Install OBS for Stream Video to Youtube 24/7 on Free VPS Server
No, You can install OBS on Free VPS but you can't start the application because OBS needs more graphics. Try stream without OBS :)
No, You can install OBS on Free VPS but you can’t start the application because OBS needs more graphics. Try stream without OBS 🙂
See lessHow to Create YouTube Music Radio Station 24/7 Live Broadcasting | Completely Free | Part 2
Yes :)
Yes 🙂
See lessFFmpeg reconnect when get disconect
Add stream code inside "do while" loop.
Add stream code inside “do while” loop.
See less