Hi all. need some advise on parameters for live streaming. This is currently my string, it takes the stream from tvheaedned: need to lower the bitstream as im sending the stream over wan. but the problem that i have, is that it uses a lot of cpu and sometimes the picture isn't smooth.. have seen some using minbitrate and maxbittrate. but dont really understand what and how to use it. plus others ar using crt 24 or fast..slow and so on
so i like to get your opinion or suggestion on what your using for livestream. ffmpeg -f mpegts -i http://username:[email protected]:4445/stream/channelid/14 -vcodec libx264 -vb 1000k -acodec aac -ar 48000 -ab 48k -f flv rtmp://localhost/myapp/mystream _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
