-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public RTSP sources as example #3
Comments
rtsp://freja.hiof.no:1935/rtplive/definst/hessdalen03.stream |
https://g33ktricks.blogspot.com/p/the-rtsp-real-time-streaming-protocol.html |
I didn't find any working streams(for vlc 2.1.5) from links above, sorry. 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 |
@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 |
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 [email protected] with your feedback and suggestions, thank you! |
Thanks a lot for this service Dave! I used your |
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.
The first two are GStreamer patterns with the current time and fly.io region overlayed on top. 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 |
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 [email protected] , would love to help you with this requirement. |
thanks i'll check it out |
Most of the above URLs are no longer active. |
URLs from rtsp.stream are private URLs for the account and they have a limit of 2GB / Month of video transfer. @SanDyLibs please delete these URLs, they are not supposed to be made public and are specific to your account. |
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)? |
You still didnt delete your comments about RTSP. |
rtsp://62.109.19.230:554/iloveyou |
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: |
Since 10.05.2018 added some public RTSP sources as examples
http://freja.hiof.no:1935/rtplive/_definst_/hessdalen03.stream/playlist.m3u8
http://wmccpinetop.axiscam.net/mjpg/video.mjpg
rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa
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?
The text was updated successfully, but these errors were encountered: