Kamiya
1
Hi,
Are there any way how to support the RTSP over WebSocket with GStreamer? Or is there planning to support it?
The RTSP over WebSocket is discribed at page 35 in the ONVIF streaming spec
I don’t need it right now, but in the future, I would like to be able to play a streaming from network cameras on a web browser like chrome.
Maybe I assume the protocol must be WebSocket to use the GStreamer in the Webassembly.
slomo
2
It’s not currently supported but it would be possible to add support for it to GstRTSPConnection
, if you want to give it a try.
Kamiya
3
Thank you for your opinion.
And I’m sorry for the late reply.
I understood that modifying the GstRTSPConnection will make support of the RTSP over WebSocket.
This information is enough for me right now.
I might ask for it again when the need will arises in the future.
Thank you very much.