Hi ayang05,
Please refer to the following steps to run gstrtspserver-1.8.1
- Get gstreamer-1.8.0.tar.xz, gst-plugins-base-1.8.0.tar.xz, gst-rtsp-server-1.8.1.tar.xz from
Index of /src - install the three packages on tk1
sudo tar xpf gstreamer-1.8.0.tar.xz
cd gstreamer-1.8.0
./configure --libdir=/usr/lib/arm-linux-gnueabihf/
make
sudo make install
(same steps to gst-plugins-base-1.8.0.tar.xz, gst-rtsp-server-1.8.1.tar.xz)
3. run the test app
cd gst-rtsp-server-1.8.1/examples
./test-launch “videotestsrc ! omxh264enc ! rtph264pay name=pay0 pt=96”
- On PC, open vlc and run ‘rtsp://<IP_ADDRRESS>:8554/test’
By replacing videotestsrc to your 720p source, you should get your case working fine.