Search results

  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...
  16. C

    Stream an UDP stream to webpage

    I think the tee command has to be used in gstreamer but i really can't figure out how to use it. Basicly should be possible tom get one stream and divide it into 2 streams directed to different queues. In theory doesn't seem so difficult but i scratched my head over it for weeks without any...
  17. C

    Stream an UDP stream to webpage

    Hello thank you. My problem is that i need to stream to an udp sink and to WCS at the same time, would you be so kind to test a gstreamer command that does that?
  18. C

    Stream an UDP stream to webpage

    I'll try with RTMP. Only one prob, i see gstreamer can do RTMP and is what i'll use, but it doesn't have a key stream. Any hint on how a gstreamer pipe could look to work, seting a raspicam as source?
  19. C

    Stream an UDP stream to webpage

    I have a camera that outputs an udp stream to a certain port i can set. Would it be possible for the server to take this stream and publish it on a web page? (like it does with RTSP streams). Corrado
  20. C

    Updated CentOS to latest release and Flashphoner doesn't work anymore

    But i made all rules for firewall, at least i tought i made them.
Top