show stream in webpage

Simon Brown simon.k.brown at gmail.com
Wed Dec 4 10:34:28 UTC 2019


Hi Ron,
Thanks for that - I'm looking at tcpserversink now, and think it should do
what I need, but there's very little documentation on it.  One page I found
suggests it will serve video to a TCP/HTTP connection.  But if my page is
HTTPS, can it also serve it over an HTTPS connection?  And does the web
browser then need to connect to two different ports (the standard HTTPS
port and the video HTTP/S port)?

Cheers,
Simon

On Wed, 4 Dec 2019 at 03:17, R C <cjvijf at gmail.com> wrote:

> this is what I use,  I do that in a daemon written in C though:
>
> "uridecodebin uri=%s name=d ! queue ! theoraenc ! oggmux name=m !
> tcpserversink host=192.168.x.y port=8080 d. ! queue ! audioconvert !
> audioresample ! flacenc ! m."
>
> where the %s in uri=%s,  is the url of where your rtsp stream is coming
> from.
>
>
> Ron
>
>
> On 12/3/19 3:19 AM, Simon Brown wrote:
>
> On Mon, 2 Dec 2019 at 20:12, alex_jeff <alexanderjefferson1993 at gmail.com>
> wrote:
>
>> Hi,
>> I need to send a stream to a webpage so that the user can see the stream
>> using a browser. I have already installed a webserver (apache) on my
>> target
>> system (which is an embedded system running debian9), I have spent hours
>> of
>> googling to find a solution, none of them were successful, I was wondering
>> if someone could make it clear whether this is possible or not, if its
>> possible, could you please give me an example for that. I think I have
>> already tried almost every related example I found on the net.
>>
>> Best Regards,
>> Alex.
>>
>> P.S: stability and latency really matter for my application.
>>
>> Hi Alex,
> I've been trying to do the same thing, and have attempted to use the
> gstwebrtc-demos sendrecv program.  But I keep getting errors when it's
> trying to connect.
> But in theory that's the lowest latency option.
>
> Let me know how you get on.
> Regards,
> Simon
>
> _______________________________________________
> gstreamer-devel mailing listgstreamer-devel at lists.freedesktop.orghttps://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191204/331854de/attachment-0001.html>


More information about the gstreamer-devel mailing list