Is there an rtmp (protocol) URL anywhere on the in

2019-03-24 04:44发布

I'm building a video player in flash based on NetStream, and all I need to test it is a functioning RTMP url, but I cannot find a single one on the entire internet through google.

Is anyone aware of any valid sample rtmp streams and their URLs that I can use to test this thing?

标签: rtmp sample
5条回答
走好不送
2楼-- · 2019-03-24 05:14

For the ones who look at this question later and want a quick answer, attaching this url which I got from koenpeters's answer

rtmp://fms.12E5.edgecastcdn.net/0012E5/mp4:videos/8Juv1MVa-485.mp4
查看更多
成全新的幸福
3楼-- · 2019-03-24 05:14

I do not know still are you need to answer. You can use curl for that purpose, just do this.

curl --output /dev/null --silent --head --fail your_rtmp_link

above command is working on linux. If you do not have curl just install by the following command,

sudo apt-get install libcurl4-openssl-dev

Also I did this by c++. I used curl c++ library and checking my rtmp link each 3 minute.

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-03-24 05:16

JWPLayer has a demo page: http://www.longtailvideo.com/support/jw-player/29395/rtmp-single-stream/

You can open the page, view the source and copy and paste the rtmp:// URL from there.

查看更多
萌系小妹纸
5楼-- · 2019-03-24 05:16

As a LibRtmp developer, I maintain a list of sample RTMP URLs.

They are not official by any means, but I use them for testing.

查看更多
我只想做你的唯一
6楼-- · 2019-03-24 05:26

Currently I use a Wowza sample page availabe at https://web.duke.edu/dms/flashtest/

查看更多
登录 后发表回答