Search results

  1. J

    Forward stream to RTMP not working

    I'm trying to follow the instructions here: https://flashphoner.com/broadcast-video-stream-from-web-page-to-facebook-and-youtube-simultaneously/ I call the /push/startup API and it returns me some JSON but the stream doesn't start to Facebook: curl -v -X POST -d...
  2. J

    API calls hang (resolved)

    I'm attempting to call the REST API but every request just hangs. Here's a curl command output: $ curl -v -X POST 'https://localhost:8444/rest-api/push/find_all' -d '' --insecure -H 'Content-type: application/json' Note: Unnecessary use of -X or --request, POST is already inferred. * Trying...
Top