grigory-lobkov/rtsp-camera-view

Public RTSP sources as example

grigory-lobkov opened this issue Β· 36 comments

Since 10.05.2018 added some public RTSP sources as examples

I'd like the source to have good and bad resolution sources to show program capabilities.

Do you have any offers?

rtsp://freja.hiof.no:1935/rtplive/definst/hessdalen03.stream

I didn't find any working streams(for vlc 2.1.5) from links above, sorry.
I have found a good source of public cameras.

Since 25.04.2020 the example cameras are

I couldn't find any working RTSP streams from the links above. Someone knows a reliable RTSP public link?

@erikmartinjordan
rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

@bobby20180331 , yea most of these links stop working after a while, I wrote a crawler to index these links a while ago because I needed some links to test something I was building.

you can find it in google with:

inurl:/mjpg/video.mjpg

Think it'll be possible to set up a site that shows the currently available sites?

rtsp://rtsp.stream/movie
rtsp://rtsp.stream/pattern

Thanks for posting these URLs! I am the creator of https://rtsp.stream and I put together this service after struggling to find a reliable RTSP Stream to test my software application. I would like to hear from the community on how you're using these URLs and if there's any feature that you'd like to see. Considering the server/bandwidth costs, I also plan to introduce a paid plan (while still maintaining the current features as part of the free plan). What are some of the features you'd be happy to pay for? Please reach out to me on dave@rtsp.stream with your feedback and suggestions, thank you!

Thanks for posting these URLs! I am the creator of https://rtsp.stream and I put together this service after struggling to find a reliable RTSP Stream to test my software application. I would like to hear from the community on how you're using these URLs and if there's any feature that you'd like to see. Considering the server/bandwidth costs, I also plan to introduce a paid plan (while still maintaining the current features as part of the free plan). What are some of the features you'd be happy to pay for? Please reach out to me on dave@rtsp.stream with your feedback and suggestions, thank you!

Thanks a lot for this service Dave! I used your rtsp to test a videostream project (performing rtsp towards mp4 conversion) (horgh/videostreamer#23)

dave

hi Dave, Thx a lot. I just started to play around with it. perhaps an authenticated version could be nice.

I am building a machine learning pipeline that involves RTSP streams and needed sample streams to test on. It's pretty easy to run your own public service with the help of https://github.com/aler9/rtsp-simple-server. Here are some sample streams to test if you need.

  • rtsp://rtspstream.com/pattern
  • rtsp://rtspstream.com/ball
  • rtsp://rtspstream.com/parking
rtsp://rtspstream.com/pattern rtsp://rtspstream.com/ball rtsp://rtspstream.com/parking

The first two are GStreamer patterns with the current time and fly.io region overlayed on top.
The third one is a top-view parking video

While I can't guarantee reliability, you can run your own (for free, if you stay within the limits) on fly.io by following the instructions here: https://github.com/necrodome/rtsp-on-flyio

Hi necrodome,
I can not use three rtsp as follows:
rtsp://rtspstream.com/pattern
rtsp://rtspstream.com/ball
rtsp://rtspstream.com/parking

This is message error
image

@guytechNet try https://rtsp.stream for a hosted service

Hi necrodome, I can not use three rtsp as follows: rtsp://rtspstream.com/pattern rtsp://rtspstream.com/ball rtsp://rtspstream.com/parking

This is message error image

I suggest running your own instance where you can control the whole pipeline using https://github.com/necrodome/rtsp-on-flyio .

Ant Media An RTSP server which supports WebRTC , RTMP , HLS and Dash output.

EEMMK commented

Hey does anyone have a RTSP code from anywhere in LA I need it for a Uni project?

anyone knows any software that will convert a private rtsp stream into a public/http so that I can view it through the web

@AzwadFawadHasan , Yes its possible through Ant Media, you can contact me at usama.tahseen@antmedia.io , would love to help you with this requirement.

thanks i'll check it out

Most of the above URLs are no longer active.
The following it is a currently working one:
rtsp://rtsp-test-server.viomic.com:554/stream

URLs from rtsp.stream are private URLs for the account and they have a limit of 2GB / Month of video transfer.
So, create a free account on https://rtsp.stream and use your own set of RTSP URLs.

@SanDyLibs please delete these URLs, they are not supposed to be made public and are specific to your account.

Most of the above URLs are no longer active. The following it is a currently working one: rtsp://rtsp-test-server.viomic.com:554/stream

Not working

I have curated some of the working motionjpeg stream. Feel free to checkout the repo below

https://github.com/AzwadFawadHasan/Public_MotionJPEG_Sources

@AzwadFawadHasan none of these links have anything to do with RTSP. They are motionJpeg streams. What am I missing? Why do you call them RTSP?

@baerrus my bad. I'll soon fix it.

@baerrus I had saved some rtsp streams before. Those don't work now. Just checked the wowza demo rtsp stream, it also stopped working for me. I guess you could create a RTSP server or use a third party media server that has rtsp output plugins.

@rtspstream I think it'd be best if you remove the link included in your comments (don't think it's intentional anyways)?

@baerrus my bad. I'll soon fix it.

You still didnt delete your comments about RTSP.

rtsp://62.109.19.230:554/iloveyou
Works only with tcp connection (ffplay -rtsp_transport tcp ...)

rtsp://62.109.19.230:554/iloveyou Works only with tcp connection (ffplay -rtsp_transport tcp ...)

I've updated the server, now it won't die when I'm not watching it, and you also have the opportunity to launch your streams using the command:

gst-launch-1.0 filesrc location=myaanee.mp4 ! qtdemux name=d d.video_0 ! queue ! rtspclientsink protocols=tcp name=s location=rtsp://62.109.19.230:554/myaanee d.audio_0 ! queue ! s.

or

ffmpeg -re -stream_loop -1 -i myaanee.mp4 -c copy -rtsp_transport tcp -f rtsp rtsp://62.109.19.230:554/myanee

(I don't know why, but my server doesn't want to accept udp at all)

I have a pretty important thing:
Make sure that VLC is allowed on your system's firewall