Search results

  1. G

    errors since last update

    hello i've updated to latest version and there are still errors with the conference model: when pulishing, if publishing rtmp to wowza: also, if a stream is being published from webcam/micro, if disconnect while publishing:
  2. G

    rtmp re publishing not working since last update

    hello just updated to latest wcs version, and rtmp republishing to wowza stopped working publishing from windows 7, chrome 65 to wowza 4 on ubuntu server wcs error log:
  3. G

    ios very unstable

    Hello, i'm experiencing a lot of unstability when playing live streams on ios (ipad 2, ios 11.4) video tends to turn grey after few minutes of playing, then browser crashes. anyone else experiencing the same problems ? using the conference example. android doesnt have this problem and is very...
  4. G

    about screensharing extension

    Hello is the chrome and firefox screensharing extension supposed to work ? i installed both and cant get it work using the samples in the dashboard. also, stupid question question, are these extension also working for chrome and firefox on mac os ? thank you
  5. G

    ffmpeg streams stop automatically

    Hello i have a screen sharing app using adobe air/ffmpeg. it was working fine until a recent wcs update: the stream is automatically cancelled after 1 min of streaming. to check wether its a server side or app problem, i made tests streaming to a different instance of wcs running on another...
  6. G

    high cpu usage

    Hello on a quadcore, 64gb ram ubuntu server, 1 video stream with 1 connected user makes the cpu 20%... 2 videos streams, 30% cpu 3 videos streams 50% cpu im a bit scared to start a production app with such figures...is this normal behavior ?
  7. G

    stop publishing to rtmp using rest call

    Hello all is in the question: is there a rest call to use to stop publishing to rtmp ? situation is as follow: all published streams are sent to a wowza server, as i perform recording actions on this server. problem is when i stop recording, if streams are still published to wowza, recorded...
  8. G

    stream name not used

    Hello im ppublishing a stream like this: _room.publish({ display: document.getElementById("myVideo"), constraints: constraints, record: false, receiveVideo: false, receiveAudio: false, name: m, rtmpUrl: 'rtmp://xxx.xxx.com/wcs/'+_roomID }) where "m" is a uniq string...but the published stream...
  9. G

    conference example, publish audio only

    Hello i'm trying to publish audio using the conference example (to face the issue where user dont have webcam on their device). if passing video false as constraint, there is an error when trying to publish. how to soolve this ? thank you
  10. G

    securing apps

    Hello my webrtc app is almost finish and now the big question: how to secure it ? sorry i know its not related to wcs but more about javascript design, but you probably asked yourself this question too. so yes minifying js code is a way to make it harder to recever engineer it, but still not a...
  11. G

    playback very slow on android 6

    Hello just updated to latest version, and it appears that vp9 have been removed. is this the reason why now playback on android devices is very slow, looks like a very slow motion of the broadcast. as far as i remember it was ok in previous versions. also, on safari ios, it seems that if there...
  12. G

    how to get my socket id

    hello i think all is in the title: how can i get my socket id once a room is joined ? or can i specify the id i want on join ? and in the same flavor, how can i identify the origin of a message when a message is received through a room ? thanks !
  13. G

    connect to websocket from adobe air app

    Hello i need to connect to wcs websocket from an adobe air app (used for my screen sharing) in order to inform connected users in room that screensharing have started. i'm trying to use this lib: https://github.com/theturtle32/AS3WebSocket but on connected there is a protocol error. any idea of...
  14. G

    alternative to flash shared objects

    hello im redesigning my web conference app, previsouly working with flash, with webrtc and websockets. while all real time communication is fine, i'm struggling on how to find an alternative to flash shared objects to store datas such as room state etc on the server. so far i'm doing it with...
  15. G

    publishing from ios and android

    Hello i just updated to latest version, and it looks like examples are not working anymore on ios and android: android can playback livestreams but publishing is not working, and ios cant even connect...did you notice same behavior ? thank you
  16. G

    playback on IOS 11

    hello, i'm making tries on safari with IOS 11 beta. publishing from ios is working correctly, but playback on my ipad is not working. changed the codec priority to vp8, h264, still same result. any idea ? have you been able to playback live streams on ios devices with ios 11 ? thank you
  17. G

    reducing publishing delay

    Hello i usually notice a 5/6 seconds delay after a stream start to be published until it start being played on other windows. sounds like a buffer story, is there a way to reduce buffering time, on client or server ? (note that while there is this initial delay, the latency is very low once the...
  18. G

    bug since update to latest build

    hello i just updated to the latest build, and since then there a few bugs: when starting publishing, the published event is looping and received every few seconds there are endless of these errors in server_logs: 03:58:16,183 INFO ManagerApiConnection -...
  19. G

    REST api usage

    Hello im trying to make rest calls with jquery, but i have a 415 (unsupported media type) error. here is my script: function getActiveStreams() { $.ajax({ type: "POST", dataType:"json", contentType:"application/json", url: "https://myserverwcs5:8888/rest-api/stream/find", processData: false...
  20. G

    recording on the fly

    Hello is it possible to start recording streams "on the fly", meaning that they are already published, and then issue command to server to start recording active streams ?
Top