I have tried many codes but not one was fit for my needs so i am asking now for help, i have a video that i want to stream (with no audio on it) and desktop audio from the Pi (running Ubuntu Mate 16.04) as i would play the mp3's on vlc (or any other sugestions are welcome as i would use vlc only because it has repeat and shufle)
The kids radio stream is already live but as its a non profit project my Desktop windows mashine is eating to much money by running 24/7 so i got me the Pi3b+ for this job.
Thanks in advance
Ivan
Happy Pi Owner
ffmpeg -re -stream_loop -1 -i /home/pi/Documents/Youtube/video.mp4 -f pulse -i default -c:v copy -c:a aac -f flv -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/pfjd-jhjs-k3td-XXXX
– llogan Mar 14 '19 at 20:44video:4182kB audio:18kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.237897% [aac @ 0xfbbd60] Qavg: 65536.000 – Ivan Bombash Stokic Mar 14 '19 at 21:06
Stream works, video file and desktop audio is streaming just cant get the video file to loop any ideas? ffmpeg version 3.2.12
– Ivan Bombash Stokic Mar 16 '19 at 11:06ffmpeg -re -f alsa -i default -re -stream_loop -1 -i "/home/pi/Documents/Youtube/video720p.mp4" -c:v copy -c:a aac -f flv -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/pfjd-jhjs-k3td-xxx
– Ivan Bombash Stokic Mar 18 '19 at 22:05