Hello, I've been trying with the example code that comes with gts_rtsp_server.
The port 8554 is open and listening, so it seems to be ok, but I can't emit anything. This is my procedure: 1. from console I rune test-video, test-ogg, from 2.a. I open VLC, I set it to receive rstp protocol and then I set the URL, rstp://192.168.1.2/test It can't open the location, nothing is seen neither video signal nor .ogg file 2.b I open totem, it says it can't open the resource for reading and writing. In a computer with Ubuntu 11.04 the ogg file plays the first 5 seconds and stop. I appreciate any suggestion. Regards Rossana _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Il 17/04/2012 22:18, Rossana Guerra ha scritto:
> Hello, I've been trying with the example code that comes with > gts_rtsp_server. > The port 8554 is open and listening, so it seems to be ok, but I can't > emit anything. > > This is my procedure: > > 1. from console I rune test-video, test-ogg, from > 2.a. I open VLC, I set it to receive rstp protocol and then I set the > URL, rstp://192.168.1.2/test <http://192.168.1.2/test> > It can't open the location, nothing is seen neither video signal nor > .ogg file Try first with the test-video example (a video test pattern with a tone as soundtrack). Then use the vlc messages window to diagnose client side errors (Tools > Messages, set verbosity level to 2 in the left bottom corner) You can also run the test with the option --gst-debug 3 (or higher) to see gst messages (beware: it may be very verbose). You can also try to run test-uri: ./test-uri file://<path to file> In my case VLC (live555) doesn't like (actually doesn't understand) the rtp packet format for an ogv video. It plays ok with a flv downloaded from youtube with test-uri. Hope it helps. Cheers Federico _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
hi federico, thanks for your tip. as I said in point 1 I tryed the test-video example, with the same result.
The vlc message windows appears empty, maybe I set something wrong, I'll try again. I also run the application with GST_DEBUG, but it is hard to figure it out what is wrong, actually, it seems the steaming is being sent, but it couldn't be received bay any matter. The ogg works on Totem, but it stops/freezes at the firsts seconds. Thanks for your suggestion Rossana 2012/4/18 Federico Zamperini <[hidden email]> Il 17/04/2012 22:18, Rossana Guerra ha scritto: _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |