Search results

  1. P

    Flash NetStream.play connection drop

    We are using Flash for Win/Mac desktop - by chance, do you have SDKs for that?
  2. P

    Flash NetStream.play connection drop

    Hello, I'm facing a weird Flash behaviour when either trying to play a non-existent live stream or when playing a live stream and the stream ends. In both cases, the Flash rtmfp connection drops for no reason. I have followed the code for chat/streaming Flex apps. Here is the log I'm getting for...
  3. P

    Dynamic MCU mixer layout

    This makes sense. And after giving it a thought I realised that by using a java class i can apply any sort of modifications I want to all streams.
  4. P

    Dynamic MCU mixer layout

    Got it, thanks. I'd like to submit a feature request to be able to re-apply/update layout on existing streams.
  5. P

    Dynamic MCU mixer layout

    Thanks for info, but as far as I understand, there is no way of re-applying a layout either through java or xml on existing streams, is that right? A layout is updated only on stream create/delete, as far as i see.
  6. P

    Dynamic MCU mixer layout

    Hello, in this respect, can xml/java layout file be re-applied to a mixer? With java, can we manually call the "computeLayout" method to re-calculate layout on line 38? As for what "kindco" user asked: I think this can be accomplished without re-publishing on the client side, however, it's...
  7. P

    Android SDK 1.1.0.57 RTMP republish

    Thanks for an update. To recap: does that mean if the server capabilities aren't enough then republishing a stream would go without video with only audio?
  8. P

    Android SDK 1.1.0.57 RTMP republish

    Hello, we are using Android SDK 1.1.0.57 and are experiencing a problem where WCS 5.2.1279 wouldn't republish video with RTMP - only audio gets restreamed and with a significant delay - around 15 seconds. We also tried doing this using WebSDK - works fine. Thanks, P
  9. P

    Android SDK setResolution

    It's Samsung Galaxy A02 and natively it can record video at 1920x864 at 30fps, 17mbps. Here is a ffprobe of what it can record natively: -------------- Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '20220622_074607.mp4': Metadata: major_brand : mp42 minor_version : 0...
  10. P

    Android SDK setResolution

    Howdy, I'm facing a weird behaviour when recording a stream with Android SDK 1.0.1.86. No matter what i try to set resolution for constraints - I'm always getting a recorded file that is 480x640. I used to get lower resolutions too, e.g. 384x384, 288x352, 144x175 but never anything higher than...
  11. P

    VOD seek

    Yes, I'm on the latest version, will supply login credentials shortly. What is the web root path for unrestricted access to files? I tried /client, /client2, /web - no success.
  12. P

    VOD seek

    Thanks for reply. For some reason the url https://domaincom:8444/client/records/stream.mp4 doesn't seem working - it bounces me back to the login page. If I put this line to flashphoner.properties -> record_response_content_disposition_header_value=inline then WCS doesn't start at all. Apart...
  13. P

    VOD seek

    Howdy, as far as I understand, the VOD service merely starts a live stream on a file - so that the client plays/subscribes to a recorded stream that is streamed as live. - Is that correct? If it's correct - how do I seek for a recorded file player with VOD? VOD merely starts a stream from the...
  14. P

    Recorded file transcoder

    Got it, thanks for info.
  15. P

    Recorded file transcoder

    Howdy, I was curious if WCS can be used for recorded files transcoding. For example, on some Android devices, files are stored as VP8/webm. We would like to transcode those files to H264/AAC. Is this possible with WCS or should we go with ffmpeg? Thanks, P
  16. P

    Always record in mp4

    Many thanks - it worked. I'm not a pro in Linux, but only the following setup worked: 1. media_dir = /opt/folder 2. sudo chmod o+rw /opt/folder 3. WCS_NON_ROOT=false If I excluded any of the following steps - WCS won't even start.
  17. P

    Always record in mp4

    Thanks for the answer - we will most likely go with post-processing using ffmpeg. With that - is there a way the "media" symlink can point to a folder outside wcs? We have tried doing - vod-live://test.mp4 - works good with "media" symlink pointing to...
  18. P

    Always record in mp4

    Howdy, currently, when doing tests with all sorts of SDKs, we have noticed that JS/iOS SDKs record video in mp4 format. However, Android SDK records in webm. Can make sure Android records in mp4 too? We tried to strip codecs, when we strip vp8 - the video is recorded in flv. When we strip vp8...
  19. P

    REST-API Authorization

    Thanks, worked out like a charm.
  20. P

    REST-API Authorization

    Howdy, on this page https://docs.flashphoner.com/display/WCS52EN/API+overview#APIoverview-Authorization it is described how to turn on authorisation for rest apis. I was searching but couldn't find an example on how to use "authorised" rest api calls. Without any params I'm getting...
Top