Search results

  1. G

    bug since update to latest build

    maybe a new bug: lets say i have 3 windows connected to the same conference app. with one i start publishing. so far its fine, i can see the stream on the 2 other windows. now i stop publishing, and restart publishing (without leaving the room). stream is published but not played (logs says "...
  2. G

    REST api usage

    damned, should have seen that one :D its getting better but yes cross domain issue still exists, will try with curl requests and php
  3. G

    bug since update to latest build

    i confirm, everything back to normal
  4. 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 -...
  5. 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...
  6. G

    recording on the fly

    ok thank you for reply. i might then consider restream all webrtc streams to wowza, so i can get better controll on recordings
  7. 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 ?
  8. G

    generic questions

    works perfectly ! quality is very good and latency pretty low....thank you !
  9. G

    generic questions

    or, after increasing the framerate to 30, the latency is now inferior to 3s, which is satisfying considering this is a dev machine. however, it seems there is a little issue in the transcoding process: the stream is a bit "choppy". more precisly it looks like the video makes some "backward" of a...
  10. G

    generic questions

    cool, looks like its working better. still have between 10 and 15 seconds latency. i guess it is because stream is transcoded and my machine is not very performant. so now final question about this: i need to "mix" this screen sharing feature in video conferencing. and the rtmp stream is not...
  11. G

    generic questions

    this is the error i get from ffmpeg when the stream stops: WriteN, RTMP send error 10053 (77 bytes)B time=00:00:42.40 bitrate= 208.8kbits/s dup=0 drop=2 WriteN, RTMP send error 10053 (38 bytes) WriteN, RTMP send error 10038 (42 bytes) av_interleaved_write_frame(): Operation not permitted [flv @...
  12. G

    generic questions

    to give you more details: i'm using ffmpeg from an adobe air app for screen sharing. was using this app i made with wowza, and its very stable and with low latency. on wcs5, connection is dropped after a few seconds or max 1 minute. considering that this problem doesnt happen when streaming to...
  13. G

    generic questions

    well, its pretty inconsistant...the connection regularly drop, and when its working the latency is huge. u can test on windows machine, using a ffmpeg binary, with this command line: ffmpeg -rtbufsize 2000M -f gdigrab -show_region 1 -video_size 1920x1080 -framerate 5 -i desktop -pix_fmt...
  14. G

    generic questions

    ok finally found the correct command (need to convert to yuv 420): ffmpeg -rtbufsize 2000M -f gdigrab -show_region 1 -video_size 1920x1080 -framerate 5 -i desktop -pix_fmt yuv420p -vf scale="800:-1" -b:v 512k -r 5 -vcodec libx264 -f flv rtmp://mywcs5server:1935/live/stream2 amazing !
  15. G

    generic questions

    unfortunately not working (at least for screensharing. its working fine with local mp4 video). im using the following settings for ffmpeg (it is for screensharing using gdigrab, with adobe air app. This command is the same i'm using when streaming to wowza)...
  16. G

    generic questions

    many thanks, i'm gonna give it a try now ! what about this, looks like its not available any more:
  17. G

    generic questions

    about this answer: 1. You can publish a stream from ffmpeg using RTMP and then play back in WebRTC browser. it looks like this is what i need, but i cant get it to work. how could i achieve this ? thank you
  18. G

    monitoring not working

    Hello the monitoring displays following error: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Jul 03 14:48:52 CEST 2017 There was an unexpected error (type=Internal Server Error, status=500). ${message} and here are...
  19. G

    generic questions

    hello thank you for reply maybe could be interesting feature to implement in the future to make this data stuff easier, to be able to save directly datas to a room object server side, something that would look like room.datas['myData1'] = "xxx"
Top