c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -
c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -
i'm trying create rtsp server based on gstreamer 1.0 1.4.5 plugin. source code of illustration taken here. with_tls , with_auth flags not enabled.
i'm compiling using visual studio 2013 community edition. project building , running successfully. when i'm trying play video using vlc on address rtsp://127.0.0.1:8554/test says can't open mrl.
recorded traffic (using rawcap) of communication between compiled server , vlc player following:
request: options rtsp://127.0.0.1:8554/test rtsp/1.0 cseq: 2 user-agent: libvlc/2.2.0 (live555 streaming media v2014.07.25) response: rtsp/1.0 200 ok cseq: 2 public: options, describe, get_parameter, pause, play, setup, set_parameter, teardown server: gstreamer rtsp server date: thu, 09 apr 2015 03:35:30 gmt request: describe rtsp://127.0.0.1:8554/test rtsp/1.0 cseq: 3 user-agent: libvlc/2.2.0 (live555 streaming media v2014.07.25) accept: application/sdp response: rtsp/1.0 503 service unavailable cseq: 3 server: gstreamer rtsp server date: thu, 09 apr 2015 03:35:30 gmt
the rtsp server have no errors or warnings in either ide or command promt window.
does have thought why happening? help appreciated!
c gstreamer rtsp
Comments
Post a Comment