Search results

  1. L

    How to correctly set rest-hook?

    hi Max, my step - client play `rtmp://aa.bb/live/stream` - wcs start pull `rtmp://aa.bb/live/stream` video - run `/rest-api/stream/find_all`, return one stream publish - client close video - After one minute, run `/rest-api/stream/find_all`, return NOT FOUND video how to setting publish...
  2. L

    How to correctly set rest-hook?

    how to setting publish video timeout, when nobody play this streaming? flashphoner.property cdn_outbound_connection_timeout right?
  3. L

    How to correctly set rest-hook?

    i often recive following message, and video quality may be change to lower video resolution Not enough bandwidth, consider using lower video resolution or bitrate. Bandwidth 0 bitrate 51 - It is mean Bandwidth vary lower, video bitrate too big ? - How to fix this problem?
  4. L

    How to correctly set rest-hook?

    setting sucess can be play streaming but too much log 1. how can i do prevent this? 2. what is mean `Codec not found; pt - 119; current pt - 95`? and how to fix it? 09:47:14,623 INFO RtpVideoConfig - pool-36-thread-2 Codec not found; pt - 119; current pt - 95 09:47:14,654 INFO...
  5. L

    How to correctly set rest-hook?

    üse`rest-api/rest-api/pull/rtmp/pull`pull rtmp streaming, 1. can i custom stream name? 2. why Pull rtmp stream is always interrupted after one minute? see the attach file, log.jpg, flashphoner.txt thanks
  6. L

    How to correctly set rest-hook?

    %show apps now i can not see the defaultApp try run `add app defaultApp defaultApp http://localhost:8081/apps/EchoApp` return ` App defaultApp already has app key "defaultApp"` 1. how can i do add defaultApp 2. run`update app -l "http://localhost/rest-hooks" defaultApp`, always not working 3. i...
  7. L

    How to correctly set rest-hook?

    run <code>update app defaultApp -l "http://localhost/rest-hooks"</code> show apps always display defaultApp url :http://localhost:8081/apps/EchoApp client play video stream is OK, but defaultApp not use http://localhost/rest-hooks
  8. L

    How to correctly set rest-hook?

    3. i have own backend script 4. - try post `http://yourhost/rest-hooks/connect`, it is ok - use `update app defaultApp -l http://yourhost/rest-hooks`, but not working how to detect `update app defaultApp -l http://yourhost/rest-hooks` is working ?
  9. L

    How to correctly set rest-hook?

    my reference: now i see https://docs.flashphoner.com/display/WCS5EN/Using REST hook to authorize user by domain 1. How to correctly set rest-hook? 2. how to check rest-hooks is work? 3. how to protect myserver for ffmpeg push streaming by allow domain reject via auto publish streaming my...
Top