Ullaakut / RTSPAllTheThings

Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Apache License 2.0
278 stars 72 forks source link

Are HTTP input streams supported #71

Closed ai4581532 closed 5 years ago

ai4581532 commented 5 years ago

Q: The RTSPALLTT can stream online video like "http://10.9.242.59:8080/shangchang/st016/st016-sc1.mp4" ?

Ullaakut commented 5 years ago

Hi @ai4581532,

As its name implies, RTSPATT streams using the RTSP protocol, and does not support HTTP streaming. In order to achieve that, you would either need to contribute to this repository by opening a PR, or to use another tool.

ai4581532 commented 5 years ago

Sorry, I mean,Is it possible to run like this “./rtspatt -i http://10.9.242.59:8080/st016/st016-sc1.mp4 -l 172.100.100.12 -b 18554”,think you

Ullaakut commented 5 years ago

Ah! I see. Well unfortunately, HTTP input is not yet supported either, but it could be quite an easy feature to add. If you are familiar with gstreamer, you can do so by simply changing the source of the internal pipeline :)