Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an rtmp (protocol) URL anywhere on the internet I can test? [closed]

Tags:

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?

like image 467
Triynko Avatar asked Nov 27 '12 03:11

Triynko


People also ask

How do I get a RTMP URL?

Select the Live Tools menu. Scroll to the bottom to find the RTMP Input option. Select Get Link. You will be presented with a Stream Key and a Server URL along with a few additional options.

What replaced RTMP?

SRT is a new and modern live video transport protocol. It features many improvements to the incumbent popular video ingest protocol, RTMP, such as lower latency, and better resilience against unpredictable network conditions on the public Internet.

What is a RTMP server URL?

An RTMP Link is a streaming protocol designed for the transmission of audio, video, and other data between a dedicated streaming server and the Adobe Flash Player.


2 Answers

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.

like image 175
Koen Peters Avatar answered Nov 26 '22 10:11

Koen Peters


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

like image 34
DmitryARN Avatar answered Nov 26 '22 11:11

DmitryARN