H265 streaming using voxl-streamer
-
I am using the Sentinel drone with VOXL SDK 1.0.
By default, the camera server is configured for H265 encoding, but it doesn't seem to work with VOXL Streamer, as I am unable to decode this stream using the following GStreamer pipeline:
gst-launch-1.0 rtspsrc location=rtsp://100.90.151.134:8900/live latency=100 ! queue ! rtph265depay ! h265parse ! avdec_h265 ! videoconvert ! videoscale ! autovideosinkHowever, if I change the encoding to H264, the same pipeline for h264 decoding works fine:
gst-launch-1.0 rtspsrc location=rtsp://100.90.151.134:8900/live latency=100 ! queue ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! videoscale ! autovideosinkIs it that the VOXL Streamer is still not compatible with H265 streams as mentioned here?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login