GStreamer-RTSP-Server: support multiple players/clients with the same stream

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GStreamer-RTSP-Server: support multiple players/clients with the same stream

Thadeu Antonio Ferreira de Melo
Hello.
We´ve been using test-launch.c as base for our server. It´s has been working great.
The only problem is that we can play the stream with only one player at the time.

I looked at other exemplos test-multicast.c and test-multicast.c but I couldn´t figure out what is exactly the changes I need to make on my original project to enable multple players at the same time.

Thx

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

AW: GStreamer-RTSP-Server: support multiple players/clients with the same stream

Thornton, Keith

Hi, you can try calling gst_rtsp_session_pool_set_max_sessions(session_pool, MAX_CLIENTS);

 

Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von Thadeu Antonio Ferreira de Melo
Gesendet: Dienstag, 17. Oktober 2017 17:33
An: Discussion of the development of and with GStreamer <[hidden email]>
Betreff: GStreamer-RTSP-Server: support multiple players/clients with the same stream

 

Hello.

We´ve been using test-launch.c as base for our server. It´s has been working great.

The only problem is that we can play the stream with only one player at the time.

 

I looked at other exemplos test-multicast.c and test-multicast.c but I couldn´t figure out what is exactly the changes I need to make on my original project to enable multple players at the same time.

 

Thx


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel