Skip to content

Commit

Permalink
Update rtsp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andriesbron authored Apr 19, 2019
1 parent b837314 commit 328f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/rtsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with Ffmbash. If not, see <http://www.gnu.org/licenses/>.

COMMAND="-r 30 -f avfoundation -i \"${ff_vdev}:${ff_adev}\" -pix_fmt yuv420p -c:v libx264 -profile:v baseline -level 3.0 -r 24 -g 48 -keyint_min 48 -sc_threshold 0 -vb 310k -c:a mp3 -ab 40k -ar 44100 -ac 2 -f rtsp -muxdelay 0.1 rtsp://${ff_rtsp_user_name}:${ff_rtsp_user_password}@${ff_rtsp_server_url}:${ff_rtsp_server_port}/${ff_rtsp_user_name}/${ff_rtsp_key}"
COMMAND="ffmpeg -r 30 -f avfoundation -i \"${ff_vdev}:${ff_adev}\" -pix_fmt yuv420p -c:v libx264 -profile:v baseline -level 3.0 -r 24 -g 48 -keyint_min 48 -sc_threshold 0 -vb 310k -c:a mp3 -ab 40k -ar 44100 -ac 2 -f rtsp -muxdelay 0.1 rtsp://${ff_rtsp_user_name}:${ff_rtsp_user_password}@${ff_rtsp_server_url}:${ff_rtsp_server_port}/${ff_rtsp_user_name}/${ff_rtsp_key}"

0 comments on commit 328f147

Please sign in to comment.