About 8,830,000 results
Open links in new tab
  1. How can I display an RTSP video stream in a web page?

    I have an ip camera which provides a live RTSP video stream. I can use VLC media player to view the feed by providing it with the URL: rtsp://cameraipaddress But I need to display the …

  2. What is the difference between RTP or RTSP in a streaming server?

    RTSP is widely used in IP camera, running as RTSP server in camera, so that user could play (pull) the RTSP stream from camera. It is a low cost solution, because we don't need a central …

  3. html - How to play/stream RTSP via web. - Stack Overflow

    How to play/stream RTSP via web. Asked 12 years, 2 months ago Modified 2 years, 10 months ago Viewed 75k times

  4. ffmpeg - Best approach to get RTSP streaming into web browser …

    Is it possible to get the RTSP Streaming data into the web browser? Below are some of my findings. Kindly correct me if I am wrong? Only Mac OS, and Safari supports RTSP Live …

  5. Read Frames from RTSP Stream in Python - Stack Overflow

    Of course, just in the case you would need something like that (otherwise you'd prefer the earlier answers) Let's create two independent python programs: Server program (rtsp connection, …

  6. How to stream video to a RTSP Url via python? - Stack Overflow

    Jul 3, 2023 · The OpenCV package and the cv2.VideoWriter class can be used to stream video to an RTSP URL. Here is an illustration of some sample code that shows how to grab frames …

  7. how to know the rtsp url of a IP camera to be opened in vlc

    Mar 26, 2022 · Hello can anybody help me create/know the rtsp url so that i can view the IP camera i have in vlc media player the guide i was following said to use this but vlc says it cant …

  8. Set username/password in rtsp url - Stack Overflow

    Dec 1, 2014 · 4 Username/password in the URL is a way to write url. Rtsp agent will use it to authenticate with basic or digest authentication. So your password will be encoded and …

  9. Displaying RTSP stream with OpenCV and gstreamer

    May 7, 2020 · Displaying RTSP stream with OpenCV and gstreamer Asked 5 years, 7 months ago Modified 5 years, 7 months ago Viewed 8k times

  10. What steps are needed to stream RTSP from FFmpeg?

    What steps are needed to stream RTSP from FFmpeg? Streaming UDP is not a problem, but as I want to stream to mobile devices which can natively read RTSP streams, I couldn't find any …