Hi all,<br><br>I have installed GStreamer RTSP Sever 0.10.1.1 on my m/c.<br>I used "test-readme" application from examples folder of server source. I started the server by running "./test-readme", and then on client side I used mplayer rtsp://localhost:8554/test. <br>
The server aborts showing the below message. <br>With the GStreamer RTSP Server version 0.10.0.1 the mplayer worked well as client.<br>Could someone tell what may be the reason for this?<br><br><br>**************************************************************************************************************<br>
** Message: listening on port 8554<br>** Message: added new client 0x981f218 ip 127.0.0.1 with fd 6<br>** Message: found media 0x988bd40 for url abspath /test<br>** Message: constructed media 0x98c4700 for url /test<br>** Message: preparing media 0x98c4700<br>
** Message: enter mainloop<br>** Message: stream 0x9953db0 received caps application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)4d4033, sprop-parameter-sets=(string)"Z01AM5JUCg/YCIAAAAMAgAAAHkeMGVA\=\,aO48gA\=\=", ssrc=(guint)3760155126, payload=(int)96, clock-base=(guint)1138193906, seqnum-base=(guint)23596<br>
** Message: stream 0x9953db0 received caps application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)4d4033, sprop-parameter-sets=(string)"Z01AM5JUCg/YCIAAAAMAgAAAHkeMGVA\=\,aO48gA\=\=", ssrc=(guint)3760155126, payload=(int)96, clock-base=(guint)1138193906, seqnum-base=(guint)23596<br>
** Message: object 0x98c4700 is prerolled<br>** Message: added new client 0x981f288 ip 127.0.0.1 with fd 19<br>** Message: 0x98c4700: got message type async-done<br>** Message: receive failed -11 (Received end-of-file), disconnect client 0x981f218<br>
** Message: finalize client 0x981f218<br>** Message: finalize media 0x98c4700<br><br>(lt-test-readme:29701): GStreamer-CRITICAL **:<br>Trying to dispose element udpsrc1, but it is not in the NULL state.<br>You need to explicitly set elements to the NULL state before<br>
dropping the final reference, to allow them to clean up.<br><br><br>GThread-ERROR **: file gthread-posix.c: line 171 (g_mutex_free_posix_impl): error 'Device or resource busy' during 'pthread_mutex_destroy ((pthread_mutex_t *) mutex)'<br>
aborting...<br>Aborted<br><br>*********************************************************************************************************<br><br>The mplayer also exits with the below messages.<br><br><br>***********************************************************************************************************<br>
Playing rtsp://localhost:8554/test.<br>Resolving localhost for AF_INET6...<br>Couldn't resolve name for AF_INET6: localhost<br>Resolving localhost for AF_INET...<br>Connecting to server localhost[127.0.0.1]: 8554...<br>
rtsp_session: unsupported RTSP server. Server type is 'GStreamer RTSP server'.<br>STREAM_LIVE555, URL: rtsp://localhost:8554/test<br>Stream not seekable!<br> file format detected.<br>Failed to get a SDP description from URL "rtsp://localhost:8554/test": Failed to read response: Connection reset by peer<br>
<br><br>Exiting... (End of file)<br>**************************************************************************************************************<br><br>Best Regards<br>