How to stream through an IP camera?

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

How to stream through an IP camera?

jeyp4
This post was updated on .
rtsp://192.168.1.10:554/user=admin&password=&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?
Ip camera is based on Hisilicon Hi3516C SoC.


--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to stream through an IP camera?

jeyp4
This post was updated on .
I got an answer to my problem

gst-launch-1.0 rtspsrc
location=rtsp://192.168.1.10/user=admin_password=_channel=0_stream=0.sdp
latency=0 ! rtph265depay ! h265parse ! vaapidecode ! vaapisink

OR

gst-launch-1.0 playbin uri=rtspt://192.168.1.10/user=admin_password=_channel=0_stream=0.sdp latency=0

Any other efficient answer is also welcome.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel