Dear List, New to ls, I am investigating the possibility to stream video from a source, muxed with audio from another source, directly to FFMpeg with a cli something along these lines::
`/home/jeroen/bin/ffmpeg -re -i - -acodec libfdk_aac -r 44100 -c:v libx264 -preset veryfast -profile:v baseline -vsync cfr -s 640x360 -b:v 400k -maxrate 400k -bufsize 600k -threads 3 -r 25 -f flv -y rtmp://sc.cs:1935/live/livestream` this will then be further processed by nginx/srs. I am not sure how to do this exactly in LS, but suppose it can be done with output.external? This is on a headless debian stretch system. It would be extremely helpful to see an example of how (if so??) this can be done. Input videos will be in x264 and aac in an mp4 container. Thanks in advance!! Jeroen ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
