gst-rtsp-server Tunnel over HTTP
Alan Petrus via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAKeB8L-YKetdrkjju_YNeOLAmg+4=MYZ6PrrnYzeJ-+GCZfgxw@mail.gmail.com> |
Greetings, Does gst-rtsp-server actually support streaming RTSP-over-HTTP? Is it supposed to be used in combination with a web server like Apache/Nginx? Is there any documentation or sample/pseudo code on how to go about it? I found some encouraging comments here that's supported: https://coaxion.net/blog/2013/10/streaming-gstreamer-pipelines-via-http/#comment-74952. However, when I searched the code base I only found gst_rtsp_server_transfer_connection() which doesn't seem to be called from anywhere in the code base :( Thanks a bunch.