Replies: 1 comment
-
Chrome requires the vps&pps&sps to be packetize as an single rtp packet (Aggregation), you can check if they are sent as individual packets. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to stream H.265 video from GStreamer to Chrome (v136) using Pion WebRTC (v4.1.1), based on the gstreamer-send example:
👉 https://github.com/pion/example-webrtc-applications/blob/master/gstreamer-send
My GStreamer pipeline is:
gst-launch-1.0 rtspsrc location=rtsp://192.168.0.115:8554 ! rtph265depay ! decodebin ! videoconvert ! video/x-raw ! appsink name=appsink
I do see packetsReceived and incoming RTP packets in chrome://webrtc-internals, but no frames received.
A few questions:
Any guidance or working examples would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions