About 50 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 feed on a we...

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

    RTSP is a control protocol that initiates and directs delivery of streaming multimedia data from media servers. It is the "Internet VCR remote control protocol." Its role is to provide the remote control; …

  3. Modern way of displaying RTSP H264 stream in a browser (HTML5)

    Jan 9, 2020 · Also my source produce a live H264 (to be exact: MPEG-4 AVC, part 10) into an RTSP container. But RTSP is still not supported in browser. What I've checked: How to embed streaming …

  4. video - Streaming via RTSP or RTP in HTML5 - Stack Overflow

    Nov 14, 2009 · I'm building a web application that should play back an RTSP/RTP stream from a server. Does the HTML5 video/audio tag support the RTSP or RTP? If not, what would the easiest solution …

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

    Due to the low latency of RTSP and WebRTC, a common requirement and scenario is to use WebRTC to view RTSP streams or IP Camera streams. In simple terms, a streaming media gateway is needed …

  6. 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 transported …

  7. 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 setup which …

  8. linux - RTSP stream and OpenCV (Python) - Stack Overflow

    Mar 24, 2017 · I have an IP camera streaming on Linux through rtsp protocol and h264 linux driver. I am able to see the video in VLC with the following address and port: rtsp://192.168.1.2:8080/out.h264 …

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

    I have recently set up a Raspberry Pi camera and am streaming the frames over RTSP. While it may not be completely necessary, here is the command I am using the broadcast the video: raspivid -o - ...

  10. Create RTSP stream of a webcam using opencv in C++

    Apr 11, 2023 · For avoiding the need of executing FFplay from advance, we may execute MediaMTX as "rtsp-simple-server" (keep it in running at the background). Than it's also possible to receive the …