Skip to content

Instantly share code, notes, and snippets.

@rajdeeprath
Last active February 5, 2019 10:06
Show Gist options
  • Save rajdeeprath/abd97e7e435f6d339be2ae210c647036 to your computer and use it in GitHub Desktop.
Save rajdeeprath/abd97e7e435f6d339be2ae210c647036 to your computer and use it in GitHub Desktop.
#!/bin/bash
for ((i=1;i<=200;i++)); do
echo -e "\nAttempt no: $i"
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET "https://samplea.red5routes.xyz/streammanager/api/3.1/event/live/stream1?action=broadcast";
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment