How to test rtsp announce feature in gst rtsp server?

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

How to test rtsp announce feature in gst rtsp server?

saxon.tseng

Dear Sir,

 

I found gst-rtsp-server support rtsp announce feature, but it seems don’t like Quicktime/Darwin streaming server.

When I use ffmpeg client to test like “./ffmpeg -i "rtsp://10.0.84.42:554/live/ch01_0" -c copy -f rtsp rtsp://10.0.84.48:8554/test/office119.sdp” in Darwin Server, it will create office119.sdp file and then wait other client to access video. But in gst-rtsp-server, I will get “404 Not Found”

 

Run rtsp-server:

./test-launch --gst-debug-level=9 videotestsrc ! x264enc ! rtph264pay name=pay0 pt=96

Attached file is the log dump of test-launch.

 

Do I use wrong command or the ANNOUNCE feature is different with Quicktime/Darwin? If ANNOUNCE is different, how can I test announce in gst-rtsp-server?

 

Regards,

SaxonTseng

 


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

trace_rtsp_server_account.txt (2M) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How to test rtsp announce feature in gst rtsp server?

Sebastian Dröge-3
On Di, 2016-03-08 at 01:50 +0000, [hidden email] wrote:

> Dear Sir,
>  
> I found gst-rtsp-server support rtsp announce feature, but it seems
> don’t like Quicktime/Darwin streaming server.
> When I use ffmpeg client to test like “./ffmpeg -i
> "rtsp://10.0.84.42:554/live/ch01_0" -c copy -f rtsp
> rtsp://10.0.84.48:8554/test/office119.sdp” in Darwin Server, it will
> create office119.sdp file and then wait other client to access video.
> But in gst-rtsp-server, I will get “404 Not Found”
>  
> Run rtsp-server:
> ./test-launch --gst-debug-level=9 videotestsrc ! x264enc ! rtph264pay
> name=pay0 pt=96
> Attached file is the log dump of test-launch.
>  
> Do I use wrong command or the ANNOUNCE feature is different with
> Quicktime/Darwin? If ANNOUNCE is different, how can I test announce
> in gst-rtsp-server?
This was already answered in Bugzilla here:
https://bugzilla.gnome.org/show_bug.cgi?id=763281

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com


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

signature.asc (968 bytes) Download Attachment