Recent content by Corrado Steri

  1. C

    RTSP autostart

    Hello, i am using the embedded player on one of my website pages, would it be possible to start the player when the page is opened and don't have to press the play button? Also, i have enabled rtsp record on webcallserver config files and it does work but even if i press stop button it keeps on...
  2. C

    Publish recorded streams

    Ok understand, thank you very much for all your help!!! Corrado
  3. C

    Publish recorded streams

    Thanks, what i don't get but it is me i guess is how i can have a list of the media folder showing just file names (dates) on a webpage that one can click on and watch the video from that date. i mean populate the list authomatically by the content of the media folder files and show them on a...
  4. C

    Publish recorded streams

    I tested in the player with vod://name_file.mp4 and it works, what i don't get is how to list files on a webpage
  5. C

    Publish recorded streams

    Ok done, now that i have them all in media how can i list them on my web page?
  6. C

    Publish recorded streams

    I have /usr/local/FlashphonerWebCallServer, it is a symlink, so all ok here, but i don't have media inside it, nor inside FlashphonerWebCallServer-5.2.576-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  7. C

    Publish recorded streams

    I do not have a media directory in /usr/local/FlashphonerWebCallServer Actually all my server files are in FlashphonerWebCallServer-5.2.576-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx directory, is it normal? I changed the code with all xxxxx Corrado
  8. C

    Publish recorded streams

    I do not understand how the script can move the files knowing the names, i have been on it all day yestarday but did not understand it.
  9. C

    Publish recorded streams

    1 - 5.2.346 2 - RTSP webcam to server and webrtc from server to browser 3 - No problems, i get them in epoch, would be nice to have them in local time 4 - No can be played from browser, just need to publish the available files
  10. C

    Publish recorded streams

    I have all my streams with the correct epoch time in my record folder, on the same machine i have an apache server where the stream is published live, how can i publish on same page on a side all the recorded files for that stream? Is there a way to publish all the recorded files with correct...
  11. C

    Web stream 5 seconds delay on Chrome running on android

    A bit too complicated at the moment, i guess i'll have to use it as it is. Thanks
  12. C

    Works on demo but not on my web server page

    Great!!! with all these ports opened it works great!!! Thank you. Wouldn't it be better to put this on the setup guide? Thanks
  13. C

    Web stream 5 seconds delay on Chrome running on android

    I have my rtsp stream playing nicely and with low latency on my pc usinng chrome but on my android phone (note 9) the stream on the web page is around 5 seconds delayed. If i try firefox or default samsung phone web browser i have no latency. Is there a latency problem on chrome for android?
  14. C

    Works on demo but not on my web server page

    Ok, i found the problem. If i disable the firewall it works. This are the ports open as described in the setup manual: From command line: sudo firewall-cmd --zone=public --list-ports 30000-33000/udp 8444/tcp 8443/tcp 30000-33000/tcp 1935/tcp
  15. C

    Works on demo but not on my web server page

    I tested my flashphoner server on the demo page and it works correctly, image from the rtsp camera are working nicely. Once i copy and paste the code generated in the demo page to my aspx page and try to access it from a browser I get a grey broken screen. Same configuration was working 3...
Top