rtmpub-1.sh 140 B

12345678
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`/../../; pwd)
  3. TOPIC=test
  4. URL=http://127.0.0.1:9051/mpub?topic=$TOPIC
  5. echo url: $URL
  6. curl -d "a|b|c" $URL