grigory-lobkov / rtsp-camera-view

View IP-camera RTSP in grid, auto bandwidth, full-screen, command line support
Apache License 2.0
201 stars 46 forks source link

Public RTSP sources as example #3

Open grigory-lobkov opened 6 years ago

grigory-lobkov commented 6 years ago

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?

hblanken commented 5 years ago

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

abhijeet2431 commented 4 years ago

https://g33ktricks.blogspot.com/p/the-rtsp-real-time-streaming-protocol.html It has huge list of free RTSP links for testing.

grigory-lobkov commented 4 years ago

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

tabishimran commented 3 years ago

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

erikmartinjordan commented 3 years ago

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

crossworth commented 3 years ago

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

bobby20180331 commented 3 years ago

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

equipment cameras work!

tabishimran commented 3 years ago

@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.

botuhok commented 2 years ago

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

botuhok commented 2 years ago

you can find it in google with:

inurl:/mjpg/video.mjpg

BraINstinct0 commented 2 years ago

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

tomaszek92 commented 2 years ago

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

rtspstream commented 2 years ago

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!

fpaupier commented 2 years ago

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) (https://github.com/horgh/videostreamer/pull/23)

hdanielmora commented 2 years ago

dave

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

necrodome commented 1 year ago

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

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 commented 1 year ago

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

rtspstream commented 1 year ago

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

necrodome commented 1 year ago

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 .

USAMAWIZARD commented 1 year ago

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

EEMMK commented 10 months ago

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

AzwadFawadHasan commented 9 months ago

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

USAMAWIZARD commented 9 months ago

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

AzwadFawadHasan commented 9 months ago

thanks i'll check it out

tsilicani commented 7 months ago

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

rtspstream commented 7 months ago

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.

baerrus commented 7 months ago

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

AzwadFawadHasan commented 7 months ago

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

https://github.com/AzwadFawadHasan/Public_MotionJPEG_Sources

baerrus commented 7 months ago

@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?

AzwadFawadHasan commented 7 months ago

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

AzwadFawadHasan commented 7 months ago

@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.

BraINstinct0 commented 6 months ago

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

rocxteady commented 5 months ago

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

You still didnt delete your comments about RTSP.

ToshibaMastr commented 2 months ago

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

ToshibaMastr commented 1 month ago

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)

estate-car commented 3 weeks ago

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