Search results

  1. Dani

    vod experience

    are you sure this is the right format (with the file name apears twice ? I get 404 using const manifestUri = 'https:/mywcsaddress:8445/vod-live%3A%2F%2Fsh49VID1693967.mp4/vod-live%3A%2F%2Fsh49VID1693967.mp4.m3u8'; with this code sample: <!DOCTYPE html> <html> <head> <!-- Shaka Player...
  2. Dani

    VOD demo fails

    Its my bug - delete this thread.
  3. Dani

    VOD demo fails

    I tried to write this code based on your demo: <!DOCTYPE html> <html> <head> <!-- Shaka Player compiled library: --> <script src="dist/shaka-player.compiled.js"></script> <script type="text/javascript" src="flashphoner/flashphoner.min.js"></script> <script...
  4. Dani

    how can I avoid stream disconnect

    Hi - I see the code recall the playStream() function that creates a "new stream" - is that the method ? this stream will have new id ?
  5. Dani

    how can I avoid stream disconnect

    in case of steam issues - how can I avoid stream disconnect ? if I get the STREAM FAILED event - can I ignore it (for example for 3 times) and if the stream is still ok it will keep working ? if the stream is not good will I get more events of STREAM FAILED ?
  6. Dani

    muxing 2 files

    I read the post - my question is - the mixer output will be webm or mp4 ?
  7. Dani

    vod experience

    my player requires a manifest file(mfd) for vod expeirence I understand I need to put the mp4 file in the media folder as specified in the properties file. than I create stream using vod://sample.mp4 as the stream name. how do I pass it to the player ? the player requires a manifest URI...
  8. Dani

    muxing 2 files

    I've change the codec order and omit the stripcodec instruction and still got a very bad results. can the mixer do the transcoding to mp4 (so I can mix 2 vp8 stream into 1 mp4) and record it ? if not - can I use the rest api to call an extrnal script (to run the ffmpeg command? ffmpeg does...
  9. Dani

    muxing 2 files

    is it possible then to record the vp8 stream to mp4 file ?
  10. Dani

    muxing 2 files

    referring to the 2nd method - how do I publish 2 streams from files - once both published - I run the mixer commands in the post - then how do I publish the "mixer" stream - I don't want to record it - I just want to be able to feed it to a player like shaka-player and have the user press "play"...
  11. Dani

    muxing 2 files

    I have 2 webm files. one with video and no sound. one with sound and no video (actually the video is just blank) they are on the WCS directory. now I want to play them in a web-browser - I need to get the video from the first file and the audio from the 2nd file. how do I do this ? do I...
  12. Dani

    webm file (recorded on vp8 stream) using the rest API has no sound

    -----Stream Stats----- streams_synchronization=show675pm6UhUkoq7Ye210125083956795_s/0;show675pm6UhUkoq7Ye210125083956795/0;show544pmzfL6sxAFdT210125074349117/0;show544pmzfL6sxAFdT210125074349117_s/0;show614pmk4OsyhGjT3210125085730172_s/0;show614pmk4OsyhGjT3210125085730172/0
  13. Dani

    Record separately video stream and audio stream and mux them when playing

    Is is possible to record the video from one stream, the audio from a 2nd stream and mux them when I play ?
  14. Dani

    webm file (recorded on vp8 stream) using the rest API has no sound

    How do I record the sound as well as the video ? Is there a way to record the sound even if the Volume of the stream is set to 0 ? (currently no sound is recording with volume set to 0 or 100)
  15. Dani

    Stream Recording

    can I save the recorded file to another folder on the server ? (directly ? not with post recording script ? )
  16. Dani

    2 seconds freeze in stream

    I have changed the codec order on the server properties, I think that now the stream become very sensitive to movement. every small move - makes the entire frame pixelized this is the current settings: codecs...
  17. Dani

    2 seconds freeze in stream

    thanks for the help. Although it's not a cpu issue (server never passed 10% utilization) , maybe wowza transcoding somehow tell the stream source to hold.... how do I change this: Publish streams using H264 codec to avoid transcoding while republishing to RTMP server. I will also try to...
  18. Dani

    Stream Recording

    Is it possible to start and stop stream recording via api ? i want to be able to record a stream at specific events (not from the beginning) Can I send a command to the server to start recording a stream and command to stop recording (with file name ? )
  19. Dani

    2 seconds freeze in stream

    one more input - it looks like the problem starts when we send the stream to Wowza server for recording. This wasn't an issue in the old Flashphoner version we had, looks like its a new issue from this update (last version was from Jul 2019) ** confirmed - shutting down wowza server solved the...
  20. Dani

    2 seconds freeze in stream

    the stream is also freezing if I connect to it on your code: https://fftest.danikaplan.com/ which means the problem is on the publisher or the server. if I publish the stream using your sample it works correct.
Top