Multiple sessions of rtsp server

Mandar Joshi emailmandar at gmail.com
Sat Nov 5 06:33:04 UTC 2016


>
> I,m working on jessie Debian and all the parts of gstreamer are at 1.9.90
> version
> Please, let my know if you need something more or different form this.
> LaunchTest.cpp
> <http://gstreamer-devel.966125.n4.nabble.com/file/n4680468/LaunchTest.cpp>
>
>
Your program needs just one change.
On line 87, you have
//    gst_rtsp_server_set_service(server, "8555");

Uncomment it and change it to
gst_rtsp_server_set_service(server, porta);

Regards
Mandar Joshi


More information about the gstreamer-devel mailing list