Gstreamer RTSP Server issue

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer RTSP Server issue

Maheen_rl
Hi,

       This is my first post to this forum.I have searched a lot in this forum.Did changes according to that.But the problem still exists.

      My Requirement:
       
                     To serve an mp3 file  using gst-rtsp-0.10.2
 
     What I did:
     
      The IP address of the server is set as 192.168.2.99 .Server listening port number is the default 8554.I edited the test-mp4.c example file from gst-rtsp server for executing this task.Compilation went without any issues.When I ran the binary, it said it was listening on 8554.So  the server was up and running.

    Result:
           
      I tried to receive the stream using VLC player. The uri used was rtsp://192.168.2.99:8554/test
      The connection was done.But then it said it failed to preroll the pipeline and exited.The DESCRIBE request failed saying the service was unavailable.

    Request:

     I'm attaching the code and the log along with this post.Please check them and point me the errors and changes to be done.Looking forward to replies.gstreamer_log.txttest-mp3.c