How to stream through an IP camera?
jeyp4
jaiforfriend at gmail.com
Fri Oct 18 15:39:29 UTC 2019
rtsp://192.168.1.10:554/user=admin&password=admin&channel=&stream=.sdp?real_stream--rtp-caching=100
Above URL works well for vlc streaming.
And checked the codec media information in VLC, it shows 'MPEG-H
Part2/HEVC(H.265)'.
I am wondering, How can I stream through gst-launch-1.0 pipeline?
I have tried
gst-launch-1.0 -v rtspsrc location= rtsp://192.168.1.10:554 user-id=admin
user-pw= protocols="tcp" ! rtph265depay ! h265parse ! vaapidecode !
vaapisink
gst-launch-1.0 playbin uri=rtspt://admin:@192.168.1.10:554/videoMain
But till now no success. :(
Can anyone help me, where I am wrong?
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list