Public RTSP sources as example
grigory-lobkov opened this issue Β· 36 comments
Since 10.05.2018 added some public RTSP sources as examples
- Hessdalen
http://freja.hiof.no:1935/rtplive/_definst_/hessdalen03.stream/playlist.m3u8 - USA golf
http://wmccpinetop.axiscam.net/mjpg/video.mjpg - Highway
rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa - Semerkand TV
rtmp://semerkandglb.mediatriple.net:1935/semerkandliveedge/semerkand2
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
https://g33ktricks.blogspot.com/p/the-rtsp-real-time-streaming-protocol.html
It has huge list of free RTSP links for testing.
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
-
Tokyo
http://210.148.114.53/-wvhttp-01-/GetOneShot?image_size=640x480&frame_count=1000000000 -
Krasnodar, Sochi
http://158.58.130.148:80/mjpg/video.mjpg -
Antwerpen, Antwerpen
http://81.83.10.9:8001/mjpg/video.mjpg -
Colorado, Glenwood Springs
http://208.72.70.171:80/mjpg/video.mjpg
security cams
http://46.16.226.181:88/?action=stream
http://79.132.232.174:8080/?action=stream
http://46.151.101.158:8081/?action=stream
http://90.66.111.157:8080/?action=stream
http://91.49.234.155:9000/?action=stream
http://46.151.101.149:8081/?action=stream
http://78.99.31.149:8081/?action=stream
http://46.151.101.134:8082/?action=stream
equipment cams
http://68.3.132.170:8080/?action=stream
http://129.10.131.166:8080/?action=stream
http://89.39.27.182:8080/?action=stream
http://66.130.223.168:8080/?action=stream
http://98.30.39.160:8080/?action=stream
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.
Kirchhoff Institute for Physics, Germany
http://pendelcam.kip.uni-heidelberg.de/mjpg/video.mjpg
Blanton Bottling, Kentucky, USA
http://camera.buffalotrace.com/mjpg/video.mjpg
Butovo, Moscow, Russia
http://camera.butovo.com/mjpg/video.mjpg
Purdue Engineering Mall, USA
http://webcam01.ecn.purdue.edu/mjpg/video.mjpg
Tokyo, Japan
http://61.211.241.239/nphMotionJpeg?Resolution=320x240&Quality=Standard
Japan
http://vetter.viewnetcam.com:50000/nphMotionJpeg?Resolution=640x480&Quality=Clarity
Tampere Hacklab, Finland
http://tamperehacklab.tunk.org:38001/nphMotionJpeg?Resolution=640x480&Quality=Clarity
Takemoto Piano, Osaka, Japan
http://takemotopiano.aa1.netvolante.jp:8190/nphMotionJpeg?Resolution=640x480&Quality=Standard&Framerate=30
Richtung West, Switzerland
http://clausenrc5.viewnetcam.com:50003/nphMotionJpeg?Resolution=320x240
Soltorget Pajala, Sweden
http://195.196.36.242/mjpg/video.mjpg
Tsumago, Japan
http://honjin1.miemasu.net/nphMotionJpeg?Resolution=640x480&Quality=Standard
Mohouli Park, Hilo, Hawaii
http://67.53.46.161:65123/mjpg/video.mjpg
Rhein-Taunus-Krematorium, Germany
http://webcam.rhein-taunus-krematorium.de/mjpg/video.mjpg
Kaiskuru Skistadion, Norway
http://77.222.181.11:8080/mjpg/video.mjpg
Community Hospital San Bernardino, USA
http://webcam.mchcares.com/mjpg/video.mjpg?timestamp=1566232173730
Warrenton, OR, USA
http://47.51.131.147/-wvhttp-01-/GetOneShot?image_size=1280x720&frame_count=1000000000
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
@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
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.
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