Search results

  1. R

    HLS first user issue

    Today we test few settings regarding CDN Profiles and notice if streamname requested by HLS is the same as profile on CDN transcoder, starting by API is not needed and first error not happen.
  2. R

    HLS first user issue

    $data_array_a = array( "name" => $player_id ); $data_string = json_encode($data_array_a);// $ch = curl_init($api_url_server."/rest-api/hls/startup"); curl_setopt($ch, CURLOPT_POST, 1)...
  3. R

    HLS Stream Quality

    Works like a charm!
  4. R

    HLS first user issue

    I have the same issue. Our workarround was starting HLS by API one page before the first user access the player, like into a login screen.
  5. R

    FAILED Failed by ICE timeout

    Hello Max, We are testing another datacenter, and we got FAILED Failed by ICE timeout If we remove the LOCAL IP to WAN IP .. it works.
  6. R

    MCU / ROOM name

    Hello Max, As I said, once we change the method, not start mixer by API and input participants like streamname#room-ID, solve the problem, then, its not hardware or resolution. We are working on server 1-standard-16 (16 vCPUs, 60 GB de memória) Only for mixer .. i think is enought .. to 5...
  7. R

    HLS Stream Quality

    Hello Max, We are confused about HLS. How to define 720p quality to HLS on edge? We start the HLS by API, but how to call an specific transcoder to them?
  8. R

    Get RTMP from another server like wowza or red5

    Got it! Thanks to check future implementation.
  9. R

    RTMP -> HLS - Audio Wihout Sync

    Thanks to clarify. Now our HLS is running fine.
  10. R

    MCU / ROOM name

    Hello Max! The fetch URL are differents on each function. I will prepare the files. Thanks to investigate!
  11. R

    MCU / ROOM name

    Hello Max! We have copied our MCU settings (flashphoner.properties file) to our MIXER and change entire application from our side, to convert Mixer output to MCU ... open a room #room-XX ... and streams like streamname#room-XX. We notice 90% of improvements of quality. Go deeper, we found a...
  12. R

    RTMP -> HLS - Audio Wihout Sync

    @Max, We notice a strange thing. Once we enable transcoder ... our OUT OF SYNC has been resolved.
  13. R

    MCU / ROOM name

    Hello Max! We will provide the report. We are working on this way: Server A -> receive webcams & desktops from WebRTC. On streamer.js we add 2 PULLs. function pull(nomedostream){ console.log("Inside PULL"); var resultpull; fetchUrl = apiurl +...
  14. R

    Get RTMP from another server like wowza or red5

    We are using transcoder to do the name changes, but its add more CPU to server. https://docs.flashphoner.com/display/WCS52EN/Stream+transcoding
  15. R

    Get RTMP from another server like wowza or red5

    Thanks Max, There is an way to define localStreamName? Actually its using the RTMP address, and its strange, since we can use different address as origin. [fileName] => rtmp:__10.128.0.22_live_1595793306-wowza-{startTime}-{endTime}.mp4
  16. R

    Vmix vs OBS - RTMP

    Hi Max! After hours streaming: streams_synchronization=1595799066/30;1595793306/23 On player both are.out of sync
  17. R

    Get RTMP from another server like wowza or red5

    Hello! How can I push/pull a stream from another server ... example, we have a RTMP stream from Wowza, and would like to add it to our ROOM ... is there an API to this?
  18. R

    Vmix vs OBS - RTMP

    Hello! If we stream from VMIX, we got audio first .. later image. If we stream from OBS, audio & video are sync. Both streams are 0 losts and we monitor it 4 hours. Everytime SYNC AUDIO from VMIX is in front of video and OBS audio & video sync are floating ... sometimes audio is first...
  19. R

    MCU / ROOM name

    Hello Max! We just copied settings from our MCU server to our MIX server. Same servers settings @Google. The MCU have improved performance than mixer output. Differences: 1-) On MCU, we publish by API and use #room on name - and on mixer, we publish by API without #room 2-) On Mixer we...
Top